diff options
author | Kajur, Harish (vk250x) <vk250x@att.com> | 2019-02-20 23:00:33 -0500 |
---|---|---|
committer | Kajur, Harish (vk250x) <vk250x@att.com> | 2019-02-20 23:00:59 -0500 |
commit | 8762d349e1be6f2facb725d8604e62d0f3c1dbba (patch) | |
tree | 623612dbb874e1d0c1a1b35b8d0484964b5bdfc3 /pom.xml | |
parent | b16973c9cdd6b641dfed9519b65c622950fed7f4 (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>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -107,7 +107,7 @@ <executions> <execution> <id>attach-sources</id> - <phase>deploy</phase> + <phase>verify</phase> <goals> <goal>jar-no-fork</goal> </goals> |