This commit is contained in:
Alessandro Pieve 2017-02-17 15:47:17 +00:00
parent 32eadfff7b
commit f895f77bc1
5 changed files with 3 additions and 9 deletions

View File

@ -3,9 +3,6 @@
<wb-resource deploy-path="/" source-path="/target/m2e-wtp/web-resources"/>
<wb-resource deploy-path="/" source-path="/src/main/webapp" tag="defaultRootSource"/>
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/resources"/>
<dependent-module archiveName="quota-library-1.0.0-SNAPSHOT.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/quota-library/quota-library">
<dependency-type>uses</dependency-type>
</dependent-module>
<property name="java-output-path" value="/quota-service_basic/target/classes"/>
<property name="context-root" value="quota-manager"/>
</wb-module>

View File

@ -5,5 +5,5 @@
<servlet-mapping>
<servlet-name>org.gcube.resource.management.quota.manager.service.QuotaService</servlet-name>
<url-pattern>/gcube/service/*</url-pattern>
</servlet-mapping>
</servlet-mapping>
</web-app>

View File

@ -22,15 +22,12 @@
<property name="eclipselink.ddl-generation.output-mode"
value="database" />
<!-- <property name="eclipselink.ddl-generation" value="drop-and-create-tables"
/> -->
<property name="eclipselink.ddl-generation.output-mode"
value="database" />
<property name="eclipselink.persistence-context.flush-mode"
value="COMMIT" />
<property name="eclipselink.cache.shared.default" value="false"/>
<property name="eclipselink.cache.size.default" value="0"/>
<property name="eclipselink.cache.type.default" value="None"/>

View File

@ -25,7 +25,7 @@ no. 654119), SoBigData (grant no. 654024);
Version
--------------------------------------------------
1.0.0-SNAPSHOT (2017-02-16)
1.0.0-SNAPSHOT (2017-02-17)
Please see the file named "changelog.xml" in this directory for the release notes.

View File

@ -5,5 +5,5 @@
<servlet-mapping>
<servlet-name>org.gcube.resource.management.quota.manager.service.QuotaService</servlet-name>
<url-pattern>/gcube/service/*</url-pattern>
</servlet-mapping>
</servlet-mapping>
</web-app>