Has anyone used the Maven plugin for Doxygen. It is a SourceForge plugin.
How to get started and get it run?
We tried: maven doxygen:doxygen
Maven (version 1.0) complained it does not know what is doxygen.
Any hint?
Hi Andrew,
It looks like you may not have the plugin installed. That's usually the case when a goal can't be found.
Take a look at this site: http://maven-plugins.sourceforge.net/installing.html
You'll probably want to run something like this:
maven plugin:download -DgroupId=maven-plugins -DartifactId=maven-doxygen-plugin -Dversion=1.0
And then, it'll be installed and ready to go.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
