On 8/7/06, [EMAIL PROTECTED]
<[EMAIL PROTECTED]> wrote:
great, that's it!
But now the javadoc source is also generated, is it possible to switsh it off?
the javadoc location in eclispse is not updated ;-(
Fredy
If you take a look at the super POM at
http://maven.apache.org/guides/introduction/introduction-to-the-pom.html
you can see what the -DperformRelease=true is doing - i.e. it enables
a profile that configures the maven-source-plugin and
maven-javadoc-plugin to generate the appropriate JARs. What I did, to
always generate source and javadoc JARs during my builds, is to copy
the configurations for those two plugins to my organization POM. You
could just add the maven-source-plugin configuration to your POM if
you always want a source JAR generated.
Hope that helps.
Mark
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]