MVN

com.vecna : artifact-location-plugin

Maven & Gradle

May 23, 2011
1 stars

Artifact Location Plugin · Maven plugin for exporting artifact locations as project properties

<plugin>
    <groupId>com.vecna</groupId>
    <artifactId>artifact-location-plugin</artifactId>
    <version>1.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.vecna : artifact-location-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0

All Versions

Choose a version of com.vecna : artifact-location-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0
artifact-location-plugin-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>com.vecna</groupId>
    <artifactId>artifact-location-plugin</artifactId>
    <version>1.0</version>
</plugin>

Advertisement