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.

Reply via email to