Skip to content

Instantly share code, notes, and snippets.

@niloc132
Created June 23, 2011 18:08
Show Gist options
  • Save niloc132/1043154 to your computer and use it in GitHub Desktop.
Save niloc132/1043154 to your computer and use it in GitHub Desktop.
example org.eclipse.wst.common.component to get wst and maven to play nice
<project-modules id="moduleCoreId" project-version="1.5.0">
<wb-module deploy-name="mygwtproj">
<wb-resource deploy-path="/" source-path="/target/mygwtproj-0.1-SNAPSHOT" />
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/java"/>
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/resources"/>
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src/test/java"/>
<property name="context-root" value="/"/>
<property name="java-output-path" value="/mygwtproj/target/mygwtproj-0.1-SNAPSHOT/WEB-INF/classes"/>
</wb-module>
</project-modules>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment