On 11/14/05, Peschier J. (Jeroen) <[EMAIL PROTECTED]> wrote: > A) install/deploy the source jar to the repository, and
Just run mvn deploy after the source jar generation: mvn source:jar deploy > B) link the source jar to its corresponding ejb/war/jar-artifact in the > repository, and Handled by the deploy goal, the source jar will sit near to the binary artifact with a -sources suffix. > C) have the maven-eclipse-plugin generate an Eclipse classpath where > each dependency will have the appropriate source jar referenced. run mvn -Declipse.downloadSources=true eclipse:eclipse (the current released version has a bug so that sources already available in the local repo are not added if you don't specify eclipse.downloadSources=true) fabrizio --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
