See http://ci.sonatype.org/job/mercury/30/changes

Changes:

[janb] Implement deployment and retrieval from local memory.

[ogusakov] MetadataReaderTest passes with RemoteRepositoryReader using 
jetty-client.

Exposed low-level readRawData(String) method in RepositoryReader

[ogusakov] moved MetadataProcessor from Repository to the RepositoryReader as 
Repository can live happily without one

[ogusakov] moved MetadataProcessor from Repository to the RepositoryReader as 
Repository can live happily without one

[ogusakov] stopped working on HttpReaderTransport as it should be native in 
jetty client

[ogusakov] stopped working on HttpReaderTransport as it should be native in 
jetty client

[ogusakov] stopped working on HttpReaderTransport as it should be native in 
jetty client

[ogusakov] stopped working on HttpReaderTransport as it should be native in 
jetty client

[ogusakov] added Server id

[ogusakov] added hasErrors() to TransportTransaction

------------------------------------------
[...truncated 18 lines...]
U         
src/main/java/org/apache/maven/mercury/spi/http/client/retrieve/RetrievalTarget.java
U         
src/main/java/org/apache/maven/mercury/spi/http/client/retrieve/DefaultRetriever.java
U         
src/main/java/org/apache/maven/mercury/spi/http/client/retrieve/RetrievalResponse.java
U         
src/main/java/org/apache/maven/mercury/spi/http/client/deploy/DefaultDeployResponse.java
U         
src/main/java/org/apache/maven/mercury/spi/http/client/deploy/DeploymentTarget.java
U         
src/main/java/org/apache/maven/mercury/spi/http/client/deploy/DefaultDeployer.java
U         
src/main/java/org/apache/maven/mercury/spi/http/client/deploy/DeployResponse.java
U         
src/main/java/org/apache/maven/mercury/spi/http/client/deploy/FilePutExchange.java
AU        
src/main/java/org/apache/maven/mercury/spi/http/client/HttpClientException.java
A         src/main/java/org/apache/maven/mercury/transport/http
A         
src/main/java/org/apache/maven/mercury/transport/http/HttpReaderTransport.java
A         
src/main/java/org/apache/maven/mercury/transport/http/Messages.properties
A         
src/main/java/org/apache/maven/mercury/transport/api/AbstractTransport.java
U         
src/main/java/org/apache/maven/mercury/transport/api/TransportTransaction.java
U         src/main/java/org/apache/maven/mercury/transport/api/Server.java
A         
src/main/java/org/apache/maven/mercury/transport/api/ServerContainer.java
U         src/main/java/org/apache/maven/mercury/transport/api/Binding.java
U         
src/main/java/org/apache/maven/mercury/artifact/ArtifactBasicMetadata.java
U         pom.xml
At revision 681242
[mercury] $ /opt/maven/2.0/bin/mvn clean deploy -B -U -e 
-Dmaven.repo.local=/home/j2ee-hudson/repos/mercury -Pstrict 
-Dsurefire.useFile=false
+ Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Building Batch HTTP Client
[INFO]    task-segment: [clean, deploy]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] Deleting directory http://ci.sonatype.org/job/mercury/ws/mercury/target 
[INFO] [modello:java {execution: standard}]
[INFO] outputDirectory: 
http://ci.sonatype.org/job/mercury/ws/mercury/target/generated-sources/modello 
[INFO] Generating current version: 1.0.0
[INFO] [modello:xpp3-reader {execution: standard}]
[INFO] outputDirectory: 
http://ci.sonatype.org/job/mercury/ws/mercury/target/generated-sources/modello 
[INFO] Generating current version: 1.0.0
[INFO] [modello:xpp3-writer {execution: standard}]
[INFO] outputDirectory: 
http://ci.sonatype.org/job/mercury/ws/mercury/target/generated-sources/modello 
[INFO] Generating current version: 1.0.0
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] snapshot org.mortbay.jetty:jetty-client:7.0-SNAPSHOT: checking for 
updates from central
[INFO] snapshot org.mortbay.jetty:modules-extra:7.0-SNAPSHOT: checking for 
updates from central
[INFO] snapshot org.mortbay.jetty:jetty-project:7.0-SNAPSHOT: checking for 
updates from central
[INFO] snapshot org.mortbay.jetty:jetty-ssl:7.0-SNAPSHOT: checking for updates 
from central
[INFO] snapshot org.mortbay.jetty:modules-server:7.0-SNAPSHOT: checking for 
updates from central
[INFO] snapshot org.mortbay.jetty:jetty:7.0-SNAPSHOT: checking for updates from 
central
[INFO] snapshot org.mortbay.jetty:jetty-util:7.0-SNAPSHOT: checking for updates 
from central
Downloading: 
http://localhost:8081/content/groups/public/org/sat4j/org.sat4j.core/2.0.0/org.sat4j.core-2.0.0.pom
Downloading: 
http://localhost:8081/content/groups/public/org/sat4j/org.sat4j.pb/2.0.0/org.sat4j.pb-2.0.0.pom
[INFO] snapshot org.codehaus.plexus:plexus-i18n:1.0-beta-10-SNAPSHOT: checking 
for updates from central
Downloading: 
http://localhost:8081/content/groups/public/org/codehaus/plexus/plexus-i18n/1.0-beta-10-SNAPSHOT/plexus-i18n-1.0-beta-10-SNAPSHOT.pom
Downloading: 
http://localhost:8081/content/groups/public/org/sat4j/org.sat4j.core/2.0.0/org.sat4j.core-2.0.0.jar
Downloading: 
http://localhost:8081/content/groups/public/org/sat4j/org.sat4j.pb/2.0.0/org.sat4j.pb-2.0.0.jar
Downloading: 
http://localhost:8081/content/groups/public/org/codehaus/plexus/plexus-i18n/1.0-beta-10-SNAPSHOT/plexus-i18n-1.0-beta-10-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to resolve artifact.

