Authored by ping

update

@@ -17,5 +17,16 @@ @@ -17,5 +17,16 @@
17 <attribute name="maven.pomderived" value="true"/> 17 <attribute name="maven.pomderived" value="true"/>
18 </attributes> 18 </attributes>
19 </classpathentry> 19 </classpathentry>
  20 + <classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources">
  21 + <attributes>
  22 + <attribute name="maven.pomderived" value="true"/>
  23 + </attributes>
  24 + </classpathentry>
  25 + <classpathentry kind="src" output="target/test-classes" path="src/test/java">
  26 + <attributes>
  27 + <attribute name="optional" value="true"/>
  28 + <attribute name="maven.pomderived" value="true"/>
  29 + </attributes>
  30 + </classpathentry>
20 <classpathentry kind="output" path="target/classes"/> 31 <classpathentry kind="output" path="target/classes"/>
21 </classpath> 32 </classpath>
1 <?xml version="1.0" encoding="UTF-8"?><project-modules id="moduleCoreId" project-version="1.5.0"> 1 <?xml version="1.0" encoding="UTF-8"?><project-modules id="moduleCoreId" project-version="1.5.0">
2 <wb-module deploy-name="yoho-unions-server"> 2 <wb-module deploy-name="yoho-unions-server">
3 <wb-resource deploy-path="/" source-path="/src/main/java"/> 3 <wb-resource deploy-path="/" source-path="/src/main/java"/>
  4 + <wb-resource deploy-path="/" source-path="/src/main/resources"/>
  5 + <wb-resource deploy-path="/" source-path="/src/test/java"/>
4 </wb-module> 6 </wb-module>
5 </project-modules> 7 </project-modules>
@@ -23,6 +23,6 @@ @@ -23,6 +23,6 @@
23 <dependency-type>uses</dependency-type> 23 <dependency-type>uses</dependency-type>
24 </dependent-module> 24 </dependent-module>
25 <property name="java-output-path" value="/yoho-unions-web/target/classes"/> 25 <property name="java-output-path" value="/yoho-unions-web/target/classes"/>
26 - <property name="context-root" value="union"/> 26 + <property name="context-root" value="yoho-unions-web"/>
27 </wb-module> 27 </wb-module>
28 </project-modules> 28 </project-modules>