mirror of
https://github.com/Eaglercraft-TeaVM-Fork/eagler-teavm.git
synced 2024-12-23 08:34:11 -08:00
18 lines
473 B
XML
18 lines
473 B
XML
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<actions>
|
||
|
<action>
|
||
|
<actionName>build</actionName>
|
||
|
<packagings>
|
||
|
<packaging>*</packaging>
|
||
|
</packagings>
|
||
|
<goals>
|
||
|
<goal>install</goal>
|
||
|
</goals>
|
||
|
<properties>
|
||
|
<skipTests>true</skipTests>
|
||
|
<jpda.listen>maven</jpda.listen>
|
||
|
|
||
|
</properties>
|
||
|
</action>
|
||
|
</actions>
|