Thanks all. I added the repository in pom and it started working fine, but
seems to be stuck in the package phase (jar:jar) at:
*[WARNING] DEPRECATED [descriptor]: Please use descriptors instead
[INFO] [assembly:single {execution: default}]
[INFO] Building tar : ...\workspace\Continuum1\continuum-ple
xus-runtime\target\apache-continuum-2.0-SNAPSHOT-bin.tar.gz
[INFO] Building tar : ...\workspace\Continuum1\continuum-ple
xus-runtime\target\apache-continuum-2.0-SNAPSHOT-bin.tar.bz2
*BTW, I did a mvn -Dmaven.test.skip clean install.*
*
Also, Can we change the svn URL in this page -
http://maven.apache.org/continuum/source-repository.html - to the right one
please? It took me a while to find the right one.
Thanks.
Murali
On Fri, Mar 7, 2008 at 5:53 PM, Olivier Lamy <[EMAIL PROTECTED]> wrote:
> Oops.
> I have fixed that in the branch but not in the trunk. (my bad !!).
>
> The parent pom is deployed in the apache snapshot repo.
> You can fix that by adding the following repo in your settings.
>
> <!-- comment when continuum parent is released -->
> <repository>
> <id>people.apache.org</id>
> <name>Apache Snapshot Development Repository</name>
> <url>http://people.apache.org/repo/m2-snapshot-repository</url>
> <releases>
> <enabled>false</enabled>
> </releases>
> </repository>
>
> Again sorry I will fix that.
>
> --
> Olivier
>
> 2008/3/7, Wendy Smoak <[EMAIL PROTECTED]>:
> > On Fri, Mar 7, 2008 at 10:13 AM, murali mohan <[EMAIL PROTECTED]>
> wrote:
> >
> > > Downloaded the source from svn trunk. Trying to compile, but get this
> error
> > > - *
> > >
> > > org.apache.maven.reactor.MavenExecutionException: Cannot find
> parent:
> > > org.apache
> > > .continuum:continuum-parent for project:
> > > org.apache.continuum:continuum:pom:2.0-
> > > SNAPSHOT for project
> org.apache.continuum:continuum:pom:2.0-SNAPSHOT*
> >
> > Sorry about that, we're still under construction during the move to a
> > top-level project.
> >
> > I suspect it's this one:
> > http://svn.apache.org/repos/asf/continuum/parent/trunk/
> >
> > Try checking that out and building it locally, then building Continuum
> again.
> >
> > --
> >
> > Wendy
> >
>