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:
27
pom.xml
27
pom.xml
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user