Add maven-help-plugin and exec-maven-plugin 45/49345/1
authorRobert Varga <rovarga@cisco.com>
Wed, 14 Dec 2016 12:00:00 +0000 (13:00 +0100)
committerRobert Varga <rovarga@cisco.com>
Wed, 14 Dec 2016 12:00:00 +0000 (13:00 +0100)
This just defines the versions, so they can be used
downstream without specifying versions.

Change-Id: I186b326e4d69403888074c30e7c92f6d8a2e69eb
Signed-off-by: Robert Varga <rovarga@cisco.com>
odlparent-lite/pom.xml

index 2b2a499e85bc22f137134de5b74078b6a8f0059a..7d217431c043aa56b3efb7d4259b434e7cb8dba0 100644 (file)
           <artifactId>maven-deploy-plugin</artifactId>
           <version>2.8.2</version>
         </plugin>
+        <plugin>
+          <artifactId>maven-help-plugin</artifactId>
+          <version>2.2</version>
+        </plugin>
         <plugin>
           <artifactId>maven-install-plugin</artifactId>
           <version>2.5.2</version>
             </dependency>
           </dependencies>
         </plugin>
+        <plugin>
+          <groupId>org.codehaus.mojo</groupId>
+          <artifactId>exec-maven-plugin</artifactId>
+          <version>1.5.0</version>
+        </plugin>
         <plugin>
           <groupId>org.codehaus.mojo</groupId>
           <artifactId>jdepend-maven-plugin</artifactId>