dennis- when I kill my complete m2 repo (local)
I also get this message (after I checked out your commit). I can't see how removing commons-el and commons-codec can avoid this. -Matthias [WARNING] Unable to get resource from repository apache-maven-snapshots (http://cvs.apache.org/maven-snapshot-repository) [INFO] ------------------------------------------------------------------------ [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] Failed to resolve artifact. Missing: ---------- 1) org.apache.myfaces.shared:myfaces-shared-impl:jar:3.0.0-SNAPSHOT Try downloading the file manually from the project website. Then, install it using the command: mvn install:install-file -DgroupId=org.apache.myfaces.shared -DartifactId=myfaces-shared-impl \ -Dversion=3.0.0-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file Path to dependency: 1) org.apache.myfaces.core:myfaces-impl:jar:1.2.0-SNAPSHOT 2) org.apache.myfaces.shared:myfaces-shared-impl:jar:3.0.0-SNAPSHOT ---------- 1 required artifact is missing. for artifact: org.apache.myfaces.core:myfaces-impl:jar:1.2.0-SNAPSHOT from the specified remote repositories: central (http://repo1.maven.org/maven2), java.net (https://maven-repository.dev.java.net/nonav/repository), apache-maven-snapshots (http://cvs.apache.org/maven-snapshot-repository), myfaces-repo (http://myfaces.zones.apache.org/dist/maven-repository) [INFO] ------------------------------------------------------------------------ [INFO] For more information, run Maven with the -e switch [INFO] ------------------------------------------------------------------------ [INFO] Total time: 11 minutes 9 seconds [INFO] Finished at: Thu Jun 08 21:54:17 PDT 2006 [INFO] Final Memory: 9M/29M [INFO] ------------------------------------------------------------------------ On 6/8/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
Author: dennisbyrne Date: Thu Jun 8 21:24:49 2006 New Revision: 412924 URL: http://svn.apache.org/viewvc?rev=412924&view=rev Log: removing commons-el and commons-codec ... builds fine locally but may cause build failure if Continuum cannot locate shared 3.0 branch Modified: myfaces/core/branches/jsf12/impl/pom.xml Modified: myfaces/core/branches/jsf12/impl/pom.xml URL: http://svn.apache.org/viewvc/myfaces/core/branches/jsf12/impl/pom.xml?rev=412924&r1=412923&r2=412924&view=diff ============================================================================== --- myfaces/core/branches/jsf12/impl/pom.xml (original) +++ myfaces/core/branches/jsf12/impl/pom.xml Thu Jun 8 21:24:49 2006 @@ -238,12 +238,6 @@ <scope>provided</scope> </dependency> <dependency> - <groupId>commons-el</groupId> - <artifactId>commons-el</artifactId> - <version>1.0</version> - <scope>compile</scope> - </dependency> - <dependency> <groupId>commons-collections</groupId> <artifactId>commons-collections</artifactId> <version>3.1</version> @@ -278,12 +272,6 @@ <artifactId>myfaces-shared-impl</artifactId> <version>3.0.0-SNAPSHOT</version> <scope>provided</scope> - </dependency> - <dependency> - <groupId>commons-codec</groupId> - <artifactId>commons-codec</artifactId> - <version>1.3</version> - <scope>compile</scope> </dependency> <dependency> <groupId>portlet-api</groupId>
-- Matthias Wessendorf Aechterhoek 18 48282 Emsdetten blog: http://jroller.com/page/mwessendorf mail: mwessendorf-at-gmail-dot-com
