Generate sal-binding-broker-impl-*-test-sources.jar
[controller.git] / opendaylight / md-sal / sal-binding-broker / pom.xml
index 4f52fd124fbe0ff5d345c3afe5149f0f5d240b42..225e17e984c81a87c0d048c7f3f9abdcbcfc6ce2 100644 (file)
           </execution>
         </executions>
       </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-source-plugin</artifactId>
+        <executions>
+          <execution>
+            <id>attach-sources</id>
+            <phase>verify</phase>
+            <goals>
+              <goal>test-jar</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
       <plugin>
         <groupId>org.jacoco</groupId>
         <artifactId>jacoco-maven-plugin</artifactId>