You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Paul Ackersviller <pd...@freeshell.org> on 2013/02/20 01:34:52 UTC

Are there other options like skipSource?

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 <pd...@freeshell.org>:
> > 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: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org