Release odlparent
[odlparent.git] / license / pom.xml
index c84fb0ad53da31d7468e022f89aa3824f0063219..3a83f359660ba1c75f62955cc67c2ab175c50226 100644 (file)
@@ -4,26 +4,38 @@
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>odlparent-lite</artifactId>
-    <version>4.0.10-SNAPSHOT</version>
+    <version>13.0.9</version>
     <relativePath>../odlparent-lite</relativePath>
   </parent>
 
   <artifactId>odl-license</artifactId>
   <name>ODL :: odlparent :: ${project.artifactId}</name>
+  <packaging>pom</packaging>
 
   <build>
-    <pluginManagement>
-      <plugins>
-        <plugin>
-          <artifactId>maven-jar-plugin</artifactId>
-          <version>3.1.1</version>
-        </plugin>
-        <plugin>
-          <artifactId>maven-resources-plugin</artifactId>
-          <version>3.1.0</version>
-        </plugin>
-      </plugins>
-    </pluginManagement>
+    <plugins>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>build-helper-maven-plugin</artifactId>
+        <executions>
+          <execution>
+            <id>attach-artifacts</id>
+            <phase>package</phase>
+            <goals>
+              <goal>attach-artifact</goal>
+            </goals>
+            <configuration>
+              <artifacts>
+                <artifact>
+                  <file>src/main/resources/LICENSE</file>
+                  <type>license</type>
+                </artifact>
+              </artifacts>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
   </build>
 </project>