Verified that the POM causes an exception rather than hanging. -----Original Message----- From: John Casey [mailto:[EMAIL PROTECTED] Sent: Thursday, April 06, 2006 11:40 To: Maven Users List Subject: Re: [m2.0.3] Scanning for projects... hangs
Alright, this should be fixed now. Can you give the latest RC a try? It's here: http://maven.zones.apache.org/~maven/builds/branches/maven-2.0.x/m2-2006 0406.131501.tar.gz Thanks, John Allison, Bob wrote: > It doesn't require child projects. The following POM hangs in 2.0.3 (I > haven't downloaded the 2.0.4 RC yet): > > <?xml version="1.0" encoding="UTF-8"?> > <project> > <modelVersion>4.0.0</modelVersion> > <groupId>test</groupId> > <artifactId>test</artifactId> > <packaging>pom</packaging> > <name>Test Hang</name> > <version>1.0-SNAPSHOT</version> > <scm> > <connection>${project.scm.connection}/xx</connection> > > <developerConnection>${project.scm.developerConnection}/xx</developerCon > nection> > <url>${project.scm.url}/xx</url> > </scm> > </project> > > Notice that project.scm.url contains ${project.scm.url} and likewise for > the other two SCM entries. I believe that this is what is causing the > hang. I suspect what Jens is trying to do is get the value of > project.scm.* from the parent project. > > -----Original Message----- > From: Brett Porter [mailto:[EMAIL PROTECTED] > Sent: Tuesday, April 04, 2006 17:48 > To: Maven Users List > Subject: Re: [m2.0.3] Scanning for projects... hangs > > > what about the hang? > > On 4/5/06, Jens Zastrow <[EMAIL PROTECTED]> wrote: >> Neither with the 2.0.4-SNAPSHOT. >> >> To test this just add teh following to a child-pom. >> >> <scm> >> <connection>${project.scm.connection}/xxx</connection> >> >> > <developerConnection>${project.scm.developerConnection}/xxx</developerCo >> nnection> >> <url>${project.scm.url}/xxx</url> >> </scm> >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
