aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKajur, Harish (vk250x) <vk250x@att.com>2019-02-20 23:00:33 -0500
committerKajur, Harish (vk250x) <vk250x@att.com>2019-02-20 23:00:59 -0500
commit8762d349e1be6f2facb725d8604e62d0f3c1dbba (patch)
tree623612dbb874e1d0c1a1b35b8d0484964b5bdfc3
parentb16973c9cdd6b641dfed9519b65c622950fed7f4 (diff)
Update sources plugin to bind to verify phase
Issue-ID: AAI-2170 Change-Id: Ieaaa9cb346f0c09776fd51580737ddec22bdbe95 Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index edc2f1f..06a343a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -107,7 +107,7 @@
<executions>
<execution>
<id>attach-sources</id>
- <phase>deploy</phase>
+ <phase>verify</phase>
<goals>
<goal>jar-no-fork</goal>
</goals>