You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by cw...@apache.org on 2015/12/15 19:11:47 UTC

svn commit: r1720212 - /uima/uima-as/trunk/uimaj-ep-deployeditor/pom.xml

Author: cwiklik
Date: Tue Dec 15 18:11:47 2015
New Revision: 1720212

URL: http://svn.apache.org/viewvc?rev=1720212&view=rev
Log:
UIMA-4703 update plugins

Modified:
    uima/uima-as/trunk/uimaj-ep-deployeditor/pom.xml

Modified: uima/uima-as/trunk/uimaj-ep-deployeditor/pom.xml
URL: http://svn.apache.org/viewvc/uima/uima-as/trunk/uimaj-ep-deployeditor/pom.xml?rev=1720212&r1=1720211&r2=1720212&view=diff
==============================================================================
--- uima/uima-as/trunk/uimaj-ep-deployeditor/pom.xml (original)
+++ uima/uima-as/trunk/uimaj-ep-deployeditor/pom.xml Tue Dec 15 18:11:47 2015
@@ -279,9 +279,10 @@
 
   <build>
     <finalName>org.apache.uima.deployeditor_${parsedVersion.osgiVersion}</finalName>
-
+    
     <plugins>
       <plugin>
+        
         <groupId>org.apache.felix</groupId>
         <artifactId>maven-bundle-plugin</artifactId>
         <configuration>
@@ -367,12 +368,21 @@ org.eclipse.core.runtime
 
             <Bundle-Activator>org.apache.uima.editors.dde.internal.Activator</Bundle-Activator>
             <Bundle-SymbolicName>org.apache.uima.deployeditor;singleton:=true</Bundle-SymbolicName>
-
+            <Bundle-RequiredExecutionEnvironment>JavaSE-1.7</Bundle-RequiredExecutionEnvironment>
             <Eclipse-LazyStart>true</Eclipse-LazyStart>
           </instructions>
         </configuration>
+        <executions>
+        <execution>
+            <phase>post-clean</phase>
+            <goals>
+                <goal>create-timestamp</goal>
+            </goals>
+        </execution>
+    </executions>
       </plugin>
 
     </plugins>
+
   </build>
 </project>