Scrap activation for include/build.

This commit is contained in:
asofold 2018-01-10 02:32:00 +01:00
parent 671b628122
commit 04a751510f
2 changed files with 5 additions and 10 deletions

View File

@ -67,7 +67,7 @@ For the plugin/artifact version see the NoCheatPlus module.</description>
<groupId>fr.neatmonster</groupId>
<artifactId>ncpcompatnonfreejar</artifactId>
<version>1.2-SNAPSHOT</version>
<!-- <scope>compile</scope> -->
<scope>compile</scope>
<type>jar</type>
</dependency>
</dependencies>
@ -75,17 +75,12 @@ For the plugin/artifact version see the NoCheatPlus module.</description>
<profile>
<id>nonfree_include</id>
<activation>
<property>
<name>!no_nonfree</name>
</property>
</activation>
<dependencies>
<dependency>
<groupId>fr.neatmonster</groupId>
<artifactId>ncpcompatnonfreejar</artifactId>
<version>1.2-SNAPSHOT</version>
<!-- <scope>compile</scope> -->
<scope>compile</scope>
<type>jar</type>
</dependency>
</dependencies>

View File

@ -34,9 +34,9 @@ Options and profiles related to enabling/disabling including/building "non free"
| Profile | Parameter | Description |
| :------------------ | :-------------- | :-------------- |
| _none_ | _none_ | The "non free" modules are included via a pre-built jar file from the repository. |
| -P nonfree_build | _none_ | Enable building "non free" compatibility modules. The NCPCompatNonFree jar file is built/installed/(deployed). |
| _none_ | -Dno_nonfree | The "non free" modules are neither built, nor included via a pre-built jar file. |
| `-P nonfree_include` | _none_ | The "non free" modules are included via a pre-built jar file from the repository. |
| `-P nonfree_build` | _none_ | Enable building "non free" compatibility modules. The NCPCompatNonFree jar file is built/installed/(deployed). |
| _none_ | _none_ | The "non free" modules are neither built, nor included via a pre-built jar file. |
Profiles for choice of "non free" compatibility modules to build: