diff options
author | 2019-08-26 09:59:03 -0400 | |
---|---|---|
committer | 2019-08-26 09:59:05 -0400 | |
commit | c69bea903e3e811e4ad3480597a1528a26cbf35e (patch) | |
tree | b12aa8384bef18aa48e8c98f4e607ecd6d15c3fb | |
parent | b6f957e116e9d2bf9147730a658fc519989a5592 (diff) |
Change to allow proper tagging like aai-resources
Issue-ID: AAI-2579
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
Change-Id: I6fe6c01e855afaff2e22c428ba0b25384a9b5983
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -385,7 +385,7 @@ limitations under the License. <version>1.0</version> <executions> <execution> - <phase>prepare-package</phase> + <phase>validate</phase> <goals> <goal>execute</goal> </goals> |