Add the parent plugin for maven source plugin 79/78779/1 1.0.0
authorKajur, Harish (vk250x) <vk250x@att.com>
Tue, 19 Feb 2019 20:26:04 +0000 (15:26 -0500)
committerKajur, Harish (vk250x) <vk250x@att.com>
Tue, 19 Feb 2019 20:26:12 +0000 (15:26 -0500)
Issue-ID: AAI-2170
Change-Id: Idce6eb8abc7252c8cfd2fbd12f750c198b33493e
Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index c4fdb1b..edc2f1f 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                         </validHeaders>
                     </configuration>
                 </plugin>
+                <plugin>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-source-plugin</artifactId>
+                    <version>3.0.1</version>
+                    <executions>
+                        <execution>
+                            <id>attach-sources</id>
+                            <phase>deploy</phase>
+                            <goals>
+                                <goal>jar-no-fork</goal>
+                            </goals>
+                        </execution>
+                    </executions>
+                </plugin>
             </plugins>
         </pluginManagement>
         <plugins>