Wrong track. On 15 December 2014 at 13:13, Christian Domsch <m...@landrus.de> wrote: > > 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. >
You should have separate modules that transform the artifacts into installers for those artifacts. Those separate moduled can even be in a separate SCM root as you may release the first modules multiple times but only build installers from the last time. > > 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 > >