Closed GoogleCodeExporter closed 8 years ago
Why do you think it i a maven plugin issue and not either an appserver issue,
or an app issue using non permitted constructs?
Original comment by l...@google.com
on 7 Aug 2013 at 2:56
Ok, that is very odd. I studied the differences between your demo app in your
source tree and mine. I then added the <repository> that you have in your pom
and everything started working. I can no longer reproduce the issue.
Original comment by latch...@gmail.com
on 8 Aug 2013 at 5:56
Ok, I think I may have found the real issue...
<webResources>
<resource>
<directory>${basedir}/src/main/webapp/WEB-INF</directory>
<filtering>true</filtering>
<targetPath>WEB-INF</targetPath>
</resource>
</webResources>
I think the filtering was mucking with WEB-INF/classes which would explain the
crazy stack traces.
Sorry for the trouble.
Original comment by latch...@gmail.com
on 8 Aug 2013 at 6:10
Original comment by l...@google.com
on 14 Jun 2014 at 4:55
Original issue reported on code.google.com by
latch...@gmail.com
on 7 Aug 2013 at 5:05Attachments: