[
https://issues.apache.org/jira/browse/CMIS-322?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13000290#comment-13000290
]
Gabriele Columbro commented on CMIS-322:
----------------------------------------
I believe so, see below. (maven 3 should remove support for legacy repos, see
https://cwiki.apache.org/MAVEN/maven-3x-compatibility-notes.html#Maven3.xCompatibilityNotes-LegacystyleRepositories).
Isn't that maybe you had that JAR downloaded from another version of maven?
Can you try with clean repo?
~~~o0o~~~
rezion:chemistry-opencmis mindthegab$ mvn --version
Apache Maven 3.0.2 (r1056850; 2011-01-09 01:58:10+0100)
Java version: 1.6.0_17, vendor: Apple Inc.
Java home: /System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home
Default locale: en_US, platform encoding: MacRoman
OS name: "mac os x", version: "10.6.4", arch: "x86_64", family: "mac"
rezion:chemistry-opencmis mindthegab$ mvn clean install site -Papache-release
-rf :chemistry-opencmis-commons-impl
[INFO] Scanning for projects...
rezion:chemistry-opencmis mindthegab$ mvn clean install site -Papache-release
-rf :chemistry-opencmis-commons-impl
[INFO] Scanning for projects...
...
[WARNING] Could not transfer metadata
org.apache.chemistry.opencmis:chemistry-opencmis-commons-api:0.3.0-SNAPSHOT/maven-metadata.xml
from/to maven-repository.dev.java.net (http://download.java.net/maven/1/): No
connector available to access repository maven-repository.dev.java.net
(http://download.java.net/maven/1/) of type legacy using the available
factories WagonRepositoryConnectorFactory
Downloading:
http://download.java.net/maven/2/com/sun/xml/ws/jaxws-rt/2.1.7/jaxws-rt-2.1.7.pom
Downloading:
http://repo1.maven.org/maven2/com/sun/xml/ws/jaxws-rt/2.1.7/jaxws-rt-2.1.7.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] OpenCMIS Commons Implementation ................... FAILURE [3.690s]
[INFO] OpenCMIS Client API ............................... SKIPPED
[INFO] OpenCMIS Client Bindings Implementation ........... SKIPPED
[INFO] OpenCMIS Test Utilities ........................... SKIPPED
[INFO] OpenCMIS Client Implementation .................... SKIPPED
[INFO] OpenCMIS Server Implementation .................... SKIPPED
[INFO] OpenCMIS Server Support ........................... SKIPPED
[INFO] OpenCMIS InMemory Server Implementation ........... SKIPPED
[INFO] OpenCMIS FileShare Server Implementation .......... SKIPPED
[INFO] OpenCMIS JCR Server Implementation ................ SKIPPED
[INFO] OpenCMIS Full Integration Tests ................... SKIPPED
[INFO] OpenCMIS Test Compatibility Kit ................... SKIPPED
[INFO] OpenCMIS Tools .................................... SKIPPED
[INFO] OpenCMIS Browser .................................. SKIPPED
[INFO] OpenCMIS Browser Application ...................... SKIPPED
[INFO] OpenCMIS Workbench ................................ SKIPPED
[INFO] OpenCMIS Assemblies Distribution .................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 4.950s
[INFO] Finished at: Mon Feb 28 15:02:10 CET 2011
[INFO] Final Memory: 16M/1013M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project chemistry-opencmis-commons-impl:
Could not resolve dependencies for project
org.apache.chemistry.opencmis:chemistry-opencmis-commons-impl:jar:0.3.0-SNAPSHOT:
Failed to collect dependencies for
[org.apache.chemistry.opencmis:chemistry-opencmis-commons-api:jar:0.3.0-SNAPSHOT
(compile), com.sun.xml.ws:jaxws-rt:jar:2.1.7 (compile),
commons-codec:commons-codec:jar:1.4 (compile),
commons-logging:commons-logging:jar:1.1.1 (compile), log4j:log4j:jar:1.2.16
(test), junit:junit:jar:4.7 (test)]: Failed to read artifact descriptor for
com.sun.xml.ws:jaxws-rt:jar:2.1.7: Could not transfer artifact
com.sun.xml.ws:jaxws-rt:pom:2.1.7 from/to maven-repository.dev.java.net
(http://download.java.net/maven/1/): No connector available to access
repository maven-repository.dev.java.net (http://download.java.net/maven/1/) of
type legacy using the available factories WagonRepositoryConnectorFactory ->
[Help 1]
> Update build to Maven 3
> -----------------------
>
> Key: CMIS-322
> URL: https://issues.apache.org/jira/browse/CMIS-322
> Project: Chemistry
> Issue Type: Improvement
> Components: build&release
> Reporter: Gabriele Columbro
> Assignee: Gabriele Columbro
> Priority: Minor
>
> Maven 3.0.2 is out and offers more control over the build and supposedly
> improved performances.
> Could make sense to give it a try.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira