I don't suppose you are running a unit test so it seems to me you should only be needing the block I mentioned.
Atleast thats what I gather from http://cocoon.apache.org/2.2/core-modules/core/2.2/dependencies.html regards, job On Tue, Nov 24, 2009 at 12:28 PM, Peter Hargreaves <[email protected]> wrote: > On Tuesday 24 Nov 2009, Job van Ommen wrote: >> http://svn.apache.org/repos/asf/cocoon/trunk/core/cocoon-sitemap/cocoon-sit >>emap-impl/ >> >> Can't use that one? > Not sure what you mean? > Peter. >> >> On Tue, Nov 24, 2009 at 10:17 AM, Peter Hargreaves >> >> <[email protected]> wrote: >> > 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] >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
