eagler-teavm-fork/teavm-maven/teavm-maven-plugin
Jaroslav Tulach ad7f30a0de One can customize the compilation scope in pom.xml. As such following snipet in pom will include compile & runtime dependencies in the compilation:
<compileScopes>
  <compileScope>compile</compileScope>
  <compileScope>runtime</compileScope>
</compileScopes>
2015-08-13 00:36:15 +02:00
..
src One can customize the compilation scope in pom.xml. As such following snipet in pom will include compile & runtime dependencies in the compilation: 2015-08-13 00:36:15 +02:00
.factorypath Further improvements in emit API 2015-07-24 17:50:58 +03:00
.gitignore Add maven archetype. Add XMLHttpRequest binding. Minor bugfixes 2014-09-25 23:54:13 +04:00
pom.xml Remove unnecessary plugin executions 2015-07-26 23:14:08 +03:00