In order to get the gwt expense app to run with the windows M2 release of roo I had to add the following to the pom.xml file.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
<version>2.3</version>
</plugin>
Was this the correct solution and if so why?
