Skip to content

Commit

Permalink
CFID-217: Removed mvn license plugin and repo from pom.
Browse files Browse the repository at this point in the history
Change-Id: I43264ac66a7422bd5b660297fb99f3670e2d3626
  • Loading branch information
tekul committed Mar 28, 2012
1 parent 4606074 commit 7d6e5ed
Showing 1 changed file with 0 additions and 32 deletions.
32 changes: 0 additions & 32 deletions pom.xml
Expand Up @@ -67,27 +67,6 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>com.mycila.maven-license-plugin</groupId>
<artifactId>maven-license-plugin</artifactId>
<version>1.9.0</version>
<configuration>
<header>NOTICE.TXT</header>
<excludes>
<exclude>LICENSE.TXT</exclude>
<exclude>**/*.txt</exclude>
<exclude>**/*.css</exclude>
<exclude>**/*.js</exclude>
<exclude>gatling/src/main/resources/**</exclude>
<exclude>.idea/**</exclude>
</excludes>
<useDefaultExcludes>true</useDefaultExcludes>
<mapping>
<gemspec>SCRIPT_STYLE</gemspec>
</mapping>
<useDefaultMapping>true</useDefaultMapping>
</configuration>
</plugin>
</plugins>
<pluginManagement>
<plugins>
Expand Down Expand Up @@ -269,17 +248,6 @@
<id>atlassian</id>
<url>https://maven.atlassian.com/repository/public</url>
</pluginRepository>
<pluginRepository>
<id>mc-release</id>
<name>Local Maven repository of releases</name>
<url>http://mc-repo.googlecode.com/svn/maven2/releases</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
<releases>
<enabled>true</enabled>
</releases>
</pluginRepository>
</pluginRepositories>
<distributionManagement>
<repository>
Expand Down

0 comments on commit 7d6e5ed

Please sign in to comment.