Do not leak tooling into MANIFEST.MF
[odlparent.git] / template-feature-plugin / pom.xml
index 27e95f1e55311424a428a15a3750631d73cc35ac..5f0b6eed7e367d873adb1b6ea39387eb4731a732 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <artifactId>odlparent</artifactId>
         <groupId>org.opendaylight.odlparent</groupId>
-        <version>13.0.9</version>
+        <version>14.0.0-SNAPSHOT</version>
         <relativePath>../odlparent/pom.xml</relativePath>
     </parent>
 
     <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>