Ok, if the zones repository is for staging it should be added to the release section of distributionManagement. But not to the repository section of the pom. Maybe it can be added to the repository section with
a profile for testing purpose.

MyfacesZones would be queried for every released artifact (this includes commons-lang....). This would be slow down the build time.

Regards

Bernd

Sean Schofield schrieb:
We need the shared artifacts to be available for build purposes but we
don't want to publish them to ibiblio.  Its also a convenient staging
ground for ibiblio.  Basically if you publish to the ASF maven repo it
starts complaining right away about signatures, etc.  Plus we had
maven people promote stuff to ibiblio without us asking.

What is the problem with an alternate repo?  I think its a great idea.
 People can test the "release" before its officially released.

Sean

On 4/25/06, Bernd Bohmann <[EMAIL PROTECTED]> wrote:
Hello Sean,

why you add the repository myfaces.zones.apache.org to the release
repository section?
I don't think this is a good idea.

Regards

Bernd

[EMAIL PROTECTED] schrieb:
Author: schof
Date: Tue Apr 25 10:21:45 2006
New Revision: 396926

URL: http://svn.apache.org/viewcvs?rev=396926&view=rev
Log:
changes to pom so we can try releasing core artifacts again

Modified:
    myfaces/core/branches/1_1_3/api/pom.xml
    myfaces/core/branches/1_1_3/impl/pom.xml
    myfaces/core/branches/1_1_3/pom.xml

Modified: myfaces/core/branches/1_1_3/api/pom.xml
URL: 
http://svn.apache.org/viewcvs/myfaces/core/branches/1_1_3/api/pom.xml?rev=396926&r1=396925&r2=396926&view=diff
==============================================================================
--- myfaces/core/branches/1_1_3/api/pom.xml (original)
+++ myfaces/core/branches/1_1_3/api/pom.xml Tue Apr 25 10:21:45 2006
@@ -2,13 +2,12 @@
   <parent>
     <artifactId>myfaces-core-project</artifactId>
     <groupId>org.apache.myfaces.core</groupId>
-    <version>1.1.3</version>
+    <version>1.1.3-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.myfaces.core</groupId>
   <artifactId>myfaces-api</artifactId>
   <name>API</name>
-  <version>1.1.3</version>
   <description>The MyFaces API Subproject provides a full set of the API 
interfaces and classes
     defined in JSR-127 (see also 
http://www.jcp.org/en/jsr/detail?id=127).</description>
   <scm>

Modified: myfaces/core/branches/1_1_3/impl/pom.xml
URL: 
http://svn.apache.org/viewcvs/myfaces/core/branches/1_1_3/impl/pom.xml?rev=396926&r1=396925&r2=396926&view=diff
==============================================================================
--- myfaces/core/branches/1_1_3/impl/pom.xml (original)
+++ myfaces/core/branches/1_1_3/impl/pom.xml Tue Apr 25 10:21:45 2006
@@ -2,13 +2,12 @@
   <parent>
     <artifactId>myfaces-core-project</artifactId>
     <groupId>org.apache.myfaces.core</groupId>
-    <version>1.1.3</version>
+    <version>1.1.3-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.myfaces.core</groupId>
   <artifactId>myfaces-impl</artifactId>
   <name>Impl</name>
-  <version>1.1.3</version>
   <description>This is the MyFaces Impl Subproject Description [INSERT MORE STUFF 
HERE]</description>
   <url>http://myfaces.apache.org</url>
   <scm>
@@ -229,9 +228,9 @@
       <scope>test</scope>
     </dependency>
     <dependency>
-      <groupId>org.apache.myfaces.core</groupId>
+      <groupId>myfaces</groupId>
       <artifactId>myfaces-api</artifactId>
-      <version>1.1.3</version>
+      <version>1.1.1</version>
       <scope>provided</scope>
     </dependency>
     <dependency>

Modified: myfaces/core/branches/1_1_3/pom.xml
URL: 
http://svn.apache.org/viewcvs/myfaces/core/branches/1_1_3/pom.xml?rev=396926&r1=396925&r2=396926&view=diff
==============================================================================
--- myfaces/core/branches/1_1_3/pom.xml (original)
+++ myfaces/core/branches/1_1_3/pom.xml Tue Apr 25 10:21:45 2006
@@ -9,7 +9,7 @@
   <artifactId>myfaces-core-project</artifactId>
   <packaging>pom</packaging>
   <name>Core Project</name>
-  <version>1.1.3</version>
+  <version>1.1.3-SNAPSHOT</version>
   <url>http://myfaces.apache.org/projects</url>
   <issueManagement>
     <system>jira</system>
@@ -26,9 +26,24 @@
   </modules>
   <repositories>
     <repository>
-      <snapshots />
       <id>apache-maven-snapshots</id>
       <url>http://cvs.apache.org/maven-snapshot-repository</url>
+      <releases>
+        <enabled>false</enabled>
+      </releases>
+      <snapshots>
+        <enabled>true</enabled>
+      </snapshots>
+    </repository>
+    <repository>
+      <id>myfaces-repo</id>
+      <url>http://myfaces.zones.apache.org/dist/maven-repository</url>
+      <releases>
+        <enabled>true</enabled>
+      </releases>
+      <snapshots>
+        <enabled>false</enabled>
+      </snapshots>
     </repository>
   </repositories>
 </project>



--
Dipl.-Ing. Bernd Bohmann - Atanion GmbH - Software Development
Bismarckstr. 13, 26122 Oldenburg, http://www.atanion.com
phone: +49 441 4082312, mobile: +49 173 8839471, fax: +49 441 4082333



--
Dipl.-Ing. Bernd Bohmann - Atanion GmbH - Software Development
Bismarckstr. 13, 26122 Oldenburg, http://www.atanion.com
phone: +49 441 4082312, mobile: +49 173 8839471, fax: +49 441 4082333

Reply via email to