Refactoring of cisco-xr-driver and impl modules.
[unimgr.git] / impl / pom.xml
index 6f4fbe51d8a81dff2d61c997df71afc0a1da40ed..f60e7cd4d7144f42f55bb9757b3266cd7d215f53 100644 (file)
@@ -35,16 +35,29 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
                     <target>1.8</target>
                 </configuration>
             </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-jar-plugin</artifactId>
+                <version>3.0.2</version>
+                <executions>
+                    <execution>
+                        <goals>
+                            <goal>test-jar</goal>
+                        </goals>
+                    </execution>
+                </executions>
+            </plugin>
             <plugin>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>maven-bundle-plugin</artifactId>
                 <configuration>
                     <instructions>
-<!--                         <Export-Package> -->
-<!--                             org.opendaylight.unimgr.mef.nrp.common, -->
-<!--                             org.opendaylight.unimgr.mef.nrp.api, -->
-<!--                             org.opendaylight.unimgr.api -->
-<!--                         </Export-Package> -->
+                        <Export-Package>
+                            org.opendaylight.unimgr.mef.nrp.common,
+                            org.opendaylight.unimgr.mef.nrp.api,
+                            org.opendaylight.unimgr.api,
+                            org.opendaylight.unimgr.utils
+                        </Export-Package>
                     </instructions>
                 </configuration>
             </plugin>