Thanks, while that answers the question in my original, poorly-worded, subject, it doesn't address the problem I'm really having.
Trying again, is there something similar to skipSource by a different name that controls .java files in wars? On Tue, Feb 19, 2013 at 12:04:30AM +0100, 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 be produce) > > > 2013/2/18 Paul Ackersviller <[email protected]>: > > 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 see in comparing the contents of the two > > archives is that the maven one is missing all the .java files. > > > > In looking at docs, I get the feeling that the skipSource flag might > > somehow be related, but should default to on anyway. Can someone > > point me in the right direction? --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
