|
27 | 27 | <parent> |
28 | 28 | <groupId>com.google.appengine</groupId> |
29 | 29 | <artifactId>applications</artifactId> |
30 | | - <version>2.0.5-SNAPSHOT</version> |
| 30 | + <version>2.0.6-SNAPSHOT</version> |
31 | 31 | </parent> |
32 | 32 |
|
33 | 33 | <prerequisites> |
34 | 34 | <maven>3.1.0</maven> |
35 | 35 | </prerequisites> |
36 | 36 |
|
37 | 37 | <properties> |
38 | | - <maven.deploy.skip>true</maven.deploy.skip> |
39 | | - <appengine.runtime.version>${project.version}</appengine.runtime.version> |
40 | | - <appengine.runtime.location>target/${project.artifactId}-${project.version}</appengine.runtime.location> |
| 38 | + <maven.deploy.skip>true</maven.deploy.skip> |
41 | 39 | <!--INSTANCE_CONNECTION_NAME>ludo-in-in:us-central1:mysql-instance</INSTANCE_CONNECTION_NAME--> |
42 | 40 | <MYSQL_DB_DATABASE>mysql-database</MYSQL_DB_DATABASE> |
43 | 41 | <MYSQL_DATABASE_NAME>mysql-instance</MYSQL_DATABASE_NAME> |
|
55 | 53 | <groupId>com.google.appengine</groupId> |
56 | 54 | <artifactId>appengine-api-1.0-sdk</artifactId> |
57 | 55 | </dependency> |
58 | | - <dependency> |
59 | | - <groupId>com.google.appengine</groupId> |
60 | | - <artifactId>runtime-deployment</artifactId> |
61 | | - <version>${appengine.runtime.version}</version> |
62 | | - <type>zip</type> |
63 | | - </dependency> |
64 | 56 | <dependency> |
65 | 57 | <groupId>jstl</groupId> |
66 | 58 | <artifactId>jstl</artifactId> |
|
208 | 200 | <goal>rename</goal> |
209 | 201 | </goals> |
210 | 202 | <configuration> |
211 | | - <fileSets> |
| 203 | + <fileSets> |
212 | 204 | <fileSet> |
213 | | - <sourceFile>${appengine.runtime.location}/WEB-INF/lib/runtime-impl-${appengine.runtime.version}.jar</sourceFile> |
| 205 | + <sourceFile>../../runtime/deployment/target/runtime-deployment-${project.version}/runtime-impl.jar</sourceFile> |
214 | 206 | <destinationFile>${appengine.runtime.location}/runtime-impl.jar</destinationFile> |
215 | 207 | </fileSet> |
216 | 208 | <fileSet> |
217 | | - <sourceFile>${appengine.runtime.location}/WEB-INF/lib/runtime-shared-${appengine.runtime.version}.jar</sourceFile> |
| 209 | + <sourceFile>../../runtime/deployment/target/runtime-deployment-${project.version}/runtime-shared.jar</sourceFile> |
218 | 210 | <destinationFile>${appengine.runtime.location}/runtime-shared.jar</destinationFile> |
219 | 211 | </fileSet> |
220 | 212 | <fileSet> |
221 | | - <sourceFile>${appengine.runtime.location}/WEB-INF/lib/runtime-main-${appengine.runtime.version}.jar</sourceFile> |
| 213 | + <sourceFile>../../runtime/deployment/target/runtime-deployment-${project.version}/runtime-main.jar</sourceFile> |
222 | 214 | <destinationFile>${appengine.runtime.location}/runtime-main.jar</destinationFile> |
223 | 215 | </fileSet> |
224 | 216 | </fileSets> |
|
0 commit comments