Hi, I've pulled Pluto 1.1 source and installed Maven 2.0.
Trying to build Pluto 1.1 per README instructions, I'm getting a failure to build: [[ [INFO] Failed to resolve artifact. Authentication failed: xerces:xmlParserAPIs:2.6.2:jar ]] The full log from my second attempt to run m2 install is below (after the first run has downloaded M2 plugins and bits to the local maven repository). Are there any quick workarounds for this? Thanks. #g -- [[ D:\Work\OxfordCS\Pluto-1.1>m2 install [INFO] ---------------------------------------------------------------------------- [INFO] Building Apache Pluto [INFO] task-segment: [install] [INFO] ---------------------------------------------------------------------------- [INFO] [install:install] [INFO] Installing D:\Work\OxfordCS\Pluto-1.1\pom.xml to C:\DEV\Maven\repository\org\apache\pluto\pluto\1.1-SNAPSHOT\plut o-1.1-SNAPSHOT.pom [INFO] ---------------------------------------------------------------------------- [INFO] Building Pluto Descriptor Service API [INFO] task-segment: [install] [INFO] ---------------------------------------------------------------------------- [INFO] [resources:resources] [INFO] [compiler:compile] [INFO] Nothing to compile - all classes are up to date [INFO] [resources:testResources] [INFO] [compiler:testCompile] [INFO] Nothing to compile - all classes are up to date [INFO] [surefire:test] [INFO] Setting reports dir: D:\Work\OxfordCS\Pluto-1.1\pluto-descriptor-api\target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- There are no test to run. Results : [surefire] Tests run: 0, Failures: 0, Errors: 0 [INFO] [jar:jar] [INFO] Building jar: D:\Work\OxfordCS\Pluto-1.1\pluto-descriptor-api\target\pluto-descriptor-api-1.1-SNAPSHOT.jar [INFO] [install:install] [INFO] Installing D:\Work\OxfordCS\Pluto-1.1\pluto-descriptor-api\target\pluto-descriptor-api-1.1-SNAPSHOT.jar to C:\DEV \Maven\repository\org\apache\pluto\pluto-descriptor-api\1.1-SNAPSHOT\pluto-descriptor-api-1.1-SNAPSHOT.jar [INFO] ---------------------------------------------------------------------------- [INFO] Building Pluto Descriptor Service Implementation [INFO] task-segment: [install] [INFO] ---------------------------------------------------------------------------- [INFO] [resources:resources] [WARNING] ***** Using defaults for missing POM xerces:xmlParserAPIs:pom:2.6.2 ***** [WARNING] ***** Using defaults for missing POM xerces:xercesImpl:pom:2.6.2 ***** [WARNING] ***** Using defaults for missing POM commons-logging:commons-logging-api:pom:1.0.4 ***** [WARNING] ***** Using defaults for missing POM castor:castor:pom:0.9.6 ***** [INFO] ---------------------------------------------------------------------------- [INFO] BUILD FAILURE [INFO] ---------------------------------------------------------------------------- [INFO] Failed to resolve artifact. Authentication failed: xerces:xmlParserAPIs:2.6.2:jar from the specified remote repositories: m1 (scp://cvs.apache.org/repository), m2 (scp://people.apache.org/home/ddewolf/public_html/m2), central (http://repo1.maven.org/maven2) Path to dependency: 1) org.apache.pluto:pluto-descriptor-impl:jar:1.1-SNAPSHOT 2) xerces:xmlParserAPIs:jar:2.6.2 Root Cause: Authentication Credentials cannot be null for SSH protocol [INFO] ---------------------------------------------------------------------------- [INFO] Total time: 9 seconds [INFO] Finished at: Fri Oct 14 16:24:41 BST 2005 [INFO] Final Memory: 4M/7M [INFO] ---------------------------------------------------------------------------- D:\Work\OxfordCS\Pluto-1.1> ]] -- Graham Klyne Research Technology Service Oxford University Computing Services
