Author: schor
Date: Wed Jun 19 15:54:02 2013
New Revision: 1494669

URL: http://svn.apache.org/r1494669
Log:
[UIMA-3010] change pkgng to not unpack embedded Jars

Modified:
    uima/uima-as/trunk/uimaj-as-osgi-runtime/pom.xml

Modified: uima/uima-as/trunk/uimaj-as-osgi-runtime/pom.xml
URL: 
http://svn.apache.org/viewvc/uima/uima-as/trunk/uimaj-as-osgi-runtime/pom.xml?rev=1494669&r1=1494668&r2=1494669&view=diff
==============================================================================
--- uima/uima-as/trunk/uimaj-as-osgi-runtime/pom.xml (original)
+++ uima/uima-as/trunk/uimaj-as-osgi-runtime/pom.xml Wed Jun 19 15:54:02 2013
@@ -169,7 +169,7 @@
     
                 <Import-Package>org.apache.log4j;resolution:=optional,*
                 </Import-Package>
-                
<Embed-Dependency>*;scope=compile;inline=true</Embed-Dependency>
+                <Embed-Dependency>*;scope=compile</Embed-Dependency>
                 
<Bundle-SymbolicName>org.apache.uima.runtime.fragments.uimaas;singleton:=true</Bundle-SymbolicName>
                 <Fragment-Host>org.apache.uima.runtime</Fragment-Host>
                 
<Eclipse-RegisterBuddy>org.apache.uima.runtime</Eclipse-RegisterBuddy>
@@ -184,7 +184,7 @@
         <executions>
           <execution>
             <id>unpackDependentJars</id>
-            <goals><goal>unpack-dependencies</goal></goals>
+            <goals><goal>copy-dependencies</goal></goals>
             <configuration>
               
<outputDirectory>${project.build.outputDirectory}</outputDirectory>
               <excludeTransitive>true</excludeTransitive>


Reply via email to