CharmsStyler / samlbeans

Automatically exported from code.google.com/p/samlbeans
0 stars 0 forks source link

Parent pom missing / invalid parent pom reference #1

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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 8 years ago
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