You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by sc...@apache.org on 2017/10/06 19:56:10 UTC

svn commit: r1811366 - /uima/uimaj/trunk/uimaj-ep-launcher/pom.xml

Author: schor
Date: Fri Oct  6 19:56:10 2017
New Revision: 1811366

URL: http://svn.apache.org/viewvc?rev=1811366&view=rev
Log:
no Jira, copy uv3 pom change to get launcher plugin to build in eclipse - change is to a newer version of the maven-bundle-plugin

Modified:
    uima/uimaj/trunk/uimaj-ep-launcher/pom.xml

Modified: uima/uimaj/trunk/uimaj-ep-launcher/pom.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-ep-launcher/pom.xml?rev=1811366&r1=1811365&r2=1811366&view=diff
==============================================================================
--- uima/uimaj/trunk/uimaj-ep-launcher/pom.xml (original)
+++ uima/uimaj/trunk/uimaj-ep-launcher/pom.xml Fri Oct  6 19:56:10 2017
@@ -213,7 +213,9 @@
       <plugin>
         <groupId>org.apache.felix</groupId>
         <artifactId>maven-bundle-plugin</artifactId>
+        <version>3.0.1</version>  <!-- override 2.3.7 - getting unresolved refs to some dependencies, fixed by 3.0.1 -->
         <configuration>
+          <manifestLocation>META-INF</manifestLocation>
           <instructions>
             <!-- turn off "uses" generation because Eclipse 3.2.x doesn't work with them -->
             <_nouses>true</_nouses>