This repository has been archived by the owner on Jul 2, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[maven-release-plugin] prepare release imeji-3.1.0.0
- Loading branch information
1 parent
1771106
commit 475e892
Showing
1 changed file
with
7 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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> | ||
|
@@ -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:[email protected]:imeji-community/imeji.git</developerConnection> | ||
<tag>develop</tag> | ||
<tag>imeji-3.1.0.0</tag> | ||
</scm> | ||
<issueManagement> | ||
<system>Github</system> | ||
|
@@ -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. --> | ||
|
@@ -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> | ||
|