ludoch / appengine-maven-plugin

Automatically exported from code.google.com/p/appengine-maven-plugin
Apache License 2.0
0 stars 0 forks source link

Provide easy integration between project.version and appengine-web.xml #54

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Maven project version is dot based, e.g "1.6.1" , whereas appengine-web.xml is 
dash baseb, e.g. "1-6-1".

It prevents to do a simple filtering according to project.version on 
appengine-web.xml file.

somebody as created a plugin for that 
(https://github.com/pangratz/gaefriendly-version-maven-plugin) but it was never 
pushed on a maven repository.

The code is quite simple, so maybe you could integrate this functionnality into 
the official appengine-maven-plugin ?

Original issue reported on code.google.com by florian....@allocab.com on 13 May 2014 at 10:26