Re: maven-source-plugin questions

2013-03-18 Thread Tim Kettler
Am 18.03.2013 06:56, schrieb Kevin Krumwiede: Are the jars produced by maven-source-plugin intended primarily as a reference for IDEs and other automated tools, as opposed to being something you would actually build from? They are intended primarily as a reference thing. I ask because I have

Re: maven-source-plugin questions

2013-03-18 Thread Kevin Krumwiede
They are intended primarily as a reference thing. That's the answer I was hoping for. Thanks! On 3/18/13, Tim Kettler tim.kett...@udo.edu wrote: Am 18.03.2013 06:56, schrieb Kevin Krumwiede: Are the jars produced by maven-source-plugin intended primarily as a reference for IDEs and other

Re: maven-source-plugin questions

2013-03-18 Thread Thomas Broyer
On Mon, Mar 18, 2013 at 6:56 AM, Kevin Krumwiede kjk...@gmail.com wrote: If the -sources jar is only intended as a reference, then I want to exclude the generated sources and resources. Why would you do that? In addition to reading the code right from the IDE rather than switching to GitHub or

Re: maven-source-plugin questions

2013-03-18 Thread Kevin Krumwiede
Yeah, I don't know. It makes more sense now. ~K On 3/18/13, Thomas Broyer t.bro...@gmail.com wrote: On Mon, Mar 18, 2013 at 6:56 AM, Kevin Krumwiede kjk...@gmail.com wrote: If the -sources jar is only intended as a reference, then I want to exclude the generated sources and resources. Why

maven-source-plugin questions

2013-03-17 Thread Kevin Krumwiede
Are the jars produced by maven-source-plugin intended primarily as a reference for IDEs and other automated tools, as opposed to being something you would actually build from? I ask because I have a project in which a non-Java source is used to generate Java sources and non-Java resources. This