| | |
| | | <!-- Product information properties --> |
| | | <patchFixIds /> |
| | | <isDebugBuild>false</isDebugBuild> |
| | | <docHomepageUrl>http://opendj.forgerock.org/</docHomepageUrl> |
| | | <docWikiUrl>http://opendj.forgerock.org/docs.html</docWikiUrl> |
| | | <docGuideRefUrl>http://opendj.forgerock.org/opendj-server-legacy/doc/bootstrap/admin-guide/</docGuideRefUrl> |
| | | <docGuideAdminUrl>http://opendj.forgerock.org/opendj-server-legacy/doc/bootstrap/admin-guide/</docGuideAdminUrl> |
| | | |
| | | <!-- Other properties --> |
| | | <!-- Other properties --> |
| | | <maven.build.timestamp.format>yyyyMMdd</maven.build.timestamp.format> |
| | | |
| | | <!-- Additional OSGI import package for this module --> |
| | |
| | | </execution> |
| | | |
| | | <!-- Attach localized jars to this module --> |
| | | <execution> |
| | | <id>attach-localized-jars</id> |
| | | <phase>package</phase> |
| | | <goals> |
| | | <goal>attach-artifact</goal> |
| | | </goals> |
| | | <configuration> |
| | | <artifacts> |
| | | <artifact> |
| | | <file>${jars.dir}/opendj_ca_ES-${localized.jars.classifier}-ca_ES.jar</file> |
| | | <classifier>${localized.jars.classifier}-ca_ES</classifier> |
| | | </artifact> |
| | | <!-- <execution> --> |
| | | <!-- <id>attach-localized-jars</id> --> |
| | | <!-- <phase>package</phase> --> |
| | | <!-- <goals> --> |
| | | <!-- <goal>attach-artifact</goal> --> |
| | | <!-- </goals> --> |
| | | <!-- <configuration> --> |
| | | <!-- <artifacts> --> |
| | | <!-- <artifact> --> |
| | | <!-- <file>${jars.dir}/opendj-${localized.jars.classifier}-ca_ES.jar</file> --> |
| | | <!-- <classifier>_ca_ES</classifier> --> |
| | | <!-- </artifact> --> |
| | | |
| | | <artifact> |
| | | <file>${jars.dir}/opendj_de-${localized.jars.classifier}-de.jar</file> |
| | | <classifier>${localized.jars.classifier}-de</classifier> |
| | | </artifact> |
| | | <!-- <artifact> --> |
| | | <!-- <file>${jars.dir}/opendj-${localized.jars.classifier}-de.jar</file> --> |
| | | <!-- <classifier>${localized.jars.classifier}-de</classifier> --> |
| | | <!-- </artifact> --> |
| | | |
| | | <artifact> |
| | | <file>${jars.dir}/opendj_es-${localized.jars.classifier}-es.jar</file> |
| | | <classifier>${localized.jars.classifier}-es</classifier> |
| | | </artifact> |
| | | <!-- <artifact> --> |
| | | <!-- <file>${jars.dir}/opendj-${localized.jars.classifier}-es.jar</file> --> |
| | | <!-- <classifier>${localized.jars.classifier}-es</classifier> --> |
| | | <!-- </artifact> --> |
| | | |
| | | <artifact> |
| | | <file>${jars.dir}/opendj_fr-${localized.jars.classifier}-fr.jar</file> |
| | | <classifier>${localized.jars.classifier}-fr</classifier> |
| | | </artifact> |
| | | <!-- <artifact> --> |
| | | <!-- <file>${jars.dir}/opendj-${localized.jars.classifier}-fr.jar</file> --> |
| | | <!-- <classifier>${localized.jars.classifier}-fr</classifier> --> |
| | | <!-- </artifact> --> |
| | | |
| | | <artifact> |
| | | <file>${jars.dir}/opendj_ja-${localized.jars.classifier}-ja.jar</file> |
| | | <classifier>${localized.jars.classifier}-ja</classifier> |
| | | </artifact> |
| | | <!-- <artifact> --> |
| | | <!-- <file>${jars.dir}/opendj-${localized.jars.classifier}-ja.jar</file> --> |
| | | <!-- <classifier>${localized.jars.classifier}-ja</classifier> --> |
| | | <!-- </artifact> --> |
| | | |
| | | <artifact> |
| | | <file>${jars.dir}/opendj_ko-${localized.jars.classifier}-ko.jar</file> |
| | | <classifier>${localized.jars.classifier}-ko</classifier> |
| | | </artifact> |
| | | <!-- <artifact> --> |
| | | <!-- <file>${jars.dir}/opendj-${localized.jars.classifier}-ko.jar</file> --> |
| | | <!-- <classifier>${localized.jars.classifier}-ko</classifier> --> |
| | | <!-- </artifact> --> |
| | | |
| | | <artifact> |
| | | <file>${jars.dir}/opendj_pl-${localized.jars.classifier}-pl.jar</file> |
| | | <classifier>${localized.jars.classifier}-pl</classifier> |
| | | </artifact> |
| | | <!-- <artifact> --> |
| | | <!-- <file>${jars.dir}/opendj-${localized.jars.classifier}-pl.jar</file> --> |
| | | <!-- <classifier>${localized.jars.classifier}-pl</classifier> --> |
| | | <!-- </artifact> --> |
| | | |
| | | <artifact> |
| | | <file>${jars.dir}/opendj_zh_CN-${localized.jars.classifier}-zh_CN.jar</file> |
| | | <classifier>${localized.jars.classifier}-zh_CN</classifier> |
| | | </artifact> |
| | | <!-- <artifact> --> |
| | | <!-- <file>${jars.dir}/opendj-${localized.jars.classifier}-zh_CN.jar</file> --> |
| | | <!-- <classifier>${localized.jars.classifier}-zh_CN</classifier> --> |
| | | <!-- </artifact> --> |
| | | |
| | | <artifact> |
| | | <file>${jars.dir}/opendj_zh_TW-${localized.jars.classifier}-zh_TW.jar</file> |
| | | <classifier>${localized.jars.classifier}-zh_TW</classifier> |
| | | </artifact> |
| | | </artifacts> |
| | | </configuration> |
| | | </execution> |
| | | <!-- <artifact> --> |
| | | <!-- <file>${jars.dir}/opendj-${localized.jars.classifier}-zh_TW.jar</file> --> |
| | | <!-- <classifier>${localized.jars.classifier}-zh_TW</classifier> --> |
| | | <!-- </artifact> --> |
| | | <!-- </artifacts> --> |
| | | <!-- </configuration> --> |
| | | <!-- </execution> --> |
| | | </executions> |
| | | </plugin> |
| | | |
| | |
| | | <goal>jar</goal> |
| | | </goals> |
| | | <configuration> |
| | | <finalName>bootstrap</finalName> |
| | | <classifier>bootstrap</classifier> |
| | | <includes> |
| | | <include>nothing</include> |
| | |
| | | <goal>jar</goal> |
| | | </goals> |
| | | <configuration> |
| | | <finalName>bootstrap-client</finalName> |
| | | <classifier>bootstrap-client</classifier> |
| | | <includes> |
| | | <include>nothing</include> |
| | |
| | | <goal>jar</goal> |
| | | </goals> |
| | | <configuration> |
| | | <finalName>build-tools</finalName> |
| | | <classifier>build-tools</classifier> |
| | | <includes> |
| | | <include>**/messages/Severity.class</include> |
| | |
| | | <goal>jar</goal> |
| | | </goals> |
| | | <configuration> |
| | | <finalName>quicksetup</finalName> |
| | | <classifier>quicksetup</classifier> |
| | | <includes> |
| | | <include>**/quicksetup/**</include> |
| | |
| | | <goal>jar</goal> |
| | | </goals> |
| | | <configuration> |
| | | <finalName>opendj-slf4j-adapter</finalName> |
| | | <classifier>opendj-slf4j-adapter</classifier> |
| | | <classifier>slf4j-adapter</classifier> |
| | | <includes> |
| | | <include>**/org/slf4j/**</include> |
| | | <include>**/org/opends/server/loggers/slf4j/**</include> |
| | |
| | | <goal>jar</goal> |
| | | </goals> |
| | | <configuration> |
| | | <finalName>opendj-je-backend</finalName> |
| | | <classifier>opendj-je-backend</classifier> |
| | | <classifier>je-backend</classifier> |
| | | <includes> |
| | | <include>org/opends/server/backends/jeb/**</include> |
| | | <include>org/opends/server/replication/server/changelog/je/**</include> |
| | |
| | | <goal>jar</goal> |
| | | </goals> |
| | | <configuration> |
| | | <finalName>opendj_ca_ES</finalName> |
| | | <classifier>${localized.jars.classifier}-ca_ES</classifier> |
| | | <includes> |
| | | <include>**/*_ca_ES.properties</include> |
| | |
| | | <goal>jar</goal> |
| | | </goals> |
| | | <configuration> |
| | | <finalName>opendj_de</finalName> |
| | | <classifier>${localized.jars.classifier}-de</classifier> |
| | | <includes> |
| | | <include>**/*_de.properties</include> |
| | |
| | | <goal>jar</goal> |
| | | </goals> |
| | | <configuration> |
| | | <finalName>opendj_es</finalName> |
| | | <classifier>${localized.jars.classifier}-es</classifier> |
| | | <includes> |
| | | <include>**/*_es.properties</include> |
| | |
| | | <goal>jar</goal> |
| | | </goals> |
| | | <configuration> |
| | | <finalName>opendj_fr</finalName> |
| | | <classifier>${localized.jars.classifier}-fr</classifier> |
| | | <includes> |
| | | <include>**/*_fr.properties</include> |
| | |
| | | <goal>jar</goal> |
| | | </goals> |
| | | <configuration> |
| | | <finalName>opendj_ja</finalName> |
| | | <classifier>${localized.jars.classifier}-ja</classifier> |
| | | <includes> |
| | | <include>**/*_ja.properties</include> |
| | |
| | | <goal>jar</goal> |
| | | </goals> |
| | | <configuration> |
| | | <finalName>opendj_ko</finalName> |
| | | <classifier>${localized.jars.classifier}-ko</classifier> |
| | | <includes> |
| | | <include>**/*_ko.properties</include> |
| | |
| | | <goal>jar</goal> |
| | | </goals> |
| | | <configuration> |
| | | <finalName>opendj_pl</finalName> |
| | | <classifier>${localized.jars.classifier}-pl</classifier> |
| | | <includes> |
| | | <include>**/*_pl.properties</include> |
| | |
| | | <goal>jar</goal> |
| | | </goals> |
| | | <configuration> |
| | | <finalName>opendj_zh_CN</finalName> |
| | | <classifier>${localized.jars.classifier}-zh_CN</classifier> |
| | | <includes> |
| | | <include>**/*_zh_CN.properties</include> |
| | |
| | | <goal>jar</goal> |
| | | </goals> |
| | | <configuration> |
| | | <finalName>opendj_zh_TW</finalName> |
| | | <classifier>${localized.jars.classifier}-zh_TW</classifier> |
| | | <includes> |
| | | <include>**/*_zh_TW.properties</include> |