You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by Stefan Seifert <ss...@pro-vision.de> on 2016/02/06 00:08:26 UTC

Build failed in Jenkin - RepoInit Integration Tests

> [INFO] Apache Sling RepoInit Integration Tests ........... FAILURE [4.379s]

> [ERROR] Failed to execute goal on project org.apache.sling.repoinit.it: Could not resolve dependencies for project org.apache.sling:org.apache.sling.repoinit.it:slingstart:0.0.1-SNAPSHOT: Could not find artifact org.apache.sling:org.apache.sling.api:jar:2.12.1-SNAPSHOT in Nexus (http://repository.apache.org/snapshots) -> [Help 1]


the RepoInit Integration tests fail in jenkins since yesterday (both 1.7 and 1.8 builds).
not sure from where it gets the invalid api dependency 2.12.1-SNAPSHOT, it's not defined in the sources.

strange thing is when i test it local:
- it passes when i build only repoinit/it- it passes when i build
- it passes when i build repoinit including all 3 submodules
- it fails with the above error when i build all sling projects starting at the root pom level

stefan

RE: Build failed in Jenkin - RepoInit Integration Tests

Posted by Stefan Seifert <ss...@pro-vision.de>.
it was just an invalid snapshot version in launchpad/builder, should be fixed now

stefan

>-----Original Message-----
>From: Stefan Seifert [mailto:sseifert@pro-vision.de]
>Sent: Saturday, February 06, 2016 12:08 AM
>To: dev@sling.apache.org
>Subject: Build failed in Jenkin - RepoInit Integration Tests
>
>
>> [INFO] Apache Sling RepoInit Integration Tests ........... FAILURE
>[4.379s]
>
>> [ERROR] Failed to execute goal on project org.apache.sling.repoinit.it:
>Could not resolve dependencies for project
>org.apache.sling:org.apache.sling.repoinit.it:slingstart:0.0.1-SNAPSHOT:
>Could not find artifact org.apache.sling:org.apache.sling.api:jar:2.12.1-
>SNAPSHOT in Nexus (http://repository.apache.org/snapshots) -> [Help 1]
>
>
>the RepoInit Integration tests fail in jenkins since yesterday (both 1.7
>and 1.8 builds).
>not sure from where it gets the invalid api dependency 2.12.1-SNAPSHOT,
>it's not defined in the sources.
>
>strange thing is when i test it local:
>- it passes when i build only repoinit/it- it passes when i build
>- it passes when i build repoinit including all 3 submodules
>- it fails with the above error when i build all sling projects starting at
>the root pom level
>
>stefan