I had assumed that it was need which is why i never committed it; so
if isn't needed cool, it should just be deleted.
Ate Douma wrote:
I beat you to it :)
It's already fixed in svn but my commit message(s) are still stuck in
the moderator queue.
Elliot Metsger wrote:
Elliot Metsger wrote:
Then - this is ugly (maven does get confused about a nested resource
in the pluto-container POM) - edit pluto-container/pom.xml:
<resources>
<resource>
<directory>src/main/resources</directory>
<filtering>true</filtering>
</resource>
<resource>
<directory>src/main/resources/META-INF</directory>
<targetPath>/META-INF</targetPath>
</resource>
</resources>
You have to comment out the second <resource>. Save the change.
Someone (me?) should figure out why maven complains about the nested
resource and either work around it by updating the POM or report the
bug... I'll try to get to it.