mvn install: add sources

2008-05-07 Thread Jan Torben Heuer
Hi, can I make mvn install to install the sources, too? Jan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: mvn install: add sources

2008-05-07 Thread Julien Simon
You need to use the maven assembly plug-in if you want to package and install sources; http://maven.apache.org/plugins/maven-assembly-plugin/ On Wed, May 7, 2008 at 1:13 PM, Jan Torben Heuer [EMAIL PROTECTED] wrote: Hi, can I make mvn install to install the sources, too? Jan

Re: mvn install: add sources

2008-05-07 Thread Olivier Lamy
Hi, Have a look here : http://maven.apache.org/plugins/maven-source-plugin/usage.html -- Olivier 2008/5/7 Jan Torben Heuer [EMAIL PROTECTED]: Hi, can I make mvn install to install the sources, too? Jan - To

AW: mvn install: add sources

2008-05-07 Thread Baeriswyl Kuno - Extern (IT-BA-MV)
/executions /plugin Kuno -Ursprüngliche Nachricht- Von: news [mailto:[EMAIL PROTECTED] Im Auftrag von Jan Torben Heuer Gesendet: Mittwoch, 7. Mai 2008 13:14 An: users@maven.apache.org Betreff: mvn install: add sources Hi, can I make

mvn install with sources?

2006-07-05 Thread Aleksei Valikov
Hi. I'd like to get sources for my jar artifacts installed into the local repo. I usually do mvn (clean) install, but this only builds and copies the binary jar into the repo. What should I do to get sources along? Bye. /lexi

Re: mvn install with sources?

2006-07-05 Thread Martijn Dashorst
Attach the sources plugin to the install phase of the build. plugin inheritedtrue/inherited groupIdorg.apache.maven.plugins/groupId artifactIdmaven-source-plugin/artifactId

Re: mvn install with sources?

2006-07-05 Thread Stephen Duncan
Run mvn -DperformRelease=true clean install - Stephen On 7/5/06, Aleksei Valikov [EMAIL PROTECTED] wrote: Hi. I'd like to get sources for my jar artifacts installed into the local repo. I usually do mvn (clean) install, but this only builds and copies the binary jar into the repo. What should