Hi,

Thanks for this hint. I added this to the "Getting and Building Sling" [1] page (will be live shortly).

Regards
Felix

[1] http://incubator.apache.org/sling/site/getting-and-building-sling.html

Bertrand Delacretaz schrieb:
Hi,

FYI, building revision 670645 requires declaring the
m2-incubating-repository, as the modules depend on the released sling
parent POM, which does not contain the required <repository>
definition.

The $HOME/.m2/settings.xml file shown below works for me.

-Bertrand


<?xml version="1.0"?>
<settings>
  <profiles>
    <profile>
      <id>apache-incubation</id>
      <activation>
        <activeByDefault>true</activeByDefault>
      </activation>
      <repositories>
        <repository>
          <id>apache.incubating</id>
          <name>Apache Incubating Repository</name>
          <url>http://people.apache.org/repo/m2-incubating-repository</url>
        </repository>
      </repositories>
    </profile>
  </profiles>
</settings>

Reply via email to