Replaced modern profile with recent

Going forward, the primary file uploaded to Bukkit will probably be the smaller build made with the `recent` profile, supporting only the last 2 versions. The uberjar created by the `all` will be provided as an additional download. OpenInv v3.1.3-SNAPSHOT `all` uberjar currently is 276KB. The `recent` jar is only 81KB. It's getting silly, and will only continue to get worse.
This commit is contained in:
Jikoo 2017-05-26 05:48:26 -04:00
parent 6744e71127
commit 9a53e46dd3
3 changed files with 526 additions and 528 deletions

View file

@ -18,19 +18,14 @@
<profile>
<id>latest</id>
<modules>
<module>v1_11_R1</module>
<module>v1_12_R1</module>
</modules>
</profile>
<profile>
<id>modern</id>
<id>recent</id>
<!-- The recent profile is for the most recent 2 versions. -->
<modules>
<module>v1_8_R1</module>
<module>v1_8_R2</module>
<module>v1_8_R3</module>
<module>v1_9_R1</module>
<module>v1_9_R2</module>
<module>v1_10_R1</module>
<module>v1_11_R1</module>
<module>v1_12_R1</module>
</modules>

View file

@ -51,10 +51,10 @@
</profile>
<profile>
<id>modern</id>
<id>recent</id>
<activation>
<property>
<name>modern</name>
<name>recent</name>
<value>true</value>
</property>
</activation>