Hi folks, Wanted dead or alive - have you seen this artifact?
I'm trying to run the samples. I've checkedout the source code from: http://svn.apache.org/repos/asf/cocoon/trunk. When I: mvn -P allblocks install -Dmaven.test.skip=true I get error message as below, but I can't find the artifact on the project website. I must be missing the point so, please could someone advise best way to fix. Many thanks, Peter. Missing: ---------- 1) org.apache.cocoon:cocoon-sitemap-impl:test-jar:tests:1.1.0-SNAPSHOT Try downloading the file manually from the project website. Then, install it using the command: mvn install:install-file -DgroupId=org.apache.cocoon -DartifactId=cocoon-sitemap-impl -Dversion=1.1.0-SNAPSHOT -Dclassifier=tests -Dpackaging=test-jar -Dfile=/path/to/file Alternatively, if you host your own repository you can deploy the file there: mvn deploy:deploy-file -DgroupId=org.apache.cocoon -DartifactId=cocoon-sitemap-impl -Dversion=1.1.0-SNAPSHOT -Dclassifier=tests -Dpackaging=test-jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id] Path to dependency: 1) org.apache.cocoon:cocoon-core:jar:2.2.1-SNAPSHOT 2) org.apache.cocoon:cocoon-sitemap-impl:test-jar:tests:1.1.0-SNAPSHOT ---------- 1 required artifact is missing. for artifact: org.apache.cocoon:cocoon-core:jar:2.2.1-SNAPSHOT from the specified remote repositories: apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository), central (http://repo1.maven.org/maven2), gkossakowski-maven2 (http://people.apache.org/~gkossakowski/maven2/repository) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
