Updated to support Git and Jenkins

This commit is contained in:
Giancarlo Panichi 2019-10-16 15:28:16 +02:00
parent 4cb5375554
commit 0eacd8c908
1 changed files with 6 additions and 0 deletions

View File

@ -4,6 +4,12 @@
<wb-resource deploy-path="/" source-path="/src/main/webapp" tag="defaultRootSource"/>
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/java"/>
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/resources"/>
<dependent-module archiveName="tabular-data-wizard-widget-1.9.0-SNAPSHOT.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/tabular-data-wizard-widget/tabular-data-wizard-widget">
<dependency-type>uses</dependency-type>
</dependent-module>
<dependent-module archiveName="tabular-data-widgetx-tdx-source-1.10.0-SNAPSHOT.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/tabular-data-widgetx-tdx-source/tabular-data-widgetx-tdx-source">
<dependency-type>uses</dependency-type>
</dependent-module>
<property name="context-root" value="tabular-data-manager"/>
<property name="java-output-path" value="/tabular-data-manager/target/tabular-data-manager-2.20.1-SNAPSHOT/WEB-INF/classes"/>
</wb-module>