Hmmm... Maven seems to be looking for http://people.apache.org/repo/m2-snapshot-repository/org/apache/tapestry/tapestry-test/4.1.0-SNAPSHOT/tapestry-test-4.1.0-SNAPSHOT.pom
but the only POM I see in the repository is http://people.apache.org/repo/m2-snapshot-repository/org/apache/tapestry/tapestry-test/4.1.0-SNAPSHOT/tapestry-test-4.1.0-20060712.162924-1.pom Any ideas? On 7/24/06, Jesse Kuhnert <[EMAIL PROTECTED]> wrote:
What happens if you execute it multiple times? Sometimes maven2 doesn't find jars on the classpath that it just downloaded. It is deployed though, http://people.apache.org/repo/m2-snapshot-repository/org/apache/tapestry/tapestry-test/ . On 7/24/06, D&J Gredler <[EMAIL PROTECTED]> wrote: > > 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) > > -- Jesse Kuhnert Tacos/Tapestry, team member/developer Open source based consulting work centered around dojo/tapestry/tacos/hivemind.
