Torsten Curdt wrote:


No ...that requires a vote from the jakarta PMC ....the only thing we
could do is get a snaphot out into a repository ...or get some people
help over in jakarta land (hint!) ;-)

I installed a snapshot version of both jci and javaflow trunk to m2-snapshot-repository, cocoon is now building again.

I had to make a few small adjustments to the poms, they didn't deploy correctly otherwise.

Javaflow needed a change in <distributionManagement> :

Index: pom.xml
===================================================================
--- pom.xml     (revision 470478)
+++ pom.xml     (working copy)
@@ -117,7 +117,7 @@
     <snapshotRepository>
       <id>apache-maven-snapshot</id>
       <name>repository</name>
- <url>scpexe://people.apache.org/www/people.apache.org/maven-snapshot-repository</url> + <url>scpexe://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository</url>
     </snapshotRepository>
     <site>
       <id>website</id>


JCI needed a few version changes as well :

Index: pom.xml
===================================================================
--- pom.xml     (revision 470285)
+++ pom.xml     (working copy)
@@ -59,12 +59,13 @@
       <name>repository</name>

<url>scpexe://people.apache.org/x1/www/people.apache.org/maven-snapshot-repository</url>
     </repository>
+-->
     <snapshotRepository>
       <id>apache-maven-snapshot</id>
       <name>repository</name>
- <url>scpexe://people.apache.org/x1/www/people.apache.org/maven-snapshot-repository</url> + <url>scpexe://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository</url>
     </snapshotRepository>
--->
+
     <site>
       <id>website</id>

<url>scpexe://people.apache.org/www/jakarta.apache.org/commons/sandbox/jci</url>
Index: compilers/eclipse/pom.xml
===================================================================
--- compilers/eclipse/pom.xml   (revision 470285)
+++ compilers/eclipse/pom.xml   (working copy)
@@ -15,7 +15,7 @@

   <groupId>org.apache.commons</groupId>
   <artifactId>commons-jci-eclipse</artifactId>
-  <version>3.2.0.658</version>
+  <version>1.0-SNAPSHOT</version>

   <name>compiler-eclipse</name>

Index: compilers/groovy/pom.xml
===================================================================
--- compilers/groovy/pom.xml    (revision 470285)
+++ compilers/groovy/pom.xml    (working copy)
@@ -15,7 +15,7 @@

   <groupId>org.apache.commons</groupId>
   <artifactId>commons-jci-groovy</artifactId>
-  <version>1.0-jsr-03</version>
+  <version>1.0-SNAPSHOT</version>

   <name>compiler-groovy</name>

Index: compilers/janino/pom.xml
===================================================================
--- compilers/janino/pom.xml    (revision 470285)
+++ compilers/janino/pom.xml    (working copy)
@@ -15,7 +15,7 @@

   <groupId>org.apache.commons</groupId>
   <artifactId>commons-jci-janino</artifactId>
-  <version>2.4.1</version>
+  <version>1.0-SNAPSHOT</version>

   <name>compiler-janino</name>

Reply via email to