News

Now we are in Maven Central

Added by Karl Heinz Marbaise 826 days ago

You can find doxygen-maven-plugin in Maven Central

Maven Central is comming...

Added by Karl Heinz Marbaise 826 days ago

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

Added by Karl Heinz Marbaise 830 days ago

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

Added by Karl Heinz Marbaise 843 days ago

The source code of the Maven Doxygen Plugin is now available from Launchpad

Maven Doxygen Plugin now via Maven Repository

Added by Karl Heinz Marbaise 853 days ago

You can find the plugin in the following Maven repository

Maven Generated Site available

Added by Karl Heinz Marbaise 853 days ago

Now the Maven generated site is available.

Release 1.0 of the Maven Doxygen Plugin

Added by Karl Heinz Marbaise 854 days ago

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