Details
Description
Since the new Drools 6 samples itests have been introduced the master build fails on Jenkins. Following entry can be found in org.apache.servicemix.itests.Drools6ExamplesTest-output.txt
Caused by: shaded.org.eclipse.aether.transfer.ArtifactNotFoundException: Could not find artifact org.apache.servicemix.examples:drools-simple:jar:6.0.0-SNAPSHOT in apache.snapshots.repo (http://repository.apache.org/content/groups/snapshots-group/)
at shaded.org.eclipse.aether.connector.basic.ArtifactTransportListener.transferFailed(ArtifactTransportListener.java:39)
at shaded.org.eclipse.aether.connector.basic.BasicRepositoryConnector$TaskRunner.run(BasicRepositoryConnector.java:355)
and
Caused by: shaded.org.eclipse.aether.transfer.ArtifactNotFoundException: Could not find artifact org.apache.servicemix.examples:drools-camel-blueprint:jar:6.0.0-SNAPSHOT in apache.snapshots.repo (http://repository.apache.org/content/groups/snapshots-group/)
at shaded.org.eclipse.aether.connector.basic.ArtifactTransportListener.transferFailed(ArtifactTransportListener.java:39)
at shaded.org.eclipse.aether.connector.basic.BasicRepositoryConnector$TaskRunner.run(BasicRepositoryConnector.java:355)
The both missing bundles are new and have been never deployed in Snapshots Repository, but the itest tries to find the bundles there.
It looks like the itest doesn't consider the locally build artifacts installed in the local repository. The same problem occurs probably on each branch, but the previously built artifacts can be found in Snapshots repository