Using less cryptic prefix for the teavm-maven-plugin

This commit is contained in:
Jaroslav Tulach 2015-10-11 14:25:25 +02:00
parent ce434fc4ea
commit 5ae39f6465

View File

@ -88,7 +88,7 @@
<version>3.3</version> <version>3.3</version>
<configuration> <configuration>
<skipErrorNoDescriptorsFound>true</skipErrorNoDescriptorsFound> <skipErrorNoDescriptorsFound>true</skipErrorNoDescriptorsFound>
<goalPrefix>mysql-jdbc-compliance</goalPrefix> <goalPrefix>teavm</goalPrefix>
</configuration> </configuration>
<executions> <executions>
<execution> <execution>