Do not leak tooling into MANIFEST.MF
[odlparent.git] / template-feature-plugin / pom.xml
index e2790f2deb4be78bd351dafcd76768f1cf6166f2..5f0b6eed7e367d873adb1b6ea39387eb4731a732 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <artifactId>odlparent</artifactId>
         <groupId>org.opendaylight.odlparent</groupId>
-        <version>11.0.2-SNAPSHOT</version>
+        <version>14.0.0-SNAPSHOT</version>
         <relativePath>../odlparent/pom.xml</relativePath>
     </parent>
 
         <dependency>
             <groupId>org.apache.maven.plugin-tools</groupId>
             <artifactId>maven-plugin-annotations</artifactId>
-            <version>3.6.2</version>
+            <version>3.8.2</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.karaf.features</groupId>
             <artifactId>org.apache.karaf.features.core</artifactId>
         </dependency>
+        <dependency>
+            <groupId>org.eclipse.jdt</groupId>
+            <artifactId>org.eclipse.jdt.annotation</artifactId>
+        </dependency>
     </dependencies>
 
     <build>
         <plugins>
             <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-plugin-plugin</artifactId>
+                <configuration>
+                    <goalPrefix>feattmpl</goalPrefix>
+                </configuration>
                 <executions>
                     <execution>
                         <id>mojo-descriptor</id>