Subversion Repositories SmartDukaan

Rev

Rev 2699 | Rev 3004 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2699 Rev 2871
Line 142... Line 142...
142
            </exclusions>
142
            </exclusions>
143
        </dependency>
143
        </dependency>
144
	</dependencies>
144
	</dependencies>
145
 
145
 
146
	<build>
146
	<build>
-
 
147
	    <filters>
-
 
148
          <filter>src/main/filters/${env}/filters.properties</filter>
-
 
149
        </filters>
-
 
150
        <resources>
-
 
151
          <resource>
-
 
152
            <directory>src/main/resources</directory>
-
 
153
            <filtering>true</filtering>
-
 
154
          </resource>
-
 
155
        </resources>
147
		<plugins>
156
		<plugins>
148
			<!--
157
			<!--
149
				This plug-in "enhances" your domain model objects (i.e. makes them
158
				This plug-in "enhances" your domain model objects (i.e. makes them
150
				persistent for datanucleus)
159
				persistent for datanucleus)
151
			-->
160
			-->
Line 224... Line 233...
224
			-->
233
			-->
225
			<plugin>
234
			<plugin>
226
				<groupId>net.kindleit</groupId>
235
				<groupId>net.kindleit</groupId>
227
				<artifactId>maven-gae-plugin</artifactId>
236
				<artifactId>maven-gae-plugin</artifactId>
228
				<version>0.8.4</version>
237
				<version>0.8.4</version>
-
 
238
                                <configuration>
-
 
239
                                    <serverId>appengine.google.com</serverId>
-
 
240
                                </configuration>
-
 
241
 
229
        <dependencies>
242
        <dependencies>
230
          <dependency>
243
          <dependency>
231
            <groupId>net.kindleit</groupId>
244
            <groupId>net.kindleit</groupId>
232
            <artifactId>gae-runtime</artifactId>
245
            <artifactId>gae-runtime</artifactId>
233
            <version>${gae.version}</version>
246
            <version>${gae.version}</version>
Line 284... Line 297...
284
			Upload to http://test.latest.<applicationName>.appspot.com by default
297
			Upload to http://test.latest.<applicationName>.appspot.com by default
285
		-->
298
		-->
286
		<gae.application.version>test</gae.application.version>
299
		<gae.application.version>test</gae.application.version>
287
 
300
 
288
        <datanucleus.version>1.1.5</datanucleus.version>
301
        <datanucleus.version>1.1.5</datanucleus.version>
-
 
302
        <env>dev</env>
289
	</properties>
303
	</properties>
290
 
304
 
291
	<profiles>
305
	<profiles>
292
		<!--
306
		<!--
293
			We can configure our integration server to activate this profile and
307
			We can configure our integration server to activate this profile and