Added service to suite

This commit is contained in:
Fabio Sinibaldi 2020-12-15 19:12:04 +01:00
parent 4b52d29769
commit 15ee39bd9d
2 changed files with 29 additions and 19 deletions

View File

@ -1,11 +1,17 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.gcube.tools</groupId>
<artifactId>maven-parent</artifactId>
<version>1.1.0</version>
</parent>
<!-- <parent> -->
<!-- <groupId>org.gcube.tools</groupId> -->
<!-- <artifactId>maven-parent</artifactId> -->
<!-- <version>1.1.0</version> -->
<!-- </parent> -->
<parent>
<groupId>org.gcube.data-publishing.gFeed</groupId>
<artifactId>gFeed-Suite</artifactId>
<version>1.0.4-SNAPSHOT</version>
</parent>
<artifactId>gCat-Feeder</artifactId>
<name>gFeed Service</name>
<version>1.0.4-SNAPSHOT</version>
@ -14,20 +20,20 @@
<properties>
<webappDirectory>${project.basedir}/src/main/webapp/WEB-INF</webappDirectory>
<distroDirectory>${project.basedir}/distro</distroDirectory>
<gitBaseUrl>https://code-repo.d4science.org/gCubeSystem</gitBaseUrl>
<!-- <gitBaseUrl>https://code-repo.d4science.org/gCubeSystem</gitBaseUrl> -->
</properties>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.gcube.data-publishing.gFeed</groupId>
<artifactId>gFeed-Suite</artifactId>
<version>1.0.4-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>
<!-- <dependencyManagement> -->
<!-- <dependencies> -->
<!-- <dependency> -->
<!-- <groupId>org.gcube.data-publishing.gFeed</groupId> -->
<!-- <artifactId>gFeed-Suite</artifactId> -->
<!-- <version>1.0.4-SNAPSHOT</version> -->
<!-- <type>pom</type> -->
<!-- <scope>import</scope> -->
<!-- </dependency> -->
<!-- </dependencies> -->
<!-- </dependencyManagement> -->
<scm>
<connection>scm:git:${gitBaseUrl}/gFeed</connection>
@ -49,7 +55,11 @@
<groupId>org.gcube.data-publishing.gFeed</groupId>
<artifactId>catalogue-plugin-framework</artifactId>
</dependency>
<dependency>
<groupId>org.gcube.data-publishing.gFeed</groupId>
<artifactId>commons</artifactId>
</dependency>
<dependency>
<groupId>org.gcube.core</groupId>

View File

@ -34,7 +34,7 @@
<module>test-commons</module>
<!-- service -->
<!-- <module>gCat-Feeder</module> -->
<module>gCat-Feeder</module>
<!-- plugins -->