Thanks again Taylor,
I ended up using this plugins:
<plugin>
<groupId>net.kindleit</groupId>
<artifactId>maven-gae-plugin</artifactId>
<version>0.7.2</version>
<configuration>
<jvmFlags>
<jvmFlag>-javaagent:${env.JREBEL_HOME}
\jrebel.jar</jvmFlag>
<jvmFlag>-noverify</jvmFlag>
</jvmFlags>
</configuration>
<dependencies>
<dependency>
<groupId>net.kindleit</groupId>
<artifactId>gae-runtime</artifactId>
<version>1.3.8.1</version>
<type>pom</type>
</dependency>
</dependencies>
</plugin>
<plugin>
<groupId>org.zeroturnaround</groupId>
<artifactId>jrebel-maven-plugin</artifactId>
<version>1.0.7</version>
<executions>
<execution>
<id>generate-rebel-xml</id>
<phase>process-resources</phase>
<goals>
<goal>generate</goal>
</goals>
</execution>
</executions>
</plugin>
and so far it works great. Really a great piece of developer
productivity!
On Nov 23, 11:02 pm, Taylor Leese <
tlees...@gmail.com> wrote:
> Not required, but definitely convenient.
>
> On Tue, Nov 23, 2010 at 1:35 PM, Marcel Overdijk
> <
marceloverd...@gmail.com>wrote: