Re: How to install sources

2006-04-28 Thread rdj
</plugins> </build> ... </project> -^-rdj-^- Lee Meador-3 wrote: > > There is no information on how to use the maven-source-plugin at the link > given. It just shows the name and the config properties. > > There is no mention of the word &quo

Re: How to install sources

2006-04-20 Thread Aaron X Bell
: http://www.nabble.com/How-to-install-sources-t1049892.html#a4004240 Sent from the Maven - Users forum at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: How to install sources

2006-02-07 Thread Erick Dovale
Hi Darryl, I mean the project's source jar not the dependencies and by install i mean to install them in the local repo. I could use the install plugin to do this but I was wondering if there was a way of doing it all together in a single step.. thanks.. erick. Darryl L. Pierce wrote: Eric

Re: How to install sources

2006-02-03 Thread Lee Meador
There is no information on how to use the maven-source-plugin at the link given. It just shows the name and the config properties. There is no mention of the word "performRelease" at the POM document whose link is given. Does someone know of a place that documents these things? On 2/2/06, Paolo

Re: How to install sources

2006-02-03 Thread Darryl L. Pierce
Erick Dovale wrote: > Hi there, > can any one tell how can I install the sources jar of the artifacts in > the local repository?? Do you mean the source files for your dependencies or the source files for what you're producing? -- Darryl L. Pierce <[EMAIL PROTECTED]> Homepage: http://mcpierce.m

Re: How to install sources

2006-02-02 Thread Paolo Perrucci
Hi Erick. you can use the maven-source-plugin http://maven.apache.org/plugins/maven-source-plugin/ or use the performRelease property that activate the release-profile profile defined in the super POM http://maven.apache.org/guides/introduction/introduction-to-the-pom.html "mvn -DperformRel

How to install sources

2006-02-02 Thread Erick Dovale
Hi there, can any one tell how can I install the sources jar of the artifacts in the local repository?? thanks.. edovale - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]