Hi, On Mon, Jul 11, 2011 at 9:34 AM, David Riccitelli <[email protected]> wrote: > ...Do you know if something happened to > http://people.apache.org/repo/m2-incubating-repository/org/apache/sling/? > > I get the following error, the directory online is empty nonetheless: > > [ERROR] Plugin org.apache.sling:maven-sling-plugin:2.0.4-incubator or one of > its dependencies could not be resolved...
I don't think the Stanbol build needs that repository, running "find . -name pom.xml | xargs grep people.apache.org" at the top of the Stanbol source tree finds nothing. If you added it to your Maven settings you can probably remove it. The org.apache.sling:maven-sling-plugin:2.0.4-incubator artifact is available on the default Maven central repository, if you need it. -Bertrand
