4

Commons JCI project doesn't seem to be maintained since a long time. Are there other options?

Tiago Fernandez
  • 1,453
  • 3
  • 19
  • 36

1 Answers1

2

Maven does allow you to use Ant tasks using the AntRun plugin. So you could use the Mozilla compiler through an Ant task, such as this one. Not pretty, but I bet it will work.

Community
  • 1
  • 1
John Paulett
  • 15,596
  • 4
  • 45
  • 38