Fixed pom for a better management of distro files
This commit is contained in:
parent
6580680f6f
commit
c6b3f53bce
|
@ -2,6 +2,9 @@
|
||||||
<!DOCTYPE xml>
|
<!DOCTYPE xml>
|
||||||
<ReleaseNotes>
|
<ReleaseNotes>
|
||||||
<Changeset component="org.gcube.data-publishing.gcat.1-4-0" date="${buildDate}">
|
<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>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>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>
|
<Change>Enabled the possibility of filtering the result of items listing API #17645</Change>
|
||||||
|
|
7
pom.xml
7
pom.xml
|
@ -12,7 +12,7 @@
|
||||||
<groupId>org.gcube.data-publishing</groupId>
|
<groupId>org.gcube.data-publishing</groupId>
|
||||||
<artifactId>gcat</artifactId>
|
<artifactId>gcat</artifactId>
|
||||||
<packaging>war</packaging>
|
<packaging>war</packaging>
|
||||||
<version>1.4.0</version>
|
<version>1.4.1</version>
|
||||||
<name>gCube Catalogue Service</name>
|
<name>gCube Catalogue Service</name>
|
||||||
<description>
|
<description>
|
||||||
This service allows any client to publish on the gCube Catalogue.
|
This service allows any client to publish on the gCube Catalogue.
|
||||||
|
@ -21,7 +21,7 @@
|
||||||
<properties>
|
<properties>
|
||||||
<version.jersey>2.24.1</version.jersey>
|
<version.jersey>2.24.1</version.jersey>
|
||||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
<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>
|
<serviceClass>DataPublishing</serviceClass>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
|
@ -274,8 +274,11 @@
|
||||||
<exclude>src</exclude>
|
<exclude>src</exclude>
|
||||||
</excludes>
|
</excludes>
|
||||||
<includes>
|
<includes>
|
||||||
|
<include>LICENSE.md</include>
|
||||||
|
<include>README.md</include>
|
||||||
<include>web.xml</include>
|
<include>web.xml</include>
|
||||||
<include>gcube-app.xml</include>
|
<include>gcube-app.xml</include>
|
||||||
|
<include>changelog.xml</include>
|
||||||
</includes>
|
</includes>
|
||||||
</resource>
|
</resource>
|
||||||
</resources>
|
</resources>
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
/webapp/
|
|
|
@ -0,0 +1,4 @@
|
||||||
|
/LICENSE.md
|
||||||
|
/README.md
|
||||||
|
/changelog.xml
|
||||||
|
/gcube-app.xml
|
Loading…
Reference in New Issue