Use property to skip deploy to eliminate warnings, update lombok

This commit is contained in:
md_5
2017-06-21 19:45:03 +10:00
parent 73a81ff243
commit 6958943123
4 changed files with 7 additions and 29 deletions

View File

@@ -18,6 +18,10 @@
<name>BungeeCord-Proxy</name>
<description>Proxy component of the Elastic Portal Suite</description>
<properties>
<maven.deploy.skip>true</maven.deploy.skip>
</properties>
<dependencies>
<dependency>
<groupId>com.flowpowered</groupId>
@@ -89,15 +93,5 @@
<filtering>true</filtering>
</resource>
</resources>
<plugins>
<plugin>
<!-- Don't deploy proxy to maven repo, only APIs -->
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
</plugins>
</build>
</project>