New Version of Maven Archetypes

There’s a new version (0.14) of the DukeScript Maven Archetypes available. Users of the DukeScript Plugin for NetBeans don’t need to change anything. The Wizard will automatically use the latest version.

The latest version has some minor changes in the projects created. For example the CSS is now separate from the HTML in the basic archetype for convenience. There are also some updates to use the latest versions of our test infrastructure and the CRUD-archetype now has a sample integration test. BrowserRunner is used to run the test with all available presenters.

Try it with NetBeans or from commandline:

mvn archetype:generate 
	-DarchetypeGroupId=com.dukescript.archetype
	-DarchetypeArtifactId=crud4j-archetype 
	-DarchetypeVersion=0.14 # or newer version