You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Aaron X Bell <aa...@jpmorgan.com> on 2006/04/20 11:53:20 UTC

Re: How to install sources

Source jars are easy to manually install locally as they are not linked to
any other files. They are not mentioned in POMs, for example - they are
associated simply by existing with the correct name.

Simply put your source in a jar and copy it to the local repo beside the
binary artifact. The only important thing is to name the jar correctly - for
an artifact

mule-1.3-rc2.jar

your sources jar must be named

mule-1.3-rc2-sources.jar

The eclipse plugin (for example) will now detect the existence of your
sources jar and link it in the generated .classpath.
--
View this message in context: http://www.nabble.com/How-to-install-sources-t1049892.html#a4004240
Sent from the Maven - Users forum at Nabble.com.


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