Reuse attach-sources from odlparent 34/27534/3
authorRobert Varga <rovarga@cisco.com>
Thu, 24 Sep 2015 15:13:50 +0000 (17:13 +0200)
committerGerrit Code Review <gerrit@opendaylight.org>
Mon, 12 Oct 2015 08:54:29 +0000 (08:54 +0000)
odlparent already defines these, no need to override.

Change-Id: Ied060b4f746f470cde8bd61178169f3ad60d06df
Signed-off-by: Robert Varga <rovarga@cisco.com>
common/parent/pom.xml

index a463430de0304ad2c12700ebf10bc69e6739d450..643ab61ab6343ab35914822e8986033a5ab12bac 100644 (file)
                 <groupId>org.apache.felix</groupId>
                 <artifactId>maven-bundle-plugin</artifactId>
             </plugin>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-source-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <id>attach-sources</id>
-                        <goals>
-                            <goal>jar</goal>
-                        </goals>
-                    </execution>
-                </executions>
-            </plugin>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-javadoc-plugin</artifactId>