1 Reply Latest reply on Sep 14, 2010 3:50 AM by heiko.braun

    missing parent.pom?

    gorefest

      Hi,

       

      I downloaded errai latest stable (errai-1.0.0.zip) and rc version (errai-1.1-CR2.zip) today.

       

      I tried to open the maven example projects with netbeans, but i am lacking the parent pom file referenced from the demos.

       

      in fact, from the relative URL of the demo the pomfile is missing.

       

      <!-- Parent -->

      <parent>

      <groupId>org.jboss.errai</groupId>

      <artifactId>errai-bus-demos</artifactId>

      <version>1.1-CR2</version>

      <relativePath>../pom.xml</relativePath>

      </parent>

       

      Aren't the demos able to be build from dist (so what would be the sense of maven, then?).

       

      What am I doing wrong?

       

      Regards and thanks in advance,

      marcus

        • 1. Re: missing parent.pom?
          heiko.braun

          The relative path shouldn't matter. Maven checks the repo anyway. Actually when I build it with maven 2.1.0 everything works fine.

          Can you try the command line instead of netbeans? What maven version are you using?