mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Gaetan Boismal
23.16.2015 1e62bcce71e1b04ac12ec4ba67a2fa1ec84cf67e
opendj-rest2ldap-servlet/pom.xml
@@ -78,15 +78,25 @@
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-war-plugin</artifactId>
        <configuration>
          <webResources>
          <webResources>
            <!-- Include CDDLv1_0.txt -->
            <resource>
              <targetPath>WEB-INF/legal-notices</targetPath>
              <directory>../legal-notices</directory>
              <excludes>
                <!-- The web-app does not include the documentation -->
                <exclude>CC-BY-NC-ND.txt</exclude>
              </excludes>
              <includes>
                <include>CDDLv1_0.txt</include>
              </includes>
            </resource>
            <!-- Include THIRDPARTYREADME.txt -->
            <resource>
              <targetPath>WEB-INF/legal-notices</targetPath>
              <directory>legal-notices</directory>
              <includes>
                <include>THIRDPARTYREADME.txt</include>
              </includes>
            </resource>
            <resource>
              <targetPath>/</targetPath>
              <directory>src/main/webapp/</directory>