Attach test-jar sources
[controller.git] / opendaylight / md-sal / sal-akka-raft / pom.xml
index 869dec0a07f6f9f859285a177d36624f34b05871..fe33fa50ed0e924a055ecea9cb6adcacb0a0bc20 100644 (file)
@@ -92,7 +92,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>