-
Jul 22nd, 2010, 12:21 PM
#1
Getting gwt expense app to run with M2
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?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules