Re: building and installing a source only jar

2007-08-15 Thread Tim Kettler
Hi, have a look at the maven-source-plugin[1] and possibly the maven-javadoc-plugin[2] and configure the maven-eclipse-plugin as shown here [3]. -Tim [1] http://maven.apache.org/plugins/maven-source-plugin/ [2] http://maven.apache.org/plugins/maven-javadoc-plugin/ [3]

Re: building and installing a source only jar

2007-08-15 Thread Maria Odea Ching
EJ Ciramella wrote: Is there any way to build a source only jar and install that to our internal remote repository? Try 'mvn source:jar install' for this, and.. We're trying to get more modular with our builds and would like to still allow eclipse users to hop to the source of a

RE: building and installing a source only jar

2007-08-15 Thread EJ Ciramella
: Maria Odea Ching [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 15, 2007 2:57 AM To: Maven Users List Subject: Re: building and installing a source only jar EJ Ciramella wrote: Is there any way to build a source only jar and install that to our internal remote repository? Try 'mvn source:jar

Re: building and installing a source only jar

2007-08-15 Thread Tim Kettler
Message- From: Maria Odea Ching [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 15, 2007 2:57 AM To: Maven Users List Subject: Re: building and installing a source only jar EJ Ciramella wrote: Is there any way to build a source only jar and install that to our internal remote repository

RE: building and installing a source only jar

2007-08-15 Thread EJ Ciramella
And use the -DuniqueVersion=false - I'm all set! Thanks Tim! -Original Message- From: Tim Kettler [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 15, 2007 10:50 AM To: Maven Users List Subject: Re: building and installing a source only jar Hi, try adding the classifier property

Re: building and installing a source only jar

2007-08-15 Thread Wendy Smoak
On 8/15/07, EJ Ciramella [EMAIL PROTECTED] wrote: Yep, I found the source:jar plugin just moments after sending my original email. The problem I have now is when I install to our internal remote repository using the following command, I have two problems: mvn deploy:deploy-file

RE: building and installing a source only jar

2007-08-15 Thread EJ Ciramella
List Subject: RE: building and installing a source only jar And use the -DuniqueVersion=false - I'm all set! Thanks Tim! -Original Message- From: Tim Kettler [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 15, 2007 10:50 AM To: Maven Users List Subject: Re: building and installing

Re: building and installing a source only jar

2007-08-15 Thread Maria Odea Ching
the developer doesn't have the actual source from perforce -Original Message- From: EJ Ciramella [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 15, 2007 10:56 AM To: Maven Users List Subject: RE: building and installing a source only jar And use the -DuniqueVersion=false - I'm

building and installing a source only jar

2007-08-14 Thread EJ Ciramella
Is there any way to build a source only jar and install that to our internal remote repository? We're trying to get more modular with our builds and would like to still allow eclipse users to hop to the source of a particular dependency. Even after I'm able to build a source only jar, is there