MVN

gov.nist.secauto.metaschema : metaschema-maven-plugin

Maven & Gradle

Aug 15, 2023
7 stars

Metaschema Maven Plugin

<plugin>
    <groupId>gov.nist.secauto.metaschema</groupId>
    <artifactId>metaschema-maven-plugin</artifactId>
    <version>0.12.1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of gov.nist.secauto.metaschema : metaschema-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 0.12.1

All Versions

Choose a version of gov.nist.secauto.metaschema : metaschema-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
0.12.x
metaschema-maven-plugin-0.12.1
metaschema-maven-plugin-0.12.0
0.11.x
metaschema-maven-plugin-0.11.0
0.10.x
metaschema-maven-plugin-0.10.0
0.9.x
metaschema-maven-plugin-0.9.0
0.8.x
metaschema-maven-plugin-0.8.1
metaschema-maven-plugin-0.8.0
0.7.x
metaschema-maven-plugin-0.7.0
0.6.x
metaschema-maven-plugin-0.6.0
0.5.x
metaschema-maven-plugin-0.5.0
0.4.x
metaschema-maven-plugin-0.4.0

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>gov.nist.secauto.metaschema</groupId>
    <artifactId>metaschema-maven-plugin</artifactId>
    <version>0.12.1</version>
</plugin>

Advertisement