diff options
author | Olivier Lamy <olamy@apache.org> | 2011-10-18 12:19:44 +0000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2011-10-18 12:19:44 +0000 |
commit | ccd7d803f76883a3f3d71faa5a39f8e811006160 (patch) | |
tree | 39e42267fe9e495e674240f6fceb8b44c0f88376 /archiva-modules/archiva-web/archiva-webapp/pom.xml | |
parent | 3a48cc8f2012f8e5d8fdd62ba07070dde374384f (diff) | |
download | archiva-ccd7d803f76883a3f3d71faa5a39f8e811006160.tar.gz archiva-ccd7d803f76883a3f3d71faa5a39f8e811006160.zip |
[maven-release-plugin] prepare release archiva-1.4-M1
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1185616 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-modules/archiva-web/archiva-webapp/pom.xml')
-rw-r--r-- | archiva-modules/archiva-web/archiva-webapp/pom.xml | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/archiva-modules/archiva-web/archiva-webapp/pom.xml b/archiva-modules/archiva-web/archiva-webapp/pom.xml index 6daafa100..4e27a8495 100644 --- a/archiva-modules/archiva-web/archiva-webapp/pom.xml +++ b/archiva-modules/archiva-web/archiva-webapp/pom.xml @@ -18,13 +18,12 @@ ~ under the License. --> -<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> <parent> <groupId>org.apache.archiva</groupId> <artifactId>archiva-web</artifactId> - <version>1.4-M1-SNAPSHOT</version> + <version>1.4-M1</version> </parent> <artifactId>archiva-webapp</artifactId> <packaging>war</packaging> @@ -32,8 +31,8 @@ <properties> <jettyVersion>7.4.5.v20110725</jettyVersion> - <archiva.baseRestUrl></archiva.baseRestUrl> - <rest.admin.pwd></rest.admin.pwd> + <archiva.baseRestUrl /> + <rest.admin.pwd /> </properties> <dependencies> @@ -585,9 +584,9 @@ <phase>compile</phase> <configuration> <tasks> - <mkdir dir="${basedir}/target/archiva/WEB-INF/"/> + <mkdir dir="${basedir}/target/archiva/WEB-INF/" /> <copy todir="${basedir}/target/archiva/WEB-INF/"> - <fileset dir="${basedir}/target" includes="classes/" excludes="**/struts.xml,**/ehcache.xml"/> + <fileset dir="${basedir}/target" includes="classes/" excludes="**/struts.xml,**/ehcache.xml" /> </copy> </tasks> </configuration> @@ -600,7 +599,7 @@ <configuration> <tasks> <copy todir="${basedir}/appserver-base"> - <fileset dir="src/appserver-base"/> + <fileset dir="src/appserver-base" /> </copy> </tasks> </configuration> |