Initial commit for ServiceHandler
[transportpce.git] / ordmodels / pom.xml
index 08e498835957c8a6d7e680b256617134e0bde2bd..2da297f142e2ef443471dec5b1b03d8ae55fb405 100644 (file)
@@ -54,4 +54,28 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <artifactId>ietf-packet-fields</artifactId>
     </dependency>
   </dependencies>
+  <!--
+       Private references
+  -->
+  <build>
+    <plugins>
+                <plugin>
+                         <groupId>org.apache.felix</groupId>
+                         <artifactId>maven-bundle-plugin</artifactId>
+                         <version>3.0.1</version>
+                         <extensions>true</extensions>
+                         <configuration>
+                               <instructions>
+                                 <Include-Resource>{maven-resources},target/classes/LICENSE,META-INF/git.properties=-target/classes/META-INF/git.properties</Include-Resource>
+                                         <_exportcontents>
+                                                 org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.transportpce.stubrenderer.rev170403.service.implementation.request.input,
+                                                 org.opendaylight.yang.gen.v1.http.org.transportpce.b.c._interface.rev170120.service.implementation.request.input,
+                                                 org.opendaylight.yang.gen.v1.http.org.openroadm.device.rev161014.internal.link,
+                                                 org.opendaylight.yang.gen.v1.http.org.openroadm.device.rev161014.internal.links,*
+                                         </_exportcontents>
+                               </instructions>
+                         </configuration>
+        </plugin>
+       </plugins>
+  </build> 
 </project>