| | |
| | | <configuration> |
| | | <artifacts> |
| | | <artifact> |
| | | <file>${jars.dir}/opendj_ca_ES.jar</file> |
| | | <file>${jars.dir}/opendj_ca_ES-${localized.jars.classifier}-ca_ES.jar</file> |
| | | <classifier>${localized.jars.classifier}-ca_ES</classifier> |
| | | </artifact> |
| | | |
| | | <artifact> |
| | | <file>${jars.dir}/opendj_de.jar</file> |
| | | <file>${jars.dir}/opendj_de-${localized.jars.classifier}-de.jar</file> |
| | | <classifier>${localized.jars.classifier}-de</classifier> |
| | | </artifact> |
| | | |
| | | <artifact> |
| | | <file>${jars.dir}/opendj_es.jar</file> |
| | | <file>${jars.dir}/opendj_es-${localized.jars.classifier}-es.jar</file> |
| | | <classifier>${localized.jars.classifier}-es</classifier> |
| | | </artifact> |
| | | |
| | | <artifact> |
| | | <file>${jars.dir}/opendj_fr.jar</file> |
| | | <file>${jars.dir}/opendj_fr-${localized.jars.classifier}-fr.jar</file> |
| | | <classifier>${localized.jars.classifier}-fr</classifier> |
| | | </artifact> |
| | | |
| | | <artifact> |
| | | <file>${jars.dir}/opendj_ja.jar</file> |
| | | <file>${jars.dir}/opendj_ja-${localized.jars.classifier}-ja.jar</file> |
| | | <classifier>${localized.jars.classifier}-ja</classifier> |
| | | </artifact> |
| | | |
| | | <artifact> |
| | | <file>${jars.dir}/opendj_ko.jar</file> |
| | | <file>${jars.dir}/opendj_ko-${localized.jars.classifier}-ko.jar</file> |
| | | <classifier>${localized.jars.classifier}-ko</classifier> |
| | | </artifact> |
| | | |
| | | <artifact> |
| | | <file>${jars.dir}/opendj_pl.jar</file> |
| | | <file>${jars.dir}/opendj_pl-${localized.jars.classifier}-pl.jar</file> |
| | | <classifier>${localized.jars.classifier}-pl</classifier> |
| | | </artifact> |
| | | |
| | | <artifact> |
| | | <file>${jars.dir}/opendj_zh_CN.jar</file> |
| | | <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_zh_TW.jar</file> |
| | | <file>${jars.dir}/opendj_zh_TW-${localized.jars.classifier}-zh_TW.jar</file> |
| | | <classifier>${localized.jars.classifier}-zh_TW</classifier> |
| | | </artifact> |
| | | </artifacts> |
| | |
| | | |
| | | <plugin> |
| | | <artifactId>maven-jar-plugin</artifactId> |
| | | <version>2.6</version> |
| | | <executions> |
| | | <!-- Package boostrap jar - contains only a manifest with classpath for the server --> |
| | | <execution> |
| | |
| | | </goals> |
| | | <configuration> |
| | | <finalName>bootstrap</finalName> |
| | | <classifier>bootstrap</classifier> |
| | | <includes> |
| | | <include>nothing</include> |
| | | </includes> |
| | |
| | | </goals> |
| | | <configuration> |
| | | <finalName>bootstrap-client</finalName> |
| | | <classifier>bootstrap-client</classifier> |
| | | <includes> |
| | | <include>nothing</include> |
| | | </includes> |
| | |
| | | </goals> |
| | | <configuration> |
| | | <finalName>build-tools</finalName> |
| | | <classifier>build-tools</classifier> |
| | | <includes> |
| | | <include>**/messages/Severity.class</include> |
| | | <include>**/messages/Category.class</include> |
| | |
| | | </goals> |
| | | <configuration> |
| | | <finalName>quicksetup</finalName> |
| | | <classifier>quicksetup</classifier> |
| | | <includes> |
| | | <include>**/quicksetup/**</include> |
| | | <include>**/org/opends/admin/ads/*</include> |
| | |
| | | </goals> |
| | | <configuration> |
| | | <finalName>opendj-slf4j-adapter</finalName> |
| | | <classifier>opendj-slf4j-adapter</classifier> |
| | | <includes> |
| | | <include>**/org/slf4j/**</include> |
| | | <include>**/org/opends/server/loggers/slf4j/**</include> |
| | |
| | | </goals> |
| | | <configuration> |
| | | <finalName>opendj-je-backend</finalName> |
| | | <classifier>opendj-je-backend</classifier> |
| | | <includes> |
| | | <include>org/opends/server/backends/jeb/**</include> |
| | | <include>org/opends/server/replication/server/changelog/je/**</include> |
| | |
| | | </goals> |
| | | <configuration> |
| | | <finalName>opendj_ca_ES</finalName> |
| | | <classifier>${localized.jars.classifier}-ca_ES</classifier> |
| | | <includes> |
| | | <include>**/*_ca_ES.properties</include> |
| | | </includes> |
| | |
| | | </goals> |
| | | <configuration> |
| | | <finalName>opendj_de</finalName> |
| | | <classifier>${localized.jars.classifier}-de</classifier> |
| | | <includes> |
| | | <include>**/*_de.properties</include> |
| | | </includes> |
| | |
| | | </goals> |
| | | <configuration> |
| | | <finalName>opendj_es</finalName> |
| | | <classifier>${localized.jars.classifier}-es</classifier> |
| | | <includes> |
| | | <include>**/*_es.properties</include> |
| | | </includes> |
| | |
| | | </goals> |
| | | <configuration> |
| | | <finalName>opendj_fr</finalName> |
| | | <classifier>${localized.jars.classifier}-fr</classifier> |
| | | <includes> |
| | | <include>**/*_fr.properties</include> |
| | | </includes> |
| | |
| | | </goals> |
| | | <configuration> |
| | | <finalName>opendj_ja</finalName> |
| | | <classifier>${localized.jars.classifier}-ja</classifier> |
| | | <includes> |
| | | <include>**/*_ja.properties</include> |
| | | </includes> |
| | |
| | | </goals> |
| | | <configuration> |
| | | <finalName>opendj_ko</finalName> |
| | | <classifier>${localized.jars.classifier}-ko</classifier> |
| | | <includes> |
| | | <include>**/*_ko.properties</include> |
| | | </includes> |
| | |
| | | </goals> |
| | | <configuration> |
| | | <finalName>opendj_pl</finalName> |
| | | <classifier>${localized.jars.classifier}-pl</classifier> |
| | | <includes> |
| | | <include>**/*_pl.properties</include> |
| | | </includes> |
| | |
| | | </goals> |
| | | <configuration> |
| | | <finalName>opendj_zh_CN</finalName> |
| | | <classifier>${localized.jars.classifier}-zh_CN</classifier> |
| | | <includes> |
| | | <include>**/*_zh_CN.properties</include> |
| | | </includes> |
| | |
| | | </goals> |
| | | <configuration> |
| | | <finalName>opendj_zh_TW</finalName> |
| | | <classifier>${localized.jars.classifier}-zh_TW</classifier> |
| | | <includes> |
| | | <include>**/*_zh_TW.properties</include> |
| | | </includes> |