eagler-teavm-fork/teavm-maven
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
..
teavm-maven-plugin 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
teavm-maven-webapp Advance version to 0.4.0-SNAPSHOT 2015-06-30 13:00:35 +04:00
.gitignore Add maven archetype. Add XMLHttpRequest binding. Minor bugfixes 2014-09-25 23:54:13 +04:00
pom.xml Advance version to 0.4.0-SNAPSHOT 2015-06-30 13:00:35 +04:00