Parent pom missing / invalid parent pom reference
Opened this issue · 1 comments
GoogleCodeExporter commented
Checked out the source and tried to build using:
svn checkout http://samlbeans.googlecode.com/svn/trunk/ samlbeans-read-only
cd samlbeans-read-only
mvn install
Produces
....
Reason: Cannot find parent: com.katasoft.cinder.maven:java-pom for project:
samlbeans:samlbeans-root:pom:0.1-SNAPSHOT for project
samlbeans:samlbeans-root:pom:0.1-SNAPSHOT
....
Original issue reported on code.google.com by bbo...@gmail.com
on 2 May 2011 at 9:16
GoogleCodeExporter commented
Figured it out. For some reason the in-pom repository references were ignored
because of my ~/.m2/settings.xml. After adding the katasoft repository to my
Artifactory installation the package seemed to build okay.
Original comment by bbo...@gmail.com
on 2 May 2011 at 9:30