Open GoogleCodeExporter opened 8 years ago
Workaround :
Ok I found a workaround if I comment these lines out of the pom.xml it works.
<!-- AppEngine Testing Dependencies -->
<!--
<dependency>
<groupId>com.google.appengine</groupId>
<artifactId>appengine-testing</artifactId>
<version>${gae.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.appengine</groupId>
<artifactId>appengine-api-stubs</artifactId>
<version>${gae.version}</version>
<scope>test</scope>
</dependency>
-->
These are being copied to the target/<Project name>-<Version>/WEB-INF/lib and
should only (I think) be used when testing. I tried altering the Maven
configuration, but my Maven knowledge isn't that great so couldn't prevent them
from being copied. I will update the issue as a workaround but just wanted to
let you know what I found.
Original comment by drgenejones
on 10 Mar 2011 at 10:30
Original issue reported on code.google.com by
drgenejones
on 10 Mar 2011 at 7:07