If it is only for eclipse that you want to bundle them, try:

mvn eclipse:eclipse -DdownloadSources=true -DdownloadJavadocs=true [1]

Hth,

Nick Stolwijk

[1] http://maven.apache.org/plugins/maven-eclipse-plugin/eclipse-mojo.html

Thomas Tardy wrote:
Hello,

I'm looking for a solution to provide the sources to the developers. When
they have to debug their application it's realy helpful if they have access
to the sources of e.g. our framework.

I know the source plugin, which is creating a 2nd jar containing the
sources. But the problem with this solution is, that the developers have to
add these additional jars into the source path in eclipse to have access to
the source when they debug their application. Isn't it possible to attach
the sources to the generated jar, that they have to handle only one jar? Is
this possible at all? With the source plugin? How to configure it?

Thanks for your help!

Regards,
Thomas


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

Reply via email to