Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Removes org.codehaus.mojo:license-maven-plugin. While the codehaus
plugin supports creating LICENSE.txt file (at the root of every module) in
addition to source headers, the source headers are littered with process
tags by default: http://mojo.codehaus.org/license-maven-plugin/header.html
  • Loading branch information
Edwin Shin committed Jun 26, 2013
1 parent 529e963 commit d1daf2b
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions pom.xml
Expand Up @@ -686,18 +686,6 @@
<artifactId>maven-enunciate-cxf-plugin</artifactId>
<version>1.26.2</version>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>license-maven-plugin</artifactId>
<version>1.5</version>
<configuration>
<licenseName>apache_v2</licenseName>
<roots>
<root>src/main/java</root>
<root>src/test/java</root>
</roots>
</configuration>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
Expand Down Expand Up @@ -905,10 +893,6 @@
<jacoco-agent.destFile>${project.basedir}/target/jacoco-it.exec</jacoco-agent.destFile>
</configuration>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>license-maven-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
Expand Down

0 comments on commit d1daf2b

Please sign in to comment.