2
0
mirror of https://github.com/proxiodev/RedisBungee.git synced 2026-04-16 03:40:27 +00:00

Relicensing under the Eclipse Public License.

This commit is contained in:
Tux
2015-10-12 11:46:09 -04:00
parent cd3f5f1b7e
commit 87ab0e72fd
25 changed files with 199 additions and 646 deletions

27
pom.xml
View File

@@ -114,33 +114,6 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>com.mycila</groupId>
<artifactId>license-maven-plugin</artifactId>
<version>2.3</version>
<configuration>
<header>license-maven-friendly.txt</header>
<properties>
<owner>tuxed</owner>
<year>2013</year>
<email>write@imaginarycode.com</email>
</properties>
<excludes>
<exclude>README.md</exclude>
<exclude>LICENSE</exclude>
<exclude>.gitignore</exclude>
<exclude>src/test/resources/**</exclude>
<exclude>src/main/resources/**</exclude>
</excludes>
</configuration>
<executions>
<execution>
<goals>
<goal>check</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>