Hi, Yes I inherits from parent module. I wander how to disable this inherits.
thanks. Wendy Smoak-3 wrote: > > On Wed, Aug 6, 2008 at 2:24 AM, youhaodeyi <[EMAIL PROTECTED]> wrote: > >> I use customized assembly descriptor. Why every time running mvn >> assembly:assembly, maven will produce jar-with-dependencies.jar? > > It shouldn't. What's making you think that it does? (Build output, a > file in the target dir, or ?) > > If you see it in target, try 'mvn clean' to make sure it isn't left > over from a previous build. If you see it happening in the build > output, check to make sure you aren't inheriting something from a > parent pom, and that you've saved your changes to the pom config you > pasted. > > -- > Wendy > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/how-to-disable-jar-with-dependencies-when-assembly--tp18847342p18862290.html Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
