Tiago Fernandez
Tiago Fernandez

Reputation: 1473

Is there a good Rhino Javascript compiler available as Maven plug-in?

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

Upvotes: 4

Views: 1041

Answers (1)

John Paulett
John Paulett

Reputation: 15824

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.

Upvotes: 2

Related Questions