Michael Horwitz wrote: > > Hi, > > This looks like a misconfiguration of the warpath plugin. Not too sure why > you are getting this from the archetypes, but please could you make sure > the > warpath plugin is configured as follows in your top level pom: > > <plugin> > <groupId>org.appfuse</groupId> > <artifactId>maven-warpath-plugin</artifactId> > <version>1.0-m2</version> > <extensions>true</extensions> > <executions> > <execution> > <goals> > <goal>add-classes</goal> > </goals> > </execution> > </executions> > </plugin> > > The <extensions>true</extensions> is particularly important: it allows the > maven to handle the new package type warpath via the plugin. Please could > you check that it is set in your pom? > > Thanks > > Mike >
i have this problem too when using m2 eclipse plugin. everything is OK from command line. any hint? -- View this message in context: http://www.nabble.com/warpath-dependency-issue-with-AppFuse-M2-basic-struts-tutorial-tf3011749s2369.html#a9418647 Sent from the AppFuse - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
