summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorstark, steven <ss820f@att.com>2018-04-12 21:36:20 -0700
committerstark, steven <ss820f@att.com>2018-04-12 21:36:20 -0700
commitbb0d361d12cb5fc41479dd110fb1292df7205e65 (patch)
treebb1ba6234c61c50be30413dbd599204724b94359
parent7bb17f032ce32412b254dad8cb27833137eefe8c (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.xml8
1 files changed, 5 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index 92d3680..9f45b44 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>