summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml18
1 files changed, 9 insertions, 9 deletions
diff --git a/pom.xml b/pom.xml
index ad3d5cb..d03a053 100644
--- a/pom.xml
+++ b/pom.xml
@@ -50,7 +50,7 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property.
<finalName>${project.artifactId}-${project.version}</finalName>
<pluginManagement>
<plugins>
- <!-- the following plugins are invoked from oparent, we do not need them -->
+ <!-- the following plugins are invoked from oparent, we do not need them
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
@@ -63,15 +63,15 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
- <!-- This version supports the "deployAtEnd" parameter -->
+ This version supports the "deployAtEnd" parameter
<version>2.8</version>
<configuration>
<skip>true</skip>
</configuration>
- </plugin>
+ </plugin> -->
<!-- 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 -->
+ the resources dir. we do not need it
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
@@ -79,8 +79,8 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property.
<configuration>
<skip>true</skip>
</configuration>
- </plugin>
- <!-- maven-compiler-plugin is called during "compile" phases by default behavior. we do not need it -->
+ </plugin> -->
+ <!-- maven-compiler-plugin is called during "compile" phases by default behavior. we do not need it
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
@@ -88,7 +88,7 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property.
<configuration>
<skip>true</skip>
</configuration>
- </plugin>
+ </plugin> -->
<!-- maven-jar-plugin is called during "compile" phase by default behavior. we do not need it -->
<!-- <plugin>
@@ -103,7 +103,7 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property.
</executions>
</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 -->
+ target dir to ~/.m2. we do not need it
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-install-plugin</artifactId>
@@ -111,7 +111,7 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property.
<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>