See <https://builds.apache.org/job/sling-contrib-1.6/1114/changes>
Changes:
[cziegeler] SLING-3451 : Support for deep reads from a value map
[olli] SLING-3017 improve KarafTestSupport, add tests and test stubs for all
features
[olli] SLING-3027 update and improve features
[olli] SLING-3027 remove workaround for KARAF-1972
[cziegeler] SLING-3451 : Support for deep reads from a value map
[cziegeler] SLING-3451 : Support for deep reads from a value map
[cziegeler] SLING-3451 : Support for deep reads from a value map
[cziegeler] SLING-3450 : JMX Resource Provider should not use instanceof checks
[cziegeler] Update to released launchpad plugin
[cziegeler] [maven-release-plugin] prepare for next development iteration
[cziegeler] [maven-release-plugin] prepare release
org.apache.sling.resourcemerger-1.1.0
[cziegeler] [maven-release-plugin] prepare for next development iteration
[cziegeler] [maven-release-plugin] prepare release
org.apache.sling.jmx.provider-1.0.0
[cziegeler] [maven-release-plugin] prepare for next development iteration
[cziegeler] [maven-release-plugin] prepare release
org.apache.sling.resource.inventory-1.0.0
[cziegeler] [maven-release-plugin] prepare for next development iteration
[cziegeler] [maven-release-plugin] prepare release
org.apache.sling.resourcecollection-1.0.0
[cziegeler] Use relesed version of sling.api (2.6.0 is required)
[cziegeler] Enable integration tests again
[cziegeler] [maven-release-plugin] prepare for next development iteration
[cziegeler] [maven-release-plugin] prepare release org.apache.sling.i18n-2.2.8
[cziegeler] Disable integration tests as this is blocking a release
[cziegeler] [maven-release-plugin] prepare for next development iteration
[cziegeler] [maven-release-plugin] prepare release
org.apache.sling.security-1.0.6
[cziegeler] Use latest snapshot
[cziegeler] SLING-3420 : Revert implementation of ModifyingResourceProvider and
provide an utility method instead
[cziegeler] SLING-3418 : Wrong path handling wrt search paths
SLING-3419 : Component name specified instead of component label
SLING-3420 : Implement ModifyingResourceProvider - first version
[tommaso] SLING-3408 - ReplicationAgent runMode should be controlled by
configuration properties
[tommaso] SLING-3356 - async import happening via polling ReplicationAgent
instead of centralized package importer
[tommaso] SLING-3404 - logging job id instead of the job itself
[cziegeler] [maven-release-plugin] prepare for next development iteration
[cziegeler] [maven-release-plugin] prepare release
org.apache.sling.resourcemerger-1.0.0
[cziegeler] SLING-3397 : Provide a way for path operations. Apply modified
patch from Gilles Knobloch
[cziegeler] SLING-3397 : Provide a way for path operations. Apply modified
patch from Gilles Knobloch
[cziegeler] SLING-2986 : Rename mount point to /mnt/overlay
[tommaso] SLING-3395 - event based reverse replication via Server Sent Events
[tommaso] SLING-3394 - fixed agent passive mode checks
[chetanm] SLING-3359 - Classloader Leak Detector Console Tab
Adding a help message incase the JVM is not started with required VM options
[chetanm] SLING-3359 - Classloader Leak Detector Console Tab
adding some comments and also ensuring that PhantomReference are properly
cleared
[cziegeler] SLING-2986 : Reduce object creation for a resource
[cziegeler] SLING-2986 : Fix resource hiding when parent resource contains
attribute but child resource is not available. Reduce resource getting to a
minimum
[cziegeler] Add test for hiding properties
[cziegeler] Use new resource resolver mock testing lib
[amitgupt] SLING-3376 - TenantProvider passes tenant with old state to
TenantCustomizer
Applied the patch. Thanks Roland for the patch.
[tommaso] SLING-3336 - removed old configurations
[tommaso] SLING-3336 - applied Marius patch for multiple endpoints support
[chetanm] SLING-3359 - Classloader Leak Detector Console Tab
Initial commit.
[cziegeler] Make important properties private
[cziegeler] SLING-2986 : Add test for resource type handling
[cziegeler] SLING-2986 : Remove unneeded null checks for search path, add test
for property merging
[cziegeler] SLING-2986 : Fix listChildren and add test case
[fmeschbe] SLING-3353 Move feature flags from contrib to bundles
[cziegeler] SLING-2986 : Reimplement listChildren and make MergedResource
immutable
[fmeschbe] SLING-3350 Simplify API and implementation:
- Remove ClientContext interface (clients directly use Features service)
- Add feature flag caching in the ExecutionContext
- Improve API doc
- Merge service implementations into FeatureManager
- Remove ResourceDecorator (see issue for reasons)
- Only one filter registration (extract ResourceResolver from request attr)
[cziegeler] SLING-2986 : Use sling:resourceType property to define the resource
type
[cziegeler] SLING-2986 : Cache value map, implement hashCode and toString
[olli] SLING-3017 SLING-3027 use same version of org.apache.sling.engine in
pom.xml and feature.xml
[cziegeler] SLING-2986 : Check if resource is hidden through properties (own or
parent)
[cziegeler] SLING-2986 : Check if resource is hidden through properties (own or
parent)
[olli] SLING-3027 remove obsolete snapshots repository
[olli] SLING-3027 update some bundles, add new features and comment out
snapshot bundles/features
[cziegeler] SLING-3148 : Get resource resolver from authentication support via
request attribute
[cziegeler] Add resourcemerger project to reactor
[cziegeler] SLING-2986 : Minor code optimization
[cziegeler] SLING-2986 : Fix value map and property type handling
[cziegeler] SLING-2986 : Fix metadata handling
[cziegeler] SLING-2986 : Fix path handling, especially when the root node is
requested
[cziegeler] SLING-2986 : remove accidentally added security property
[cziegeler] SLING-2986 : Merged Resource Provider. Minor code changes and
metatype info
[cziegeler] Add metatype information for resource access security
[cziegeler] SLING-2986 : Merged Resource Provider. Apply contribution by Gilles
Knobloch
[fmeschbe] SLING-3346 Feature flag not respected
- Turns out we need both filter registration because initial
resource resolution takes place before any Sling filter is
called
- An issue was unconvered where negative feature checks
had no effect
[cziegeler] Don't apply gate if the resource is a jcr resource
[bdelacretaz] Reactivate ResourceBundleProviderIT with released
org.apache.sling.paxexam.util
[cziegeler] Fix some typos
[fmeschbe] SLING-3148 Set appropriate label for the configuration metatype
[fmeschbe] SLING-3148 Merge back from
whiteboard/fmeschbe/featureflags/feature-flags
- Removed ResourceHiding and ResourceTypeHiding
- Added ResourceDecorator support
- Added WebConsole plugin
- Added Feature factory configuration support
- Added JavaDoc
- Support non-Sling ExecutionContext
- Porperly register ClientContext filter as Sling filter
[cziegeler] Use released Sling API
[cziegeler] Use released Sling API
[bdelacretaz] SLING-2788 - move sling-pax-util under testing
[bdelacretaz] SLING-2788 - move sling-pax-util under testing
[fmeschbe] SLING-2881 JcrResourceBundleProvider clears the cache on
mix:language changes
- Apply patch by Tobias Bocanegra (thanks alot).
- Completely disabled the integration test due to unavailability
of the pax test support (as well as the launchpad snapshot reference)
- Updated requirement to Java 6 due to use of Collections.newSetFromMap
[tommaso] SLING-3330 - added asynchronous package import, fixed test
[tommaso] SLING-3330 - added asynchronous package import
[tommaso] SLING-3327 - applied Marius Petria's patch, added missing files
[tommaso] SLING-3327 - applied Marius Petria's patch
[tommaso] SLING-3315 - fixed some javadocs / warnings
[tommaso] SLING-3309 - missing file from Marius patch added
[tommaso] SLING-3309 - Marius Petria's patch for flushing of external systems
applied
[cziegeler] SLING-2698 - resource access security service for resource
providers. Distinguish between context application and provider
[cziegeler] SLING-2698 - resource access security service for resource
providers. Distinguish between context application and provider
[tommaso] SLING-3315 - applied patch by Marius Petria for refactoring
replication HTTP API
[tommaso] SLING-3318 - fixed initialization of queue providers
[tommaso] SLING-3318 - created replication queue health check
[tommaso] SLING-3310 - moved replication to latest release of Sling parent pom
[cziegeler] Add metatype information
[cziegeler] Remove FeatureProvider interface, Features are OSGi services now -
rename ProviderContext to ExecutionContext
[cziegeler] Remove FeatureProvider interface, Features are OSGi services now -
rename ProviderContext to ExecutionContext
[bdelacretaz] SLING-3300 - API to create replication agent (configuration) -
adding missing servlet, contributed by Tommaso Teofili, thanks!
[bdelacretaz] SLING-3300 - API to create replication agent (configuration) -
contributed by Tommaso Teofili, thanks!
[bdelacretaz] SLING-3299 - Remote agent queue poll should be restricted to
"queueing" agents - contributed by Tommaso Teofili, thanks!
[bdelacretaz] SLING-3298 - PollingTransportHandler should have a configurable
no. of consecutive polls - contributed by Tommaso Teofili, thanks!
[bdelacretaz] Explain how to create such tests
[bdelacretaz] Cannot logout if session is null...
[bdelacretaz] SLING-3305 - change jdk 1.6 profile activation to '1.6 and later'
[cziegeler] Take III, add Feature interface and support adapting to
functionality interfaces
[cziegeler] Add feature flags to reactor build
[cziegeler] Moving feature flags into trunk
------------------------------------------
[...truncated 1553 lines...]
at
org.ops4j.pax.url.mvn.internal.AetherBasedResolver.resolve(AetherBasedResolver.java:223)
at
org.ops4j.pax.url.mvn.internal.Connection.getInputStream(Connection.java:122)
at java.net.URL.openStream(URL.java:1010)
at
org.apache.sling.paxexam.util.SlingPaxOptions.dumpMvnUrlToTmpFile(SlingPaxOptions.java:204)
at
org.apache.sling.paxexam.util.SlingPaxOptions.slingBundleList(SlingPaxOptions.java:121)
at
org.apache.sling.paxexam.util.SlingPaxOptions.slingLaunchpadBundles(SlingPaxOptions.java:188)
at
org.apache.sling.paxexam.util.SlingPaxOptions.defaultLaunchpadOptions(SlingPaxOptions.java:87)
at
org.apache.sling.i18n.it.ResourceBundleProviderIT.config(ResourceBundleProviderIT.java:75)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at
org.ops4j.pax.exam.spi.reactors.ReactorManager.addConfigurationsToReactor(ReactorManager.java:241)
at
org.ops4j.pax.exam.spi.reactors.ReactorManager.prepareReactor(ReactorManager.java:188)
at org.ops4j.pax.exam.junit.impl.ProbeRunner.<init>(ProbeRunner.java:80)
at org.ops4j.pax.exam.junit.PaxExam.createDelegate(PaxExam.java:82)
at org.ops4j.pax.exam.junit.PaxExam.<init>(PaxExam.java:73)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
at
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
at
org.junit.internal.builders.AnnotatedBuilder.buildRunner(AnnotatedBuilder.java:29)
at
org.junit.internal.builders.AnnotatedBuilder.runnerForClass(AnnotatedBuilder.java:21)
at
org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:59)
at
org.junit.internal.builders.AllDefaultPossibilitiesBuilder.runnerForClass(AllDefaultPossibilitiesBuilder.java:26)
at
org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:59)
at
org.junit.internal.requests.ClassRequest.getRunner(ClassRequest.java:26)
at
org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:250)
at
org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:141)
at
org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:112)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at
org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189)
at
org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165)
at
org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85)
at
org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:115)
at
org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75)
Caused by: org.sonatype.aether.transfer.ArtifactNotFoundException: Could not
find artifact
org.apache.sling:org.apache.sling.launchpad:xml:bundlelist:7-SNAPSHOT in
central (http://repo1.maven.org/maven2/)
at
org.sonatype.aether.connector.wagon.WagonRepositoryConnector$4.wrap(WagonRepositoryConnector.java:947)
at
org.sonatype.aether.connector.wagon.WagonRepositoryConnector$4.wrap(WagonRepositoryConnector.java:941)
at
org.sonatype.aether.connector.wagon.WagonRepositoryConnector$GetTask.run(WagonRepositoryConnector.java:669)
at
org.sonatype.aether.util.concurrency.RunnableErrorForwarder$1.run(RunnableErrorForwarder.java:60)
at
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
at java.lang.Thread.run(Thread.java:662)
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.929 sec <<<
FAILURE!
initializationError(org.apache.sling.i18n.it.ResourceBundleProviderIT) Time
elapsed: 0.007 sec <<< ERROR!
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at
org.ops4j.pax.exam.spi.reactors.ReactorManager.addConfigurationsToReactor(ReactorManager.java:241)
at
org.ops4j.pax.exam.spi.reactors.ReactorManager.prepareReactor(ReactorManager.java:188)
at org.ops4j.pax.exam.junit.impl.ProbeRunner.<init>(ProbeRunner.java:80)
at org.ops4j.pax.exam.junit.PaxExam.createDelegate(PaxExam.java:82)
at org.ops4j.pax.exam.junit.PaxExam.<init>(PaxExam.java:73)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
at
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
at
org.junit.internal.builders.AnnotatedBuilder.buildRunner(AnnotatedBuilder.java:29)
at
org.junit.internal.builders.AnnotatedBuilder.runnerForClass(AnnotatedBuilder.java:21)
at
org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:59)
at
org.junit.internal.builders.AllDefaultPossibilitiesBuilder.runnerForClass(AllDefaultPossibilitiesBuilder.java:26)
at
org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:59)
at
org.junit.internal.requests.ClassRequest.getRunner(ClassRequest.java:26)
at
org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:250)
at
org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:141)
at
org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:112)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at
org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189)
at
org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165)
at
org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85)
at
org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:115)
at
org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75)
Caused by: java.lang.RuntimeException: Error getting bundle list
mvn:org.apache.sling/org.apache.sling.launchpad/7-SNAPSHOT/xml/bundlelist
at
org.apache.sling.paxexam.util.SlingPaxOptions.slingBundleList(SlingPaxOptions.java:168)
at
org.apache.sling.paxexam.util.SlingPaxOptions.slingLaunchpadBundles(SlingPaxOptions.java:188)
at
org.apache.sling.paxexam.util.SlingPaxOptions.defaultLaunchpadOptions(SlingPaxOptions.java:87)
at
org.apache.sling.i18n.it.ResourceBundleProviderIT.config(ResourceBundleProviderIT.java:75)
... 31 more
Caused by: java.io.IOException: Error resolving artifact
org.apache.sling:org.apache.sling.launchpad:xml:bundlelist:7-SNAPSHOT: Could
not find artifact
org.apache.sling:org.apache.sling.launchpad:xml:bundlelist:7-SNAPSHOT in
central (http://repo1.maven.org/maven2/)
at
org.ops4j.pax.url.mvn.internal.AetherBasedResolver.resolve(AetherBasedResolver.java:258)
at
org.ops4j.pax.url.mvn.internal.AetherBasedResolver.resolveFile(AetherBasedResolver.java:239)
at
org.ops4j.pax.url.mvn.internal.AetherBasedResolver.resolve(AetherBasedResolver.java:223)
at
org.ops4j.pax.url.mvn.internal.Connection.getInputStream(Connection.java:122)
at java.net.URL.openStream(URL.java:1010)
at
org.apache.sling.paxexam.util.SlingPaxOptions.dumpMvnUrlToTmpFile(SlingPaxOptions.java:204)
at
org.apache.sling.paxexam.util.SlingPaxOptions.slingBundleList(SlingPaxOptions.java:121)
... 34 more
Results :
Tests in error:
initializationError(org.apache.sling.i18n.it.ResourceBundleProviderIT)
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0
[WARNING] File encoding has not been set, using platform encoding
ANSI_X3.4-1968, i.e. build is platform dependent!
[JENKINS] Recording test results
[INFO]
[INFO] --- ianal-maven-plugin:1.0-alpha-1:verify-legal-files (default) @
org.apache.sling.i18n ---
[INFO] Checking legal files in: org.apache.sling.i18n-2.2.9-SNAPSHOT.jar
[INFO] Checking legal files in: org.apache.sling.i18n-2.2.9-SNAPSHOT-sources.jar
[INFO]
[INFO] --- maven-failsafe-plugin:2.12.4:verify (default) @
org.apache.sling.i18n ---
[INFO] Failsafe report directory:
<https://builds.apache.org/job/sling-contrib-1.6/ws/contrib-1.6/extensions/i18n/target/failsafe-reports>
[WARNING] File encoding has not been set, using platform encoding
ANSI_X3.4-1968, i.e. build is platform dependent!
[ERROR] There are test failures.
Please refer to
<https://builds.apache.org/job/sling-contrib-1.6/ws/contrib-1.6/extensions/i18n/target/failsafe-reports>
for the individual test results.
[JENKINS] Recording test results[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @
org.apache.sling.i18n ---
[INFO] Installing
<https://builds.apache.org/job/sling-contrib-1.6/ws/contrib-1.6/extensions/i18n/target/org.apache.sling.i18n-2.2.9-SNAPSHOT.jar>
to
/home/jenkins/jenkins-slave/maven-repositories/1/org/apache/sling/org.apache.sling.i18n/2.2.9-SNAPSHOT/org.apache.sling.i18n-2.2.9-SNAPSHOT.jar
[INFO] Installing
<https://builds.apache.org/job/sling-contrib-1.6/ws/contrib-1.6/extensions/i18n/pom.xml>
to
/home/jenkins/jenkins-slave/maven-repositories/1/org/apache/sling/org.apache.sling.i18n/2.2.9-SNAPSHOT/org.apache.sling.i18n-2.2.9-SNAPSHOT.pom
[INFO] Installing
<https://builds.apache.org/job/sling-contrib-1.6/ws/contrib-1.6/extensions/i18n/target/org.apache.sling.i18n-2.2.9-SNAPSHOT-sources.jar>
to
/home/jenkins/jenkins-slave/maven-repositories/1/org/apache/sling/org.apache.sling.i18n/2.2.9-SNAPSHOT/org.apache.sling.i18n-2.2.9-SNAPSHOT-sources.jar
[INFO]
[INFO] --- maven-bundle-plugin:2.4.0:install (default-install) @
org.apache.sling.i18n ---
[INFO] Local OBR update disabled (enable with -DobrRepository)
[JENKINS] Archiving disabled
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Sling JMX Resource Provider 1.0.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
Downloading:
http://repository.apache.org/snapshots/org/apache/sling/org.apache.sling.api/2.6.1-SNAPSHOT/maven-metadata.xml
Downloading:
http://repository.apache.org/snapshots/org/apache/sling/org.apache.sling.api/2.6.1-SNAPSHOT/org.apache.sling.api-2.6.1-SNAPSHOT.pom
[WARNING] The POM for org.apache.sling:org.apache.sling.api:jar:2.6.1-SNAPSHOT
is missing, no dependency information available
Downloading:
http://repository.apache.org/snapshots/org/apache/sling/org.apache.sling.api/2.6.1-SNAPSHOT/org.apache.sling.api-2.6.1-SNAPSHOT.jar
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Apache Sling Commons Java Compiler ................ SUCCESS [19.506s]
[INFO] Apache Sling Commons FileSystem ClassLoader ....... SUCCESS [2.063s]
[INFO] Apache Sling Commons HTML Utilities ............... SUCCESS [1.851s]
[INFO] Apache Sling APT parser ........................... SUCCESS [2.814s]
[INFO] Apache Sling APT servlet .......................... SUCCESS [1.945s]
[INFO] Apache Sling Resource Collection API .............. SUCCESS [3.293s]
[INFO] Apache Sling Dojo JavaScript Library .............. SUCCESS [6.282s]
[INFO] Apache Sling Dojo Data Extension .................. SUCCESS [1.428s]
[INFO] Apache Sling FTP Server ........................... SUCCESS [4.032s]
[INFO] Apache Sling Google Web Toolkit Servlet Library ... SUCCESS [5.745s]
[INFO] Apache Sling Google Web Toolkit Sample ............ SUCCESS [30.931s]
[INFO] Apache Sling Internationalization Support ......... SUCCESS [47.683s]
[INFO] Apache Sling JMX Resource Provider ................ FAILURE [0.143s]
[INFO] Apache Sling MongoDB Resource Provider ............ SKIPPED
[INFO] Apache Sling OSGi Bundle Repository ............... SKIPPED
[INFO] Apache Sling Request Processing Analyzer .......... SKIPPED
[INFO] Apache Sling Resource Merger ...................... SKIPPED
[INFO] Apache Sling Rewriter ............................. SKIPPED
[INFO] Apache Sling Tenant ............................... SKIPPED
[INFO] Apache Sling Replication .......................... SKIPPED
[INFO] Apache Sling Repository Accessor .................. SKIPPED
[INFO] Apache Sling JCR Java Compiler .................... SKIPPED
[INFO] Apache Sling JCR Prefs ............................ SKIPPED
[INFO] Apache Sling JCR Resource Security ................ SKIPPED
[INFO] Apache Sling Launchpad Karaf ...................... SKIPPED
[INFO] Apache Sling Launchpad Karaf - Features ........... SKIPPED
[INFO] Apache Sling Launchpad Karaf - Integration Tests .. SKIPPED
[INFO] Apache Sling Launchpad Karaf Builder .............. SKIPPED
[INFO] Apache Sling Launchpad Contrib Testing ............ SKIPPED
[INFO] Apache Sling Script Console ....................... SKIPPED
[INFO] Apache Sling Atom Tag Library ..................... SKIPPED
[INFO] Apache Sling Scripting Freemarker Support ......... SKIPPED
[INFO] Apache Sling Scripting Java Support ............... SKIPPED
[INFO] Apache Sling Scripting JST Support ................ SKIPPED
[INFO] Apache Sling Scripting Python Support ............. SKIPPED
[INFO] Apache Sling Scripting Ruby Support ............... SKIPPED
[INFO] Apache Sling Scripting Velocity Support ........... SKIPPED
[INFO] Apache Sling Scripting W3C XML Processing Support . SKIPPED
[INFO] Scala Script Engine ............................... SKIPPED
[INFO] Apache Sling Scala Scripting Configuration ........ SKIPPED
[INFO] Scala for Sling Demo Application - Hello World .... SKIPPED
[INFO] Scala for Sling Demo Application - Forum .......... SKIPPED
[INFO] Apache Sling Contrib (Builder) .................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2:27.399s
[INFO] Finished at: Sun Mar 16 12:58:55 UTC 2014
[INFO] Final Memory: 55M/167M
[INFO] ------------------------------------------------------------------------
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled[WARNING] The requested profile "jcrinstall-tests"
could not be activated because it does not exist.
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal on project org.apache.sling.jmx.provider: Could
not resolve dependencies for project
org.apache.sling:org.apache.sling.jmx.provider:bundle:1.0.1-SNAPSHOT: Could not
find artifact org.apache.sling:org.apache.sling.api:jar:2.6.1-SNAPSHOT in Nexus
(http://repository.apache.org/snapshots) -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please
read the following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :org.apache.sling.jmx.provider
Sending e-mails to: [email protected]
channel stopped
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released