Re: Effect of skipSource?

2013-02-19 Thread Wayne Fay
>> Not including .java files in wars is the default for Maven. ... > Yes, that appears to be what happens here... but -DskipSource=false > doesn't make any difference. Is there some other option to control this? Maven is not just a build tool, it is also a collection of best practices. One of tho

Re: Effect of skipSource?

2013-02-19 Thread Paul Ackersviller
Yes, that appears to be what happens here... but -DskipSource=false doesn't make any difference. Is there some other option to control this? On Tue, Feb 19, 2013 at 09:44:52AM +0100, Adrien Rivard wrote: > Not including .java files in wars is the default for Maven. > > On Tue, Feb 19, 2013 at 12

Re: Effect of skipSource?

2013-02-19 Thread Adrien Rivard
Not including .java files in wars is the default for Maven. On Tue, Feb 19, 2013 at 12:04 AM, Olivier Lamy wrote: > > http://maven.apache.org/plugins/maven-source-plugin/jar-mojo.html#skipSource > > So if your build attach a jar containing sources this will be skipped. > (no sources jar will b

Re: Effect of skipSource?

2013-02-18 Thread Olivier Lamy
http://maven.apache.org/plugins/maven-source-plugin/jar-mojo.html#skipSource So if your build attach a jar containing sources this will be skipped. (no sources jar will be produce) 2013/2/18 Paul Ackersviller : > I'm a complete newbie with maven, so could be completely off base, > but my problem

Effect of skipSource?

2013-02-18 Thread Paul Ackersviller
I'm a complete newbie with maven, so could be completely off base, but my problem is the following. We have a .war file that people have been building with eclipse, and I'm trying to pacakge the same thing using just maven. The .war created this way doesn't work however, and the only difference I