Attach test-jar sources
[controller.git] / opendaylight / md-sal / cds-access-client / pom.xml
index dc5acd475452da80ac533991311974fee1b900f9..36b3418b84785d66fb2576b520ab76d3df3bb622 100644 (file)
@@ -62,7 +62,6 @@
                 </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>