Re: source files packaging

2009-09-01 Thread Jörn Kottmann
On Sep 1, 2009, at 4:42 AM, Adam Lally wrote: On Sat, Aug 29, 2009 at 1:00 PM, Jörn Kottmannkottm...@gmail.com wrote: On Aug 28, 2009, at 3:14 PM, Marshall Schor wrote: We could do this for all of our Jars, and I'm thinking this would be a good idea. One reason would be it would align us

Re: source files packaging

2009-09-01 Thread Jukka Zitting
Hi, On Fri, Aug 28, 2009 at 3:14 PM, Marshall Schorm...@schor.com wrote: Should we adopt this approach? +1 Source jars in the Maven repository are very convenient. This practice is quickly becoming more common within Apache. See the latest org.apache:apache parent POM [1] that by default

Re: source files packaging

2009-09-01 Thread Marshall Schor
Adam Lally wrote: On Sat, Aug 29, 2009 at 1:00 PM, Jörn Kottmannkottm...@gmail.com wrote: On Aug 28, 2009, at 3:14 PM, Marshall Schor wrote: We could do this for all of our Jars, and I'm thinking this would be a good idea. One reason would be it would align us slightly better

Re: source files packaging

2009-08-31 Thread Adam Lally
On Sat, Aug 29, 2009 at 1:00 PM, Jörn Kottmannkottm...@gmail.com wrote: On Aug 28, 2009, at 3:14 PM, Marshall Schor wrote: We could do this for all of our Jars, and I'm thinking this would be a good idea.  One reason would be it would align us slightly better with the maven way of doing

Re: source files packaging

2009-08-29 Thread Jörn Kottmann
On Aug 28, 2009, at 3:14 PM, Marshall Schor wrote: We could do this for all of our Jars, and I'm thinking this would be a good idea. One reason would be it would align us slightly better with the maven way of doing things. When users download jars from maven they would find the sources rather

source files packaging

2009-08-28 Thread Marshall Schor
Our main approach to packaging source files is to use Maven's assembly plugin. The Lucas project includes in its build section of its POM the maven-source-plugin execution. This results in generating 2 additional Jars - for the sources and the test-sources, and attaching them to the generated

Re: source files packaging

2009-08-28 Thread Thilo Goetz
Marshall Schor wrote: Our main approach to packaging source files is to use Maven's assembly plugin. The Lucas project includes in its build section of its POM the maven-source-plugin execution. This results in generating 2 additional Jars - for the sources and the test-sources, and