It looks like the master POM wasn't deployed on the central repository
server:
http://repo1.maven.org/maven2/org/apache/myfaces/maven/myfaces-master/
You can check out the tagged master POM from here:
http://svn.apache.org/repos/asf/myfaces/maven/tags/1_0_3/master-pom/
and deploy it in your local repository by executing
mvn install
Regards,
Arvid
Dmitry Kandalov wrote:
Hi,
I have to build tomahawk 1.1.3. I checked it out from
https://svn.apache.org/repos/asf/myfaces/tomahawk/branches/1_1_3. I run
maven but it says:
[INFO] Failed to resolve artifact.
GroupId: org.apache.myfaces.maven
ArtifactId: myfaces-master
Version: 1.0.3
What am I doing wrong?