summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormd_5 <git@md-5.net>2015-01-09 11:13:33 +1100
committermd_5 <git@md-5.net>2015-01-09 11:13:33 +1100
commit3c5131852e9b68b67b473ef9219ed73b12d10508 (patch)
tree200ff9a1a09d2d8a1a1e865416524700c7af75ca
parenta1ce1647aed9c3038289c0a1919fd564e42514ba (diff)
downloadcraftbukkit-3c5131852e9b68b67b473ef9219ed73b12d10508.tar
craftbukkit-3c5131852e9b68b67b473ef9219ed73b12d10508.tar.gz
craftbukkit-3c5131852e9b68b67b473ef9219ed73b12d10508.tar.lz
craftbukkit-3c5131852e9b68b67b473ef9219ed73b12d10508.tar.xz
craftbukkit-3c5131852e9b68b67b473ef9219ed73b12d10508.zip
Add ACC_SYNTHETIC back.
-rw-r--r--pom.xml15
1 files changed, 13 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index a0d4db62..34b539bb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,6 +20,13 @@
<maven.compiler.target>1.6</maven.compiler.target>
</properties>
+ <repositories>
+ <repository>
+ <id>sonatype-nexus-snapshots</id>
+ <url>https://oss.sonatype.org/content/repositories/snapshots</url>
+ </repository>
+ </repositories>
+
<dependencies>
<dependency>
<groupId>org.bukkit</groupId>
@@ -89,6 +96,10 @@
<id>spigotmc-public</id>
<url>https://hub.spigotmc.org/nexus/content/groups/public/</url>
</pluginRepository>
+ <pluginRepository>
+ <id>sonatype-nexus-snapshots</id>
+ <url>https://oss.sonatype.org/content/repositories/snapshots</url>
+ </pluginRepository>
</pluginRepositories>
<!-- This builds a completely 'ready to start' jar with all dependencies inside -->
@@ -224,7 +235,7 @@
<plugin>
<groupId>net.md-5</groupId>
<artifactId>specialsource-maven-plugin</artifactId>
- <version>1.0</version>
+ <version>1.1-SNAPSHOT</version>
<executions>
<execution>
<phase>package</phase>
@@ -233,7 +244,7 @@
</goals>
<configuration>
<srgIn>${project.basedir}/deprecation-mappings.csrg</srgIn>
- <remappedDependencies/>
+ <accessIn>${project.basedir}/deprecation-mappings.at</accessIn>
</configuration>
</execution>
</executions>