diff options
author | shrikantawachar <shrikant.awachar@amdocs.com> | 2018-04-06 11:07:00 +0530 |
---|---|---|
committer | Oren Kleks <orenkle@amdocs.com> | 2018-04-08 10:00:21 +0000 |
commit | 9a699253cf15450615b3df93ed38a492cbd33d3f (patch) | |
tree | 0db77b316119894af608680e7263efbf215f20e1 /openecomp-be/tools/zusammen-tools/pom.xml | |
parent | 14345a8e2cb17d002bcea294130ac9fb64b6b83e (diff) |
Reducing onboarding backend maven build time
Reducing onboarding backend maven build time
Change-Id: I3fe5f8d6d9b21591018243d16809451c6b8c2d14
Issue-ID: SDC-1189
Signed-off-by: shrikantawachar <shrikant.awachar@amdocs.com>
Diffstat (limited to 'openecomp-be/tools/zusammen-tools/pom.xml')
-rw-r--r-- | openecomp-be/tools/zusammen-tools/pom.xml | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/openecomp-be/tools/zusammen-tools/pom.xml b/openecomp-be/tools/zusammen-tools/pom.xml index 1d7d66ed10..aef0eb73ad 100644 --- a/openecomp-be/tools/zusammen-tools/pom.xml +++ b/openecomp-be/tools/zusammen-tools/pom.xml @@ -82,20 +82,6 @@ <build> <plugins> - <!-- ================================================== --> - <!-- Set the JDK compiler version. --> - <!-- ================================================== --> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-compiler-plugin</artifactId> - <version>2.5.1</version> - <inherited>true</inherited> - <configuration> - <source>1.8</source> - <target>1.8</target> - </configuration> - </plugin> - <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>license-maven-plugin</artifactId> @@ -196,17 +182,6 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-surefire-plugin</artifactId> - <version>2.19.1</version> - <configuration> - <useSystemClassLoader>false</useSystemClassLoader> - <redirectTestOutputToFile>true</redirectTestOutputToFile> - </configuration> - </plugin> - - - <plugin> - <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-antrun-plugin</artifactId> <executions> <execution> |