pom updated
This commit is contained in:
parent
f6bcb65336
commit
3bc3da5bc3
|
@ -6,6 +6,8 @@
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
<wb-module deploy-name="wps">
|
||||
|
||||
|
||||
|
@ -14,6 +16,8 @@
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
<wb-resource deploy-path="/" source-path="/target/m2e-wtp/web-resources"/>
|
||||
|
||||
|
||||
|
@ -22,6 +26,8 @@
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
<wb-resource deploy-path="/" source-path="/src/main/webapp" tag="defaultRootSource"/>
|
||||
|
||||
|
||||
|
@ -30,6 +36,8 @@
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/java"/>
|
||||
|
||||
|
||||
|
@ -38,10 +46,20 @@
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/resources"/>
|
||||
<dependent-module archiveName="dataminer-1.7.0-SNAPSHOT.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/DataMiner/DataMiner">
|
||||
<dependency-type>uses</dependency-type>
|
||||
</dependent-module>
|
||||
<dependent-module archiveName="storagehub-client-library-1.2.1.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/storagehub-client/storagehub-client">
|
||||
<dependency-type>uses</dependency-type>
|
||||
</dependent-module>
|
||||
<dependent-module archiveName="storagehub-model-1.0.9.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/storagehub-model/storagehub-model">
|
||||
<dependency-type>uses</dependency-type>
|
||||
</dependent-module>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -57,6 +75,8 @@
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
<property name="java-output-path" value="/wps/target/classes"/>
|
||||
|
||||
|
||||
|
@ -65,6 +85,8 @@
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
</wb-module>
|
||||
|
||||
|
||||
|
@ -73,4 +95,6 @@
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
</project-modules>
|
||||
|
|
Loading…
Reference in New Issue