MVN

org.codehaus.mojo : commons-attributes-maven-plugin

Maven & Gradle

Apr 03, 2006

Maven Commons Attributes Plugin · Commons Attributes enables Java programmers to use C#/.Net-style (now also Java 5) attributes in their code.

<plugin>
    <groupId>org.codehaus.mojo</groupId>
    <artifactId>commons-attributes-maven-plugin</artifactId>
    <version>1.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.codehaus.mojo : commons-attributes-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0

All Versions

Choose a version of org.codehaus.mojo : commons-attributes-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0
commons-attributes-maven-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>org.codehaus.mojo</groupId>
    <artifactId>commons-attributes-maven-plugin</artifactId>
    <version>1.0</version>
</plugin>