The Doxygen Maven Plugin is on the way to maven central
The first step towards Maven central is done.
The first deployment of a SNAPSHOT Release of the Maven-Doxygen Plugin is now available via the following repository http://oss.sonatype.org/content/groups/public/
The groupId is com.soebes.maven.plugins.dmp and the artifactId is doxygen-maven-plugin whereas the current version is 1.0.1-SNAPSHOT.
<dependency>
<groupId>com.soebes.maven.plugins.dmp</groupId>
<artifactId>doxygen-maven-plugin</artifactId>
<version>1.0.1-SNAPSHOT</version>
</dependency>
Comments