Fixed pom for a better management of distro files

This commit is contained in:
Luca Frosini 2019-11-21 17:01:08 +01:00
parent 6580680f6f
commit c6b3f53bce
5 changed files with 12 additions and 3 deletions

View File

@ -2,6 +2,9 @@
<!DOCTYPE xml>
<ReleaseNotes>
<Changeset component="org.gcube.data-publishing.gcat.1-4-0" date="${buildDate}">
<Change></Change>
</Changeset>
<Changeset component="org.gcube.data-publishing.gcat.1-4-0" date="2019-11-06">
<Change>User information are checked/updated on CKAN using portal information #16360</Change>
<Change>Items listing API when invoked at VO level allow to get all the catalogue items or filtering them by organization #17635</Change>
<Change>Enabled the possibility of filtering the result of items listing API #17645</Change>

View File

@ -12,7 +12,7 @@
<groupId>org.gcube.data-publishing</groupId>
<artifactId>gcat</artifactId>
<packaging>war</packaging>
<version>1.4.0</version>
<version>1.4.1</version>
<name>gCube Catalogue Service</name>
<description>
This service allows any client to publish on the gCube Catalogue.
@ -21,7 +21,7 @@
<properties>
<version.jersey>2.24.1</version.jersey>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<webappDirectory>${project.basedir}/src/main/webapp/WEB-INF</webappDirectory>
<webappDirectory>${project.basedir}${file.separator}src${file.separator}main${file.separator}webapp${file.separator}WEB-INF</webappDirectory>
<serviceClass>DataPublishing</serviceClass>
</properties>
@ -274,8 +274,11 @@
<exclude>src</exclude>
</excludes>
<includes>
<include>LICENSE.md</include>
<include>README.md</include>
<include>web.xml</include>
<include>gcube-app.xml</include>
<include>changelog.xml</include>
</includes>
</resource>
</resources>

1
src/main/.gitignore vendored
View File

@ -1 +0,0 @@
/webapp/

4
src/main/webapp/WEB-INF/.gitignore vendored Normal file
View File

@ -0,0 +1,4 @@
/LICENSE.md
/README.md
/changelog.xml
/gcube-app.xml