FAQ

When I try to create a new project using "pax-create-project -g examples -a test" command, I get NoClassDefFoundError on org.codehaus.plexus.util.xml XmlStreamWriter.

This is a known problem when using Maven 2.0.5 due to a classloading issue wrt. some of the internal Maven code:

http://issues.ops4j.org/jira/browse/PAXCONSTRUCT-45 for more details

The current workaround is to use Maven 2.0.6 or above, where this classloading issue doesn't occur. This will be fixed in the 0.6.0 release which will also add a new command (pax-update) that provides an easy way to update scripts and projects.