You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by "Verma, Nitin (GECP, OTHER, 529706)" <NI...@APPL.GE.COM> on 2003/05/07 12:44:29 UTC

How can I make a source jar?

Hi All,

	I need to make source jars with version...
	like xxx-src-vvv.jar! My ant build does that for me right now but
would love maven do that for me.

	Then I need to have something like target `jar:install`
	$ maven scr:install

	So need to define a source repository something like:
	/opt/nitin/src-lib/repository

	so it looks like maven binary repository ...

	
/opt/nitin/src-lib/repository/artifactDirectory/xxx/jars/xxx-src-vvv.jar

Regards,

Nitin