Greetings patient maven users!
I've pushed a snapshot into the sonatype repo for testing. For now I'm just using 1.0-SNAPSHOT for the version number. That will change in short order:
<dependency>
<groupId>com.google.javascript</groupId>
<artifactId>closure-compiler</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
A couple of notes:
- this uses the maven shade plugin to build Rhino and attach it to the main jar.
- I created a new artifact closure-compiler-externs instead of bundling it in the main jar.
- This should allow someone to override dependencies and pull in a newer/older version of externs.
- I think it would be useful to have a standardized way of js toolkits to publish their own externs to make this more flexible, but that's for the future.
- You can see the pom files for this version here:
Feedback welcome.
!
--