Created
June 23, 2011 18:08
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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