MVN

org.apache.maven.plugins : maven-doap-plugin

Maven & Gradle

Mar 12, 2015

Apache Maven DOAP Plugin · Plugin which generates a DOAP file from information in a POM.

<plugin>
    <groupId>org.apache.maven.plugins</groupId>
    <artifactId>maven-doap-plugin</artifactId>
    <version>1.2</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.maven.plugins : maven-doap-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.2
  • Latest Beta: 1.0-beta-1

All Versions

Choose a version of org.apache.maven.plugins : maven-doap-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.2
maven-doap-plugin-1.2
1.1
maven-doap-plugin-1.1
1.0
maven-doap-plugin-1.0
maven-doap-plugin-1.0-beta-1

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.apache.maven.plugins</groupId>
    <artifactId>maven-doap-plugin</artifactId>
    <version>1.2</version>
</plugin>