> You can also start build with -DskipAssembly to skip the whole assembly module.
Thanks, worked :) I can now build the Jar without Maven prompting for anything. I raised an issue here: https://issues.apache.org/jira/browse/WW-4157 I guess one can also just set skipAssembly permanently in the main pom.xml properties. But not really knowing Maven very well I don't really know what someone would automatically expect eg "mvn install" to do and not do. I mean I just wanted the Jar built - and that works 100% using skipAssembly. Many thanks guys - appreciated :) Serdyn du Toit On Mon, Jul 29, 2013 at 7:55 AM, Lukasz Lenart <[email protected]>wrote: > 2013/7/28 Serdyn du Toit <[email protected]>: > > [INFO] > > [INFO] --- exec-maven-plugin:1.2:java (cwiki-docs) @ struts2-assembly --- > > Enter username: > > > > Enter password: > > > > Jul 28, 2013 10:28:26 PM > > org.apache.cxf.service.factory.ReflectionServiceFactory > > Bean buildServiceFromClass > > INFO: Creating Service {http://soap.rpc.confluence.atlassian.com}Service > > from cl > > ass org.apache.cxf.jaxws.support.DummyImpl > > Right ... not so good :\ > > This is needed to prepare a new release as right now we directly hit > Confluence to export docs. Can you register an issue for that? It > would be better to docs export to release phase. It isn't needed for > normal builds. > > You can also start build with -DskipAssembly to skip the whole assembly > module. > > > Regards > -- > Ćukasz > + 48 606 323 122 http://www.lenart.org.pl/ > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
