I was building from the command line. I did an svn update which may have caused a merging problem in parentpom. There was a closing comment tag, without an opening comment tag, which caused part of the pom to be invalid. The other problem is this:
Failed to execute goal org.apache.maven.plugins:maven-dependency-plugin:2.4:unpack (unpack-testmodels) on project argouml-core: Unable to find artifact. Failure to find org.argouml:testmodels:jar:0.35.1 in http://repo1.maven.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of mvn has elapsed or updates are forced I assume that you've probably got testmodels in your local repo, and that's where it's pulling the jar from. My settings file looks like the one in the wiki <http://argouml.tigris.org/wiki/Setting_up_Maven>. So it should be pulling from the argouml repo. Cheers, Mark On Sun, Apr 21, 2013 at 8:03 AM, Linus Tolke Tigris <[email protected]>wrote: > Hello again Mark! > > Even with an empty repository (without doing any install) I can compile > and run the tests from the argouml-core (i.e. > http://argouml.tigris.org/svn/argouml/trunk). > > Is it that you use the Eclipse checkout and the maven build? That could > have some issues. Is it possible now, in Eclipse, to have projects within > other projects? > > /Linus > > > 2013/4/20 Mark Fortner <[email protected]> > >> Hi Linus, >> I was wondering what the status of the maven build is? I did an update >> recently and tried to do a build. There was a problem with parentpom >> which I fixed locally, but there's an artifact called >> org.argouml:testmodels:jar:0.35.1 which it can't resolve. >> >> I assume that you're supposed to start the build from the argouml-core >> folder. If that's not the case, let me know. Also are there some local >> libraries that need to be manually installed? >> >> Cheers, >> >> Mark >> >> > ------------------------------------------------------ http://argouml.tigris.org/ds/viewMessage.do?dsForumId=450&dsMessageId=3053867 To unsubscribe from this discussion, e-mail: [[email protected]]. To be allowed to post to the list contact the mailing list moderator, email: [[email protected]]
