Author: bago
Date: Sat Apr 28 09:09:15 2007
New Revision: 533379
URL: http://svn.apache.org/viewvc?view=rev&rev=533379
Log:
Renaming repos/third-party-m1 to stage to better follow the new server-modular
structure.
Added some comment to pom.xml for m2 build workarounds.
Modified:
james/jspf/trunk/pom.xml
Modified: james/jspf/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/james/jspf/trunk/pom.xml?view=diff&rev=533379&r1=533378&r2=533379
==============================================================================
--- james/jspf/trunk/pom.xml (original)
+++ james/jspf/trunk/pom.xml Sat Apr 28 09:09:15 2007
@@ -25,6 +25,9 @@
<groupId>org.apache.james</groupId>
<artifactId>james-project</artifactId>
<version>1.1-SNAPSHOT</version>
+ <!-- Either this really points to the james-project/pom.xml or you
+ will have to tune the local repository, later, in this file -->
+ <relativePath>../james-project/pom.xml</relativePath>
</parent>
<name>Apache JAMES jSPF</name>
<version>0.9b4</version>
@@ -117,12 +120,29 @@
</pluginRepository>
</pluginRepositories>
- <!-- temporary to support simpler deploy -->
<repositories>
<repository>
- <id>local-jspf-3rd-party-m1</id>
- <name>Local jSPF third party repository</name>
- <url>file://${basedir}/repos/third-party-m1</url>
+ <id>local-jspf-stage-repository</id>
+ <name>Local jSPF stage repository</name>
+ <!-- Please note that due to http://jira.codehaus.org/browse/MNG-2896 -->
+ <!-- If you don't have james-project checked out in ../james-project -->
+ <!-- you will have to place your absolute path to the project instead -->
+ <!-- of ${basedir}, or, otherwise, manually install the parent poms -->
+ <!--
+ mvn -fignorepom.xml install:install-file
+ -Dfile=stage\org.apache.james\poms\james-parent-1.1-SNAPSHOT.pom
+ -Dpackaging=pom
+ -DgroupId=org.apache.james
+ -DartifactId=james-parent
+ -Dversion=1.1-SNAPSHOT
+ mvn -fignorepom.xml install:install-file
+
-Dfile=stage\org.apache.james\poms\james-project-1.1-SNAPSHOT.pom
+ -Dpackaging=pom
+ -DgroupId=org.apache.james
+ -DartifactId=james-project
+ -Dversion=1.1-SNAPSHOT
+ -->
+ <url>file://${basedir}/stage</url>
<layout>legacy</layout>
<releases>
<enabled>true</enabled>
@@ -132,26 +152,6 @@
<enabled>true</enabled>
<checksumPolicy>ignore</checksumPolicy>
</snapshots>
- </repository>
-
- <repository>
- <id>central</id>
- <name>Apache Snapshot Repository</name>
- <url>http://people.apache.org/repo/m2-ibiblio-rsync-repository</url>
- <releases>
- <enabled>true</enabled>
- </releases>
- <snapshots>
- <enabled>true</enabled>
- </snapshots>
- </repository>
- <repository>
- <id>apache.snapshots</id>
- <name>Apache Snapshot Repository</name>
- <url>http://people.apache.org/repo/m2-snapshot-repository</url>
- <releases>
- <enabled>false</enabled>
- </releases>
</repository>
</repositories>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]