I'm running

 mvn source:jar javadoc:jar repository:bundle-create -Dsource=1.4

following the instructions at

http://maven.apache.org/guides/mini/guide-ibiblio-upload.html

It's creating a source jar, a javadoc jar, and a bundle:

ls -1 target |grep howl
howl-logger-1.0.1-bundle.jar
howl-logger-1.0.1-javadoc.jar
howl-logger-1.0.1-sources.jar
howl-logger-1.0.1.jar


however the javadoc is not included in the bundle as strongly implied it would be by the guide:

jar -tf target/howl-logger-1.0.1-bundle.jar
META-INF/
META-INF/MANIFEST.MF
pom.xml
LICENSE.txt
howl-logger-1.0.1.jar
howl-logger-1.0.1-sources.jar

How do I get the javadoc included? Should I file a jira, and if so where?

thanks
david jencks





---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to