Missing:
----------
1) org.sat4j:org.sat4j.core:jar:2.0.0

  Try downloading the file manually from the project website.

  Then, install it using the command: 
      mvn install:install-file -DgroupId=org.sat4j -DartifactId=org.sat4j.core 
-Dversion=2.0.0 -Dpackaging=jar -Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file there: 
      mvn deploy:deploy-file -DgroupId=org.sat4j -DartifactId=org.sat4j.core 
-Dversion=2.0.0 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] 
-DrepositoryId=[id]

  Path to dependency: 
        1) org.apache.maven.mercury:mercury:jar:1.0-SNAPSHOT
        2) org.sat4j:org.sat4j.core:jar:2.0.0

2) org.sat4j:org.sat4j.pb:jar:2.0.0

  Try downloading the file manually from the project website.

  Then, install it using the command: 
      mvn install:install-file -DgroupId=org.sat4j -DartifactId=org.sat4j.pb 
-Dversion=2.0.0 -Dpackaging=jar -Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file there: 
      mvn deploy:deploy-file -DgroupId=org.sat4j -DartifactId=org.sat4j.pb 
-Dversion=2.0.0 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] 
-DrepositoryId=[id]

  Path to dependency: 
        1) org.apache.maven.mercury:mercury:jar:1.0-SNAPSHOT
        2) org.sat4j:org.sat4j.pb:jar:2.0.0

3) org.codehaus.plexus:plexus-i18n:jar:1.0-beta-10-SNAPSHOT

  Try downloading the file manually from the project website.

  Then, install it using the command: 
      mvn install:install-file -DgroupId=org.codehaus.plexus 
-DartifactId=plexus-i18n -Dversion=1.0-beta-10-SNAPSHOT -Dpackaging=jar 
-Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file there: 
      mvn deploy:deploy-file -DgroupId=org.codehaus.plexus 
-DartifactId=plexus-i18n -Dversion=1.0-beta-10-SNAPSHOT -Dpackaging=jar 
-Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
        1) org.apache.maven.mercury:mercury:jar:1.0-SNAPSHOT
        2) org.codehaus.plexus:plexus-i18n:jar:1.0-beta-10-SNAPSHOT

----------
3 required artifacts are missing.

for artifact: 
  org.apache.maven.mercury:mercury:jar:1.0-SNAPSHOT

from the specified remote repositories:
  Nexus (http://localhost:8081/content/groups/public)


[INFO] ------------------------------------------------------------------------
[INFO] Trace
org.apache.maven.lifecycle.LifecycleExecutionException: Missing:
----------
1) org.sat4j:org.sat4j.core:jar:2.0.0

  Try downloading the file manually from the project website.

  Then, install it using the command: 
      mvn install:install-file -DgroupId=org.sat4j -DartifactId=org.sat4j.core 
-Dversion=2.0.0 -Dpackaging=jar -Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file there: 
      mvn deploy:deploy-file -DgroupId=org.sat4j -DartifactId=org.sat4j.core 
-Dversion=2.0.0 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] 
-DrepositoryId=[id]

  Path to dependency: 
        1) org.apache.maven.mercury:mercury:jar:1.0-SNAPSHOT
        2) org.sat4j:org.sat4j.core:jar:2.0.0

2) org.sat4j:org.sat4j.pb:jar:2.0.0

  Try downloading the file manually from the project website.

  Then, install it using the command: 
      mvn install:install-file -DgroupId=org.sat4j -DartifactId=org.sat4j.pb 
