News
Now we are in Maven Central
You can find doxygen-maven-plugin in Maven Central
Maven Central is comming...
The first deployment of a Release (1.0.1) 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.
The official site gives you more information about the different releases and the documentation.
<dependency>
<groupId>com.soebes.maven.plugins.dmp</groupId>
<artifactId>doxygen-maven-plugin</artifactId>
<version>1.0.1</version>
</dependency>
Within the next few days the plugin should be available from Maven Central.
The Doxygen Maven Plugin is on the way to maven central
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>
Maven Doygen Plugin Source now on launchpad as well
The source code of the Maven Doxygen Plugin is now available from Launchpad
Maven Doxygen Plugin now via Maven Repository
You can find the plugin in the following Maven repository
Maven Generated Site available
Now the Maven generated site is available.
Release 1.0 of the Maven Doxygen Plugin
The first release is available but currently not available in one of the Maven repositories. So you have to download the jar and the pom file and distribute them to your local repository your self.
Also available in: Atom