Hi,
I can't seem to be able run "mvn install" using the code in tapestry4/trunk
because maven can't find tapestry-test. Error message pasted below. Any
suggestions? This is the 4.1 tree, right?
Daniel
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO]
------------------------------------------------------------------------
[INFO] Failed to resolve artifact.
Missing:
----------
1) org.apache.tapestry:tapestry-test:jar:4.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.tapestry-DartifactId=tapestry-test \
-Dversion=4.1.0-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file
Path to dependency:
1) org.apache.tapestry:tapestry-framework:jar:4.1.0-SNAPSHOT
2) org.apache.tapestry:tapestry-test:jar:4.1.0-SNAPSHOT
----------
1 required artifact is missing.
for artifact:
org.apache.tapestry:tapestry-framework:jar:4.1.0-SNAPSHOT
from the specified remote repositories:
central (http://repo1.maven.org/maven2),
apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository),
tapestry.javaforge (http://howardlewisship.com/repository)