-Dversion=2.0.0 -Dpackaging=jar -Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file there: 
      mvn deploy:deploy-file -DgroupId=org.sat4j -DartifactId=org.sat4j.pb 
-Dversion=2.0.0 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] 
-DrepositoryId=[id]

  Path to dependency: 
        1) org.apache.maven.mercury:mercury:jar:1.0-SNAPSHOT
        2) org.sat4j:org.sat4j.pb:jar:2.0.0

3) org.codehaus.plexus:plexus-i18n:jar:1.0-beta-10-SNAPSHOT

  Try downloading the file manually from the project website.

  Then, install it using the command: 
      mvn install:install-file -DgroupId=org.codehaus.plexus 
-DartifactId=plexus-i18n -Dversion=1.0-beta-10-SNAPSHOT -Dpackaging=jar 
-Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file there: 
      mvn deploy:deploy-file -DgroupId=org.codehaus.plexus 
-DartifactId=plexus-i18n -Dversion=1.0-beta-10-SNAPSHOT -Dpackaging=jar 
-Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
        1) org.apache.maven.mercury:mercury:jar:1.0-SNAPSHOT
        2) org.codehaus.plexus:plexus-i18n:jar:1.0-beta-10-SNAPSHOT

----------
3 required artifacts are missing.

for artifact: 
  org.apache.maven.mercury:mercury:jar:1.0-SNAPSHOT

from the specified remote repositories:
  Nexus (http://localhost:8081/content/groups/public)

        at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:575)
        at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:499)
        at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:478)
        at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:330)
        at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:291)
        at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:142)
        at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:336)
        at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:129)
        at org.apache.maven.cli.MavenCli.main(MavenCli.java:287)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
        at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
        at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
        at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
Caused by: 
org.apache.maven.artifact.resolver.MultipleArtifactsNotFoundException: Missing:
----------
1) org.sat4j:org.sat4j.core:jar:2.0.0

  Try downloading the file manually from the project website.

  Then, install it using the command: 
      mvn install:install-file -DgroupId=org.sat4j -DartifactId=org.sat4j.core 
-Dversion=2.0.0 -Dpackaging=jar -Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file there: 
      mvn deploy:deploy-file -DgroupId=org.sat4j -DartifactId=org.sat4j.core 
-Dversion=2.0.0 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] 
-DrepositoryId=[id]

  Path to dependency: 
        1) org.apache.maven.mercury:mercury:jar:1.0-SNAPSHOT
        2) org.sat4j:org.sat4j.core:jar:2.0.0

2) org.sat4j:org.sat4j.pb:jar:2.0.0

  Try downloading the file manually from the project website.

  Then, install it using the command: 
      mvn install:install-file -DgroupId=org.sat4j -DartifactId=org.sat4j.pb 
-Dversion=2.0.0 -Dpackaging=jar -Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file there: 
      mvn deploy:deploy-file -DgroupId=org.sat4j -DartifactId=org.sat4j.pb 
-Dversion=2.0.0 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] 
-DrepositoryId=[id]

  Path to dependency: 
        1) org.apache.maven.mercury:mercury:jar:1.0-SNAPSHOT
        2) org.sat4j:org.sat4j.pb:jar:2.0.0

3) org.codehaus.plexus:plexus-i18n:jar:1.0-beta-10-SNAPSHOT

  Try downloading the file manually from the project website.

  Then, install it using the command: 
      mvn install:install-file -DgroupId=org.codehaus.plexus 
-DartifactId=plexus-i18n -Dversion=1.0-beta-10-SNAPSHOT -Dpackaging=jar 
-Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file there: 
      mvn deploy:deploy-file -DgroupId=org.codehaus.plexus 
-DartifactId=plexus-i18n -Dversion=1.0-beta-10-SNAPSHOT -Dpackaging=jar 
-Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
        1) org.apache.maven.mercury:mercury:jar:1.0-SNAPSHOT
        2) org.codehaus.plexus:plexus-i18n:jar:1.0-beta-10-SNAPSHOT

----------
3 required artifacts are missing.

for artifact: 
  org.apache.maven.mercury:mercury:jar:1.0-SNAPSHOT

from the specified remote repositories:
  Nexus (http://localhost:8081/content/groups/public)

        at 
org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:324)
        at 
org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:288)
        at 
org.apache.maven.plugin.DefaultPluginManager.resolveTransitiveDependencies(DefaultPluginManager.java:1415)
        at 
org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:405)
        at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:558)
        ... 16 more
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 8 seconds
[INFO] Finished at: Wed Jul 30 18:48:47 CDT 2008
[INFO] Final Memory: 25M/421M
[INFO] ------------------------------------------------------------------------

Reply via email to