Bug 2177 - Updated SwitchConnectionProviderImpl
[openflowjava.git] / openflow-protocol-impl / pom.xml
index 38c414b68284e883386a8995975cadb54dbcfe11..0fd8d42ed298cae86e4c6bda5df2845d9773e13e 100644 (file)
                     </dependency>
                 </dependencies>
             </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-jar-plugin</artifactId>
+                <version>2.5</version>
+                <executions>
+                    <execution>
+                        <goals>
+                            <goal>test-jar</goal>
+                        </goals>
+                    </execution>
+                </executions>
+            </plugin>
         </plugins>
     </build>