MVN

org.vraptor : vatx

Maven & Gradle

May 29, 2007

annotations to vraptor.xml maven plugin · plugin for vraptor to create vraptor.xml file from vraptor annotations

<plugin>
    <groupId>org.vraptor</groupId>
    <artifactId>vatx</artifactId>
    <version>1.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.vraptor : vatx to add to Maven - Latest Versions:

  • Latest Stable: 1.0

All Versions

Choose a version of org.vraptor : vatx to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0
vatx-1.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>org.vraptor</groupId>
    <artifactId>vatx</artifactId>
    <version>1.0</version>
</plugin>

Advertisement