summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormd_5 <git@md-5.net>2017-11-17 09:49:18 +1100
committermd_5 <git@md-5.net>2017-11-17 09:49:18 +1100
commitdceaeb8e5f0abe7095262066c2bd9837dbafe61e (patch)
tree92f48d53d8482fd28c066a50a6b386975cae70f4
parent4359dbee24e331f96bc7ff88ec25e2b74cfbaa7e (diff)
downloadbukkit-dceaeb8e5f0abe7095262066c2bd9837dbafe61e.tar
bukkit-dceaeb8e5f0abe7095262066c2bd9837dbafe61e.tar.gz
bukkit-dceaeb8e5f0abe7095262066c2bd9837dbafe61e.tar.lz
bukkit-dceaeb8e5f0abe7095262066c2bd9837dbafe61e.tar.xz
bukkit-dceaeb8e5f0abe7095262066c2bd9837dbafe61e.zip
Move animal-sniffer to development profile.
-rw-r--r--pom.xml50
1 files changed, 30 insertions, 20 deletions
diff --git a/pom.xml b/pom.xml
index 1193e5a8..27b500de 100644
--- a/pom.xml
+++ b/pom.xml
@@ -111,26 +111,6 @@
</dependencies>
</plugin>
<plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>animal-sniffer-maven-plugin</artifactId>
- <version>1.16</version>
- <executions>
- <execution>
- <phase>process-classes</phase>
- <goals>
- <goal>check</goal>
- </goals>
- </execution>
- </executions>
- <configuration>
- <signature>
- <groupId>org.codehaus.mojo.signature</groupId>
- <artifactId>java16</artifactId>
- <version>1.1</version>
- </signature>
- </configuration>
- </plugin>
- <plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.1.0</version>
@@ -149,4 +129,34 @@
</plugin>
</plugins>
</build>
+
+ <profiles>
+ <profile>
+ <id>development</id>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>animal-sniffer-maven-plugin</artifactId>
+ <version>1.16</version>
+ <executions>
+ <execution>
+ <phase>process-classes</phase>
+ <goals>
+ <goal>check</goal>
+ </goals>
+ </execution>
+ </executions>
+ <configuration>
+ <signature>
+ <groupId>org.codehaus.mojo.signature</groupId>
+ <artifactId>java16</artifactId>
+ <version>1.1</version>
+ </signature>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
+ </profiles>
</project>