Hi Bernhard,

[snip]

> Initially I tried to find a solution with a short command to produce and
> deploy the javadoc archive manually. However, the next step is anyway to
> automate this process and then it's less of a problem to split creation of
> the javadoc archive and deploying it into two steps – and use
> deploy:deploy-file with all needed parameters ('file', 'url', etc.) – which
> I intended to avoid, I thought I'd rather configure it in the POM (like
> distributionManagement) instead of command arguments.

as alternative you may use package of type pom and create the javadoc as part 
of this project. They you can configure the build-helper plugin to attach this 
jar file with classifier javadoc. Now you have a "proper" Maven project that 
deploys the attached jar file as part of its deployment phase.

Cheers,
Jörg

BTW: Gruß aus dem Schwarzwald :-)




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

Reply via email to