summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLusheng Ji <lji@research.att.com>2017-10-09 22:21:47 +0000
committerLusheng Ji <lji@research.att.com>2017-10-09 22:21:57 +0000
commit3741e6c5297a15f08b2b280a8d947dcd5ea4fc61 (patch)
tree46f6fb7872edd94ef896758d78c968db77422101
parenta29682dee18132bbfd2f250645bef160660eebf8 (diff)
Test pom.xml
Issue-Id: DCAEGEN2-128 Change-Id: Ic9763ba4cbbfb75fed9ed580af714a202956c4cc Signed-off-by: Lusheng Ji <lji@research.att.com>
-rw-r--r--pom.xml20
1 files changed, 10 insertions, 10 deletions
diff --git a/pom.xml b/pom.xml
index 2c1f719d..cf819614 100644
--- a/pom.xml
+++ b/pom.xml
@@ -97,25 +97,25 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property.
<!-- first disable the default Java plugins at various stages -->
<!-- maven-resources-plugin is called during "*resource" phases by default behavior. it prepares
the resources dir. we do not need it -->
- <plugin>
+ <!--plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
<version>2.6</version>
<configuration>
<skip>true</skip>
</configuration>
- </plugin>
+ </plugin-->
<!-- maven-compiler-plugin is called during "compile" phases by default behavior. we do not need it -->
- <plugin>
+ <!--plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.1</version>
<configuration>
<skip>true</skip>
</configuration>
- </plugin>
+ </plugin-->
<!-- maven-jar-plugin is called during "compile" phase by default behavior. we do not need it -->
- <plugin>
+ <!--plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>2.4</version>
@@ -125,27 +125,27 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property.
<phase/>
</execution>
</executions>
- </plugin>
+ </plugin-->
<!-- maven-install-plugin is called during "install" phase by default behavior. it tries to copy stuff under
target dir to ~/.m2. we do not need it -->
- <plugin>
+ <!--plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-install-plugin</artifactId>
<version>2.4</version>
<configuration>
<skip>true</skip>
</configuration>
- </plugin>
+ </plugin-->
<!-- maven-surefire-plugin is called during "test" phase by default behavior. it triggers junit test.
we do not need it -->
- <plugin>
+ <!--plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.12.4</version>
<configuration>
<skipTests>true</skipTests>
</configuration>
- </plugin>
+ </plugin-->
<plugin>
<groupId>org.codehaus.mojo</groupId>