[m202] "Failed to resolve artifact" problem

2006-02-28 Thread Ray Ward
I'm converting a "multiproject" project from Maven 1 to Maven 2, starting at the parent and adding modules one at a time until they build and install. Currently, this is what I'm trying to do. stars (P) +--- stars-common (A) +--- stars-domain (B) +--- stars-dao (C) B depends on A

Re: [m202] "Failed to resolve artifact" problem

2006-02-28 Thread Henry S. Isidro
Ray Ward wrote: I'm converting a "multiproject" project from Maven 1 to Maven 2, starting at the parent and adding modules one at a time until they build and install. Currently, this is what I'm trying to do. stars (P) +--- stars-common (A) +--- stars-domain (B) +--- stars-dao

Re: [m202] "Failed to resolve artifact" problem

2006-03-03 Thread Ray Ward
Here are the POMs (abbreviated a little): 4.0.0 stars 1.0-SNAPSHOT stars pom stars common domain dao stars stars-domain ${pom.version}