> To fix this, we could deploy the cup jar, adding sources, which would add a bit of noise to the repo, but, while looking around, I found that someone else has written a cup maven plugin, which actually looks quite nice:
>
> https://github.com/vbmacher/cup-maven-plugin
After playing a bit with it, it is not quite as nice as I had thought. Many things that work by default with out plugin have to be manually added and it doesn’t seem to be able to deal with empty package names, which the examples use.
What does look feasible and relatively easy though, is using the packaged com.github.vbmacher java_cup and javap_cup_runtime jars on maven central. That at leat would remove the need to do this part ourselves.
If there are no objections, I’ll try that.
Cheers,
Gerwin
|