I am writing a Maven plugin which needs to check if a certain project
dependency has javadocs and sources available... and if so, would like
to download them and archive them on a ...
I want to generate javadocs only for certain artifacts of my project from within a dedicated docs-project.
That means that I would like to have a independent project called "docs" for example. ...
I come to you today with an interesting challenge.
I have a maven+flexbuilder project that has a dependency on an external artifact.
This is specified with the following declaration: