mirror of
https://github.com/NoCheatPlus/NoCheatPlus.git
synced 2025-02-21 22:21:33 +01:00
Scrap activation for include/build.
This commit is contained in:
parent
671b628122
commit
04a751510f
@ -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>
|
||||
|
@ -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:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user