mirror of https://github.com/apache/lucene.git
maven config: upgrade maven-bundle-plugin from 2.3.7 & 2.4.0 to 2.5.3, to allow the bundle-manifest goal either to succeed or to obey the skip configuration - this was causing java.lang.ArrayIndexOutOfBoundsException: 18
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1672474 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
0f88bb7f9c
commit
5934ea0901
|
@ -403,7 +403,7 @@
|
|||
<plugin>
|
||||
<groupId>org.apache.felix</groupId>
|
||||
<artifactId>maven-bundle-plugin</artifactId>
|
||||
<version>2.4.0</version>
|
||||
<version>2.5.3</version>
|
||||
<configuration>
|
||||
<instructions>
|
||||
<Export-Package>*;-split-package:=merge-first</Export-Package>
|
||||
|
|
|
@ -108,7 +108,7 @@
|
|||
<plugin>
|
||||
<groupId>org.apache.felix</groupId>
|
||||
<artifactId>maven-bundle-plugin</artifactId>
|
||||
<version>2.3.7</version>
|
||||
<version>2.5.3</version>
|
||||
<configuration>
|
||||
<skip>true</skip>
|
||||
</configuration>
|
||||
|
|
|
@ -102,7 +102,7 @@
|
|||
<plugin>
|
||||
<groupId>org.apache.felix</groupId>
|
||||
<artifactId>maven-bundle-plugin</artifactId>
|
||||
<version>2.3.7</version>
|
||||
<version>2.5.3</version>
|
||||
<configuration>
|
||||
<skip>true</skip>
|
||||
</configuration>
|
||||
|
|
Loading…
Reference in New Issue