Attach test-jar sources
[controller.git] / opendaylight / md-sal / sal-clustering-commons / pom.xml
index 232de1ad0d302592e53b8b7ab49d619c64775b68..617e39ebba9a09b9abf7e3dbe918d36b513a1092 100644 (file)
         </configuration>
       </plugin>
       <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-jar-plugin</artifactId>
         <executions>
           <execution>
           </execution>
         </executions>
       </plugin>
+      <plugin>
+        <artifactId>maven-source-plugin</artifactId>
+        <executions>
+          <execution>
+            <goals>
+              <goal>test-jar-no-fork</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
     </plugins>
   </build>