Added support for switch idle state
[openflowjava.git] / openflow-protocol-impl / pom.xml
index dd3632018dccccb998461108a686111dff2045e0..0179a7d393e7c486b5e7a18126306ee28d6d435b 100644 (file)
                     </instructions>
                 </configuration>
             </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-jar-plugin</artifactId>
+                <executions>
+                    <execution>
+                        <goals>
+                          <goal>test-jar</goal>
+                        </goals>
+                    </execution>
+                </executions>
+            </plugin>
         </plugins>
     </build>