bug 1128:POM Restructuring for Automated Release
[yangtools.git] / integration-test / regression-test-model / pom.xml
index 9cd8a97a72a551af50666ea644a0ea2f3bfd72fd..7f0b373d9a0a72e3518a72334e0d4763240262a0 100644 (file)
@@ -7,11 +7,12 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
     xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 
+
     <parent>
-        <groupId>org.opendaylight.yangtools.model</groupId>
-        <artifactId>model-parent</artifactId>
+        <groupId>org.opendaylight.yangtools</groupId>
         <version>0.6.2-SNAPSHOT</version>
-        <relativePath>../../model/pom.xml</relativePath>
+        <artifactId>yangtools-parent</artifactId>
+        <relativePath>/../../common/parent/pom.xml</relativePath>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
                 <extensions>true</extensions>
                 <configuration>
                     <instructions>
-                        <Bundle-Name>${project.groupId}.${project.artifactId}</Bundle-Name>
+                        <Bundle-Name>org.opendaylight.yangtools.model.${project.artifactId}</Bundle-Name>
                     </instructions>
                 </configuration>
             </plugin>
+            <plugin>
+                    <groupId>org.opendaylight.yangtools</groupId>
+                    <artifactId>yang-maven-plugin</artifactId>
+            </plugin>
         </plugins>
     </build>
     <dependencies>