Attach test-jar sources
[controller.git] / opendaylight / md-sal / sal-distributed-datastore / pom.xml
index 636dd49f39e0f8afdc98ceb154672f791f4f1919..e934da00255490606a491c709dddd535058d05ba 100644 (file)
       </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>