roycezhc / jsilver

Automatically exported from code.google.com/p/jsilver

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support Apache Maven build and deploy

GoogleCodeExporter opened this issue · comments

Deploying JSilver on Maven central repository would benefit not only the 
Doclava build/deploy but also all Apache Maven users that intend use JSilver as 
template engine in their project.

The attached patch contains the pom.xml (and trivial added LICENSE & NOTICE 
file) able to compile and generate the package in the same way the build.xml 
does.

Just a minor note: the sablecc plugin for Maven doesn't recognize .sablecc 
files, so I renamed it in .grammar and updated its reference in the build.xml.
The used guava dependency has been updated to r07 and included in the final jar 
artifact.

Feel free to ping me if something goes wrong.

Original issue reported on code.google.com by simone.t...@gmail.com on 13 Nov 2010 at 11:15

Attachments: