Skip to content

Commit

Permalink
Deactivate mycila license plugin.
Browse files Browse the repository at this point in the history
  • Loading branch information
danielgrigore committed Jan 18, 2017
1 parent e87e3fc commit 0717f87
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions pom.xml
Expand Up @@ -22,7 +22,7 @@
<commons-codec.version>1.9</commons-codec.version>
<commons-lang3.version>3.3.2</commons-lang3.version>
<commons-io.version>2.4</commons-io.version>

<!-- Deactivate checkstyle, findbugs, jacoco and pmd -->
<checkstyle.skip>true</checkstyle.skip>
<findbugs.skip>true</findbugs.skip>
Expand Down Expand Up @@ -78,7 +78,7 @@
</configuration>
</plugin>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<artifactId>maven-compiler-plugin</artifactId>
<inherited>true</inherited>
<configuration>
<encoding>UTF-8</encoding>
Expand All @@ -88,8 +88,15 @@
<maxmem>2024m</maxmem>
</configuration>
</plugin>


<plugin>
<artifactId>maven-license-plugin</artifactId>
<groupId>com.mycila.maven-license-plugin</groupId>
<executions>
<execution>
<phase>none</phase>
</execution>
</executions>
</plugin>
</plugins>
</build>

Expand Down

0 comments on commit 0717f87

Please sign in to comment.