mirror of
https://github.com/Eaglercraft-TeaVM-Fork/eagler-teavm.git
synced 2024-12-22 08:14:09 -08:00
Move tests module to profile
This commit is contained in:
parent
b52729a7c2
commit
a9035a25f0
11
pom.xml
11
pom.xml
|
@ -128,7 +128,6 @@
|
|||
<module>tools/chrome-rdp</module>
|
||||
<module>tools/junit</module>
|
||||
<module>tools/devserver</module>
|
||||
<module>tests</module>
|
||||
<module>extras-slf4j</module>
|
||||
<module>metaprogramming/impl</module>
|
||||
</modules>
|
||||
|
@ -398,6 +397,16 @@
|
|||
</modules>
|
||||
</profile>
|
||||
|
||||
<profile>
|
||||
<id>with-tests</id>
|
||||
<activation>
|
||||
<activeByDefault>true</activeByDefault>
|
||||
</activation>
|
||||
<modules>
|
||||
<module>tests</module>
|
||||
</modules>
|
||||
</profile>
|
||||
|
||||
<profile>
|
||||
<id>with-cli</id>
|
||||
<modules>
|
||||
|
|
Loading…
Reference in New Issue
Block a user