This commit is contained in:
Fabio Sinibaldi 2015-06-03 10:43:49 +00:00
parent 2d0a2044b9
commit 38cf775859
3 changed files with 13 additions and 38 deletions

View File

@ -1,6 +1,9 @@
<ReleaseNotes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="xsd/changelog.xsd">
<Changeset component="org.gcube.spatial-data.geonetowrk.1-0-0" date="2013-03-01">
<Changeset component="geonetwork.1-0-0" date="2013-03-01">
<Change>First Release</Change>
</Changeset>
<Changeset component="geonetwork.2-1-1" date="2015-05-25">
<Change>Integration fixes</Change>
</Changeset>
</ReleaseNotes>

View File

@ -1 +1 @@
${scm.url}
http://svn.research-infrastructures.eu/d4science/gcube/branches/spatial-data/geonetwork

44
pom.xml
View File

@ -8,7 +8,7 @@
</parent>
<groupId>org.gcube.spatial.data</groupId>
<artifactId>geonetwork</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.1-SNAPSHOT</version>
<name>geonetwork</name>
<properties>
@ -96,45 +96,17 @@
</repository>
</repositories>
<build>
<build>
<finalName>${artifactId}</finalName>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.3.2</version>
<configuration>
<source>1.6</source>
<target>1.6</target>
<source>1.7</source>
<target>1.7</target>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
<version>2.5</version>
<executions>
<execution>
<id>copy-profile</id>
<phase>install</phase>
<goals>
<goal>copy-resources</goal>
</goals>
<configuration>
<outputDirectory>target</outputDirectory>
<resources>
<resource>
<directory>${distroDirectory}</directory>
<filtering>true</filtering>
<includes>
<include>profile.xml</include>
</includes>
</resource>
</resources>
</configuration>
</execution>
</executions>
</plugin>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
@ -153,7 +125,7 @@
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>