faresd / appengine-maven-plugin

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

Appengine Maven Plugin - Endpoints Goal - Enable filtering on .discovery files #61

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create a Maven project with Google Endpoints goal generation
2. Using maven properties (${appengine.app.id}) in the appengine-web.xml
3. Generate the endpoints

What is the expected output? What do you see instead?
In the .discovery files, the maven property is not resolved: 
"protocol": "rest",
"baseUrl": "https://${appengine.app.id}.appspot.com/_ah/api/mystore/v1/",
"basePath": "/_ah/api/mystore/v1/",
"rootUrl": "https://${appengine.app.id}.appspot.com/_ah/api/",
"servicePath": "mystore/v1/",

What version of the product are you using? On what operating system?
- Eclipse Luna with Windows 8
- Java 7
- App Engine 1.9.17

Please provide any additional information below.

Hello, I gave you a small summary because you can find the full description in 
this question: 
http://stackoverflow.com/questions/27274142/appengine-maven-plugin-endpoints-goa
l-enable-filtering-on-discovery-files?noredirect=1#comment44096913_27274142

Original issue reported on code.google.com by nicola.s...@noovle.it on 9 Jan 2015 at 2:59