Hi all,
just checked out the latest sources from the trunk and tried to build Sling. 
Unfortunately it fails due to a missing (maven) artifact. 
The maven output follows:
...
Downloading: 
http://repo1.maven.org/maven2/org/apache/sling/org.apache.sling.launchpad.base/2.3.0/org.apache.sling.launchpad.base-2.3.0-app.jar

[INFO] Unable to find resource 
'org.apache.sling:org.apache.sling.launchpad.base:jar:app:2.3.0' in repository 
central (http://repo1.maven.org/maven2)
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to resolve artifact.

Missing:
----------
1) org.apache.sling:org.apache.sling.launchpad.base:jar:app:2.3.0

  Try downloading the file manually from the project website.

  Then, install it using the command:
      mvn install:install-file -DgroupId=org.apache.sling 
-DartifactId=org.apache.sling.launchpad.base 
-Dversion=2.3.0 -Dclassifier=app -Dpackaging=jar -Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file there:

      mvn deploy:deploy-file -DgroupId=org.apache.sling -DartifactId=org.apache.
sling.launchpad.base -Dversion=2.3.0 -Dclassifier=app -Dpackaging=jar 
-Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency:
        1) org.apache.sling:org.apache.sling.launchpad.testing:jar:6-SNAPSHOT
        2) org.apache.sling:org.apache.sling.launchpad.base:jar:app:2.3.0

----------
1 required artifact is missing.

for artifact:
  org.apache.sling:org.apache.sling.launchpad.testing:jar:6-SNAPSHOT

from the specified remote repositories:
  apache.snapshots (http://repository.apache.org/snapshots),
  central (http://repo1.maven.org/maven2)
...


What am I missing?

Thx for your help
Clemens

Reply via email to