Hi,

I have a continuous integration setup where the build is setup in two steps. First all modules are built and deployed. After that a second build is triggered that takes those artifacts and builds installers from that.

Because of performance reasons and they are only needed for the installers, any javadoc jars are only being built in the second step. Now I want to install these jars into the local repo as well. A call to javadoc:jar only creates those jars, not copy them over to the local repo.

I do not want to run mvn install, as that would run the complete build again. Now, I looked at the documentation of maven-javadoc-plugin and the maven-install-plugin but I couldnt find a way to only install the javadocs. (something like mvn javadoc:jar javadoc:install, if such a goal would exist).

Is there a way to achieve that or am I on the wrong track?

Greetings,

Christian

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to