Hi Emmanuel,
Thanks.
But not better :
[INFO] ------------------------------------------------------------------------
[INFO] Building Continuum :: Data Management :: Redback JDO
[INFO] task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] snapshot
org.codehaus.redback:redback-data-management:1.1-SNAPSHOT: checking
for updates from continuum-repo-snapshots
[INFO] [enforcer:enforce {execution: default}]
[WARNING] Rule 0: org.apache.maven.plugin.enforcer.BannedDependencies
failed with message: Found Banned Dependency:
classworlds:classworlds:jar:1.1-alpha-2
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Some Enforcer rules have failed. Look above for specific
messages explaining why the rule failed.
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 4 minutes 51 seconds
[INFO] Finished at: Fri Aug 29 11:26:45 CEST 2008
[INFO] Final Memory: 64M/463M
[INFO] ------------------------------------------------------------------------
Wait the vmbuild confirmation ;-)
--
Olivier
2008/8/29 <[EMAIL PROTECTED]>:
> Author: evenisse
> Date: Fri Aug 29 01:30:14 2008
> New Revision: 690148
>
> URL: http://svn.apache.org/viewvc?rev=690148&view=rev
> Log:
> Fix redback groupIds and add codehaus snapshot repository
>
> Modified:
> continuum/trunk/continuum-core/pom.xml
>
> continuum/trunk/continuum-data-management/data-management-redback-jdo/pom.xml
> continuum/trunk/continuum-webapp/pom.xml
> continuum/trunk/continuum-xmlrpc/continuum-xmlrpc-server/pom.xml
> continuum/trunk/pom.xml
>
> Modified: continuum/trunk/continuum-core/pom.xml
> URL:
> http://svn.apache.org/viewvc/continuum/trunk/continuum-core/pom.xml?rev=690148&r1=690147&r2=690148&view=diff
> ==============================================================================
> --- continuum/trunk/continuum-core/pom.xml (original)
> +++ continuum/trunk/continuum-core/pom.xml Fri Aug 29 01:30:14 2008
> @@ -150,7 +150,7 @@
> <artifactId>continuum-scm</artifactId>
> </dependency>
> <dependency>
> - <groupId>org.codehaus.plexus.redback</groupId>
> + <groupId>org.codehaus.redback</groupId>
> <artifactId>redback-rbac-role-manager</artifactId>
> </dependency>
> <dependency>
> @@ -220,12 +220,12 @@
> <scope>test</scope>
> </dependency>
> <dependency>
> - <groupId>org.codehaus.plexus.redback</groupId>
> + <groupId>org.codehaus.redback</groupId>
> <artifactId>redback-xwork-integration</artifactId>
> <scope>test</scope>
> </dependency>
> <dependency>
> - <groupId>org.codehaus.plexus.redback</groupId>
> + <groupId>org.codehaus.redback</groupId>
> <artifactId>redback-rbac-memory</artifactId>
> <scope>test</scope>
> </dependency>
>
> Modified:
> continuum/trunk/continuum-data-management/data-management-redback-jdo/pom.xml
> URL:
> http://svn.apache.org/viewvc/continuum/trunk/continuum-data-management/data-management-redback-jdo/pom.xml?rev=690148&r1=690147&r2=690148&view=diff
> ==============================================================================
> ---
> continuum/trunk/continuum-data-management/data-management-redback-jdo/pom.xml
> (original)
> +++
> continuum/trunk/continuum-data-management/data-management-redback-jdo/pom.xml
> Fri Aug 29 01:30:14 2008
> @@ -41,7 +41,7 @@
> <artifactId>redback-legacy</artifactId>
> </dependency>
> <dependency>
> - <groupId>org.codehaus.plexus.redback</groupId>
> + <groupId>org.codehaus.redback</groupId>
> <artifactId>redback-data-management</artifactId>
> </dependency>
> </dependencies>
>
> Modified: continuum/trunk/continuum-webapp/pom.xml
> URL:
> http://svn.apache.org/viewvc/continuum/trunk/continuum-webapp/pom.xml?rev=690148&r1=690147&r2=690148&view=diff
> ==============================================================================
> --- continuum/trunk/continuum-webapp/pom.xml (original)
> +++ continuum/trunk/continuum-webapp/pom.xml Fri Aug 29 01:30:14 2008
> @@ -449,17 +449,17 @@
> Plexus Security Dependencies
> -->
> <dependency>
> - <groupId>org.codehaus.plexus.redback</groupId>
> + <groupId>org.codehaus.redback</groupId>
> <artifactId>redback-xwork-content</artifactId>
> <type>war</type>
> <scope>runtime</scope>
> </dependency>
> <dependency>
> - <groupId>org.codehaus.plexus.redback</groupId>
> + <groupId>org.codehaus.redback</groupId>
> <artifactId>redback-xwork-integration</artifactId>
> </dependency>
> <dependency>
> - <groupId>org.codehaus.plexus.redback</groupId>
> + <groupId>org.codehaus.redback</groupId>
> <artifactId>redback-taglib</artifactId>
> <scope>runtime</scope>
> </dependency>
>
> Modified: continuum/trunk/continuum-xmlrpc/continuum-xmlrpc-server/pom.xml
> URL:
> http://svn.apache.org/viewvc/continuum/trunk/continuum-xmlrpc/continuum-xmlrpc-server/pom.xml?rev=690148&r1=690147&r2=690148&view=diff
> ==============================================================================
> --- continuum/trunk/continuum-xmlrpc/continuum-xmlrpc-server/pom.xml
> (original)
> +++ continuum/trunk/continuum-xmlrpc/continuum-xmlrpc-server/pom.xml Fri Aug
> 29 01:30:14 2008
> @@ -41,11 +41,11 @@
> <artifactId>continuum-security</artifactId>
> </dependency>
> <dependency>
> - <groupId>org.codehaus.plexus.redback</groupId>
> + <groupId>org.codehaus.redback</groupId>
> <artifactId>redback-rbac-role-manager</artifactId>
> </dependency>
> <dependency>
> - <groupId>org.codehaus.plexus.redback</groupId>
> + <groupId>org.codehaus.redback</groupId>
> <artifactId>redback-system</artifactId>
> </dependency>
> <dependency>
>
> Modified: continuum/trunk/pom.xml
> URL:
> http://svn.apache.org/viewvc/continuum/trunk/pom.xml?rev=690148&r1=690147&r2=690148&view=diff
> ==============================================================================
> --- continuum/trunk/pom.xml (original)
> +++ continuum/trunk/pom.xml Fri Aug 29 01:30:14 2008
> @@ -274,6 +274,17 @@
> <enabled>true</enabled>
> </snapshots>
> </repository>
> + <repository>
> + <id>codehaus.snapshots</id>
> + <name>Codehaus Snapshot Repository</name>
> + <url>http://snapshots.repository.codehaus.org</url>
> + <releases>
> + <enabled>false</enabled>
> + </releases>
> + <snapshots>
> + <enabled>true</enabled>
> + </snapshots>
> + </repository>
> </repositories>
> <dependencies>
> <dependency>
> @@ -811,7 +822,7 @@
> Plexus Redback Dependencies
> -->
> <dependency>
> - <groupId>org.codehaus.plexus.redback</groupId>
> + <groupId>org.codehaus.redback</groupId>
> <artifactId>redback-rbac-memory</artifactId>
> <version>${redback.version}</version>
> <scope>test</scope>
> @@ -823,29 +834,29 @@
> </exclusions>
> </dependency>
> <dependency>
> - <groupId>org.codehaus.plexus.redback</groupId>
> + <groupId>org.codehaus.redback</groupId>
> <artifactId>redback-users-memory</artifactId>
> <version>${redback.version}</version>
> <scope>test</scope>
> </dependency>
> <dependency>
> - <groupId>org.codehaus.plexus.redback</groupId>
> + <groupId>org.codehaus.redback</groupId>
> <artifactId>redback-keys-memory</artifactId>
> <version>${redback.version}</version>
> <scope>test</scope>
> </dependency>
> <dependency>
> - <groupId>org.codehaus.plexus.redback</groupId>
> + <groupId>org.codehaus.redback</groupId>
> <artifactId>redback-rbac-model</artifactId>
> <version>${redback.version}</version>
> </dependency>
> <dependency>
> - <groupId>org.codehaus.plexus.redback</groupId>
> + <groupId>org.codehaus.redback</groupId>
> <artifactId>redback-authorization-rbac</artifactId>
> <version>${redback.version}</version>
> </dependency>
> <dependency>
> - <groupId>org.codehaus.plexus.redback</groupId>
> + <groupId>org.codehaus.redback</groupId>
> <artifactId>redback-rbac-role-manager</artifactId>
> <version>${redback.version}</version>
> <exclusions>
> @@ -856,12 +867,12 @@
> </exclusions>
> </dependency>
> <dependency>
> - <groupId>org.codehaus.plexus.redback</groupId>
> + <groupId>org.codehaus.redback</groupId>
> <artifactId>redback-users-configurable</artifactId>
> <version>${redback.version}</version>
> </dependency>
> <dependency>
> - <groupId>org.codehaus.plexus.redback</groupId>
> + <groupId>org.codehaus.redback</groupId>
> <artifactId>redback-system</artifactId>
> <version>${redback.version}</version>
> <exclusions>
> @@ -872,7 +883,7 @@
> </exclusions>
> </dependency>
> <dependency>
> - <groupId>org.codehaus.plexus.redback</groupId>
> + <groupId>org.codehaus.redback</groupId>
> <artifactId>redback-taglib</artifactId>
> <version>${redback.version}</version>
> <exclusions>
> @@ -883,13 +894,13 @@
> </exclusions>
> </dependency>
> <dependency>
> - <groupId>org.codehaus.plexus.redback</groupId>
> + <groupId>org.codehaus.redback</groupId>
> <artifactId>redback-xwork-content</artifactId>
> <version>${redback.version}</version>
> <type>war</type>
> </dependency>
> <dependency>
> - <groupId>org.codehaus.plexus.redback</groupId>
> + <groupId>org.codehaus.redback</groupId>
> <artifactId>redback-xwork-integration</artifactId>
> <version>${redback.version}</version>
> <exclusions>
> @@ -900,7 +911,7 @@
> </exclusions>
> </dependency>
> <dependency>
> - <groupId>org.codehaus.plexus.redback</groupId>
> + <groupId>org.codehaus.redback</groupId>
> <artifactId>redback-data-management</artifactId>
> <version>${redback.version}</version>
> </dependency>
>
>
>