Skip to content
This repository has been archived by the owner on Jul 2, 2018. It is now read-only.

Commit

Permalink
[maven-release-plugin] prepare release imeji-3.1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bastiensaquet committed Dec 21, 2015
1 parent 1771106 commit 475e892
Showing 1 changed file with 7 additions and 15 deletions.
22 changes: 7 additions & 15 deletions pom.xml
@@ -1,11 +1,10 @@
<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/maven-v4_0_0.xsd">
<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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>imeji</artifactId>
<groupId>org.imeji</groupId>
<name>imeji</name>
<packaging>war</packaging>
<version>3.0.1.1-SNAPSHOT</version>
<version>3.1.0.0</version>
<url>http://imeji.org</url>
<description>The imeji open source software offers a dedicated metadata management by supporting a non- restrictive metadata schema definition, as simple as liked or as complex as needed.</description>
<licenses>
Expand All @@ -23,7 +22,7 @@
<url>https://github.com/imeji-community/imeji</url>
<connection>scm:git:git://github.com/imeji-community/imeji.git</connection>
<developerConnection>scm:git:git@github.com:imeji-community/imeji.git</developerConnection>
<tag>develop</tag>
<tag>imeji-3.1.0.0</tag>
</scm>
<issueManagement>
<system>Github</system>
Expand Down Expand Up @@ -263,12 +262,8 @@
</plugin>
<!-- <plugin> <artifactId>maven-antrun-plugin</artifactId> <executions>
<execution> <id>process-resources</id> <phase>process-resources</phase> <configuration>
<tasks> <copy file="src/main/java/de/mpg/j2j/misc/jaxb.index" tofile="${project.build.directory}/classes/de/mpg/j2j/misc/jaxb.index"
/> <copy file="src/main/java/de/mpg/imeji/logic/vo/jaxb.index" tofile="${project.build.directory}/classes/de/mpg/imeji/logic/vo/jaxb.index"
/> <copy file="src/main/java/de/mpg/imeji/logic/ingest/vo/jaxb.index" tofile="${project.build.directory}/classes/de/mpg/imeji/logic/ingest/vo/jaxb.index"
/> <copy file="src/main/java/de/mpg/imeji/logic/vo/predefinedMetadata/jaxb.index"
tofile="${project.build.directory}/classes/de/mpg/imeji/logic/vo/predefinedMetadata/jaxb.index"
/> </tasks> </configuration> <goals> <goal>run</goal> </goals> </execution>
<tasks> <copy file="src/main/java/de/mpg/j2j/misc/jaxb.index" tofile="${project.build.directory}/classes/de/mpg/j2j/misc/jaxb.index" /> <copy file="src/main/java/de/mpg/imeji/logic/vo/jaxb.index" tofile="${project.build.directory}/classes/de/mpg/imeji/logic/vo/jaxb.index" /> <copy file="src/main/java/de/mpg/imeji/logic/ingest/vo/jaxb.index" tofile="${project.build.directory}/classes/de/mpg/imeji/logic/ingest/vo/jaxb.index" /> <copy file="src/main/java/de/mpg/imeji/logic/vo/predefinedMetadata/jaxb.index" tofile="${project.build.directory}/classes/de/mpg/imeji/logic/vo/predefinedMetadata/jaxb.index"
/> </tasks> </configuration> <goals> <goal>run</goal> </goals> </execution>
</executions> </plugin> -->
<!--This plugin's configuration is used to store Eclipse m2e settings
only. It has no influence on the Maven build itself. -->
Expand Down Expand Up @@ -621,12 +616,9 @@
<phase>install</phase>
<configuration>
<tasks>
<delete quiet="true"
file="${tomcat.webapps}/${project.warName}.war" />
<delete quiet="true" file="${tomcat.webapps}/${project.warName}.war" />
<delete quiet="true" dir="${tomcat.webapps}/${project.warName}" />
<copy overwrite="true"
file="${project.build.directory}/${project.warName}.war"
tofile="${tomcat.webapps}/${project.warName}.war" />
<copy overwrite="true" file="${project.build.directory}/${project.warName}.war" tofile="${tomcat.webapps}/${project.warName}.war" />
</tasks>
</configuration>
<goals>
Expand Down

0 comments on commit 475e892

Please sign in to comment.