diff options
author | stark, steven <ss820f@att.com> | 2018-04-12 21:36:20 -0700 |
---|---|---|
committer | stark, steven <ss820f@att.com> | 2018-04-12 21:36:20 -0700 |
commit | bb0d361d12cb5fc41479dd110fb1292df7205e65 (patch) | |
tree | bb1ba6234c61c50be30413dbd599204724b94359 | |
parent | 7bb17f032ce32412b254dad8cb27833137eefe8c (diff) |
[VVP] fixing malformed pom from previous commit
previous commit had malformed pom in sonar job
Change-Id: I42124a901919e81961962de0b0891a95ebd6d731
Issue-ID: VVP-56
Signed-off-by: stark, steven <ss820f@att.com>
-rw-r--r-- | pom.xml | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -115,9 +115,10 @@ </executions> </plugin> <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>exec-maven-plugin</artifactId> - <version>1.2.1</version> + <groupId>org.codehaus.mojo</groupId> + <artifactId>exec-maven-plugin</artifactId> + <version>1.2.1</version> + <executions> <execution> <id>test script</id> <phase>test</phase> @@ -131,6 +132,7 @@ </arguments> </configuration> </execution> + </executions> </plugin> </plugins> </build> |