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

Bruno Lavit
26.33.2015 84d90a5d1ca31aee94bb50987be885a3def010c6
OPENDJ-2481 - Release engineering: add a property to include the FR binary license when we have to release the servlet + update the ressources to build the War file
1 files modified
9 ■■■■■ changed files
opendj-dsml-servlet/pom.xml 9 ●●●●● patch | view | raw | blame | history
opendj-dsml-servlet/pom.xml
@@ -39,6 +39,8 @@
    <packaging>war</packaging>
    <properties>
       <!-- Folder to store the ForgeRock binary license. The license url could be specified with the option -Dbinary.license.url on the maven command line -->
       <include.binary.license>${project.basedir}/legal-notices/</include.binary.license>
    </properties>
    <dependencies>
@@ -224,7 +226,7 @@
                <configuration>
                    <warName>${product.name}-${parsedVersion.majorVersion}.${parsedVersion.minorVersion}.${parsedVersion.incrementalVersion}-DSML</warName>
                    <webResources>
                        <!-- Include CDDLv1_0.txt and binary license file (if exists) -->
                        <!-- Include CDDLv1_0.txt -->
                        <resource>
                            <targetPath>WEB-INF/legal-notices</targetPath>
                            <directory>${basedir}/../legal-notices</directory>
@@ -233,13 +235,10 @@
                            </excludes>
                        </resource>
                        <!-- Include THIRDPARTYREADME.txt -->
                        <!-- Include THIRDPARTYREADME.txt and the FR binary license (if exists) -->
                        <resource>
                            <targetPath>WEB-INF/legal-notices</targetPath>
                            <directory>legal-notices</directory>
                            <includes>
                                <include>THIRDPARTYREADME.txt</include>
                            </includes>
                        </resource>
                        <!-- Add web and sun-web.xml -->