Hello,

I've tried to follow the quickstart guide, to create a tapestry5 projects,
the project is created by the maven archetype successfully, however after I
try to execute mvn jetty:run it fails:

$ mvn jetty:run
[INFO] Scanning for projects...
[INFO] Searching repository for plugin with prefix: 'jetty'.
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO]
------------------------------------------------------------------------
[INFO] Error building POM (may not be this project's POM).


Project ID: org.apache.maven.plugins:maven-war-plugin

Reason: Error getting POM for 'org.apache.maven.plugins:maven-war-plugin'
from the repository: Failed to resolve artifact, possibly due to a
repository list that is not appropriately equipped for this artifact's
metadata.
 org.apache.maven.plugins:maven-war-plugin:pom:2.0.3-SNAPSHOT

from the specified remote repositories:
 apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository/),
 howardlewisship.com (http://howardlewisship.com/repository),
 central (http://repo1.maven.org/maven2)


Or if I try to execute mvn compile it fails with this message :
$ mvn compile
[INFO] Scanning for projects...
[INFO]
----------------------------------------------------------------------------
[INFO] Building frontend Tapestry 5 Application
[INFO]    task-segment: [compile]
[INFO]
----------------------------------------------------------------------------
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO]
------------------------------------------------------------------------
[INFO] Error building POM (may not be this project's POM).


Project ID: org.apache.maven.plugins:maven-resources-plugin

Reason: Error getting POM for '
org.apache.maven.plugins:maven-resources-plugin' from the repository: Failed
to resolve artifact, possibly due to a repository list that is not
appropriately equipped for this artifact's metadata.
 org.apache.maven.plugins:maven-resources-plugin:pom:2.3-SNAPSHOT

from the specified remote repositories:
 apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository/),
 howardlewisship.com (http://howardlewisship.com/repository),
 central (http://repo1.maven.org/maven2)

Has anybody seen something similar?

BR
Zsombor

Reply via email to