« Return to Thread: Build Error against trunk - First Build

Re: Build Error against trunk - First Build

by olamy-2 :: Rate this Message:

Reply to Author | View in Thread

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 <wsmoak@...>:

> On Fri, Mar 7, 2008 at 10:13 AM, murali mohan <muralihere@...> 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
>

 « Return to Thread: Build Error against trunk - First Build