Rationalize features
[transportpce.git] / features / odl-transportpce-tapi / pom.xml
similarity index 73%
rename from features/odl-transportpce-api/pom.xml
rename to features/odl-transportpce-tapi/pom.xml
index e02d163dc0e380d20da4f004aa433a3512ae6a2f..bb82551fe5273e75d7046decf050c559d7039058 100644 (file)
@@ -17,43 +17,48 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   </parent>
 
   <groupId>org.opendaylight.transportpce</groupId>
-  <artifactId>odl-transportpce-api</artifactId>
+  <artifactId>odl-transportpce-tapi</artifactId>
   <version>1.0.0-SNAPSHOT</version>
   <packaging>feature</packaging>
 
-  <name>OpenDaylight :: transportpce :: api</name>
-
-  <properties>
-    <netconf.version>1.8.0-SNAPSHOT</netconf.version>
-    <configfile.directory>etc/opendaylight/karaf</configfile.directory>
-  </properties>
+  <name>OpenDaylight :: transportpce :: tapi</name>
 
   <dependencies>
     <dependency>
-      <groupId>${project.groupId}</groupId>
-      <artifactId>odl-transportpce-ordmodels</artifactId>
+      <groupId>org.opendaylight.transportpce</groupId>
+      <artifactId>odl-transportpce</artifactId>
       <version>${project.version}</version>
       <classifier>features</classifier>
       <type>xml</type>
     </dependency>
     <dependency>
       <groupId>${project.groupId}</groupId>
-      <artifactId>transportpce-api</artifactId>
+      <artifactId>transportpce-tapimodels</artifactId>
+      <version>${project.version}</version>
+    </dependency>
+    <dependency>
+      <groupId>${project.groupId}</groupId>
+      <artifactId>transportpce-tapi</artifactId>
       <version>${project.version}</version>
     </dependency>
   </dependencies>
 
-<!-- skipping test since this is a util project / folder -->
+  <properties>
+    <maven.deploy.skip>true</maven.deploy.skip>
+    <maven.install.skip>true</maven.install.skip>
+  </properties>
+
+<!-- skipping test since this is an umbrella project / folder -->
   <build>
     <plugins>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-plugin</artifactId>
-        <version>2.18.1</version>
         <configuration>
           <skipTests>true</skipTests>
         </configuration>
       </plugin>
     </plugins>
   </build>
+
 </project>