aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKajur, Harish (vk250x) <vk250x@att.com>2019-02-19 15:26:04 -0500
committerKajur, Harish (vk250x) <vk250x@att.com>2019-02-19 15:26:12 -0500
commit37ce971d250e5eff7b09fd8bbc3f8dca921de1e9 (patch)
tree498384ae2f1e7693847d39b62ad4be6e35968085
parentc9c31ea54eb1ac2a7db80c47542d0cac7b9b59e8 (diff)
Add the parent plugin for maven source plugin1.0.0
Issue-ID: AAI-2170 Change-Id: Idce6eb8abc7252c8cfd2fbd12f750c198b33493e Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
-rw-r--r--pom.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index c4fdb1b..edc2f1f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -100,6 +100,20 @@
</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>