Skip to content

Commit

Permalink
ISPN-5024 Generate META-INF and blueprint services automatically
Browse files Browse the repository at this point in the history
Fix Maven errors in Eclipse:
"Error(s) found in manifest configuration (org.apache.felix:maven-bundle-plugin:2.4.0:bundle:default-bundle:package)"

Caused by Include-Resource entries which are missing (they are generated using the 'script' goal of the maven-scala-plugin
when triggering Maven from the command line but this goal is not triggered in Eclipse and the resources are not created).
  • Loading branch information
erlyfall committed Dec 18, 2014
1 parent 316f71b commit 106aa0f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bom/pom.xml
Expand Up @@ -474,6 +474,7 @@
<artifactId>maven-bundle-plugin</artifactId>
<versionRange>[2.4.0,)</versionRange>
<goals>
<goal>bundle</goal>
<goal>cleanVersions</goal>
</goals>
</pluginExecutionFilter>
Expand Down

1 comment on commit 106aa0f

@infinispanrelease
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FAILURE - TeamCity Infinispan :: Pull requests monitor Build 8070 for 106aa0f
Tests: 11187, 3 failed (0 new), 23 ignored. Build time: 01:40:56

Failed tests detected

  • (since 17-Dec-2014) TestSuite: org.infinispan.client.hotrod.query.MultiHotRodServerIspnDirReplQueryTest.testAttributeQuery
  • (since 17-Dec-2014) TestSuite: org.infinispan.client.hotrod.query.MultiHotRodServerIspnDirReplQueryTest.testEmbeddedAttributeQuery
  • (since 17-Dec-2014) TestSuite: org.infinispan.client.hotrod.query.MultiHotRodServerIspnDirReplQueryTest.testProjections

Please sign in to comment.