[Git][ultreiaio/ird-t3][develop] use new java4all config lib + last pom
Tony CHEMIT pushed to branch develop at ultreiaio / ird-t3 Commits: cad84436 by Tony CHEMIT at 2018-04-14T22:45:35Z use new java4all config lib + last pom - - - - - 6 changed files: - pom.xml - t3-domain/pom.xml - t3-domain/src/main/java/fr/ird/t3/T3Config.java - t3-installer/pom.xml - t3-installer/src/main/java/fr/ird/t3/console/T3Console.java - t3-web/src/license/THIRD-PARTY.properties Changes: ===================================== pom.xml ===================================== --- a/pom.xml +++ b/pom.xml @@ -17,13 +17,14 @@ along with this program. If not, see <http://www.gnu.org/licenses />. #L% --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>io.ultreia.maven</groupId> <artifactId>pom</artifactId> - <version>2018.25</version> + <version>2018.29</version> </parent> <groupId>fr.ird.t3</groupId> @@ -283,13 +284,13 @@ <configuration> <!-- TODO chemit 2011-02-24 Change to 'target' when using ant-run 1.6 in mavenpom4labs... --> <tasks> - <echo message="Copy model to site" /> + <echo message="Copy model to site"/> <copy verbose="true" failonerror="false" overwrite="true" todir="${project.reporting.outputDirectory}/model"> <fileset dir="${basedir}/doc/modelisation/t3"> - <include name="**/*.png" /> + <include name="**/*.png"/> </fileset> <fileset dir="${basedir}/t3-domain/src/main/xmi"> - <include name="t3-persistence.zargo" /> + <include name="t3-persistence.zargo"/> </fileset> </copy> </tasks> @@ -366,7 +367,7 @@ <plugin> <groupId>io.ultreia.java4all.config</groupId> - <artifactId>nuiton-config-maven-plugin</artifactId> + <artifactId>config-maven-plugin</artifactId> <version>${lib.version.nuiton.config}</version> <inherited>false</inherited> <reportSets> @@ -476,8 +477,8 @@ <configuration> <!-- TODO chemit 2011-02-24 Change to 'target' when using ant-run 1.6 in mavenpom4labs... --> <tasks> - <echo message="Delete test data cache at ${test.cache.dir}" /> - <delete dir="${test.cache.dir}" /> + <echo message="Delete test data cache at ${test.cache.dir}"/> + <delete dir="${test.cache.dir}"/> </tasks> </configuration> <goals> @@ -506,8 +507,8 @@ <configuration> <!-- TODO chemit 2011-02-24 Change to 'target' when using ant-run 1.6 in mavenpom4labs... --> <tasks> - <echo message="Delete installer data cache at ${installer.cache.dir}" /> - <delete dir="${installer.cache.dir}" /> + <echo message="Delete installer data cache at ${installer.cache.dir}"/> + <delete dir="${installer.cache.dir}"/> </tasks> </configuration> <goals> @@ -521,12 +522,12 @@ </profile> <profile> - <id>load-test-data-found</id> - <activation> - <file> - <exists>../.mvn/cache/test</exists> - </file> - </activation> + <id>load-test-data-found</id> + <activation> + <file> + <exists>../.mvn/cache/test</exists> + </file> + </activation> <properties> <test.cache.skip>true</test.cache.skip> </properties> @@ -587,5 +588,6 @@ </plugins> </build> </profile> + </profiles> </project> ===================================== t3-domain/pom.xml ===================================== --- a/t3-domain/pom.xml +++ b/t3-domain/pom.xml @@ -70,7 +70,7 @@ <dependency> <groupId>io.ultreia.java4all.config</groupId> - <artifactId>nuiton-config</artifactId> + <artifactId>config-api</artifactId> </dependency> <dependency> ===================================== t3-domain/src/main/java/fr/ird/t3/T3Config.java ===================================== --- a/t3-domain/src/main/java/fr/ird/t3/T3Config.java +++ b/t3-domain/src/main/java/fr/ird/t3/T3Config.java @@ -23,12 +23,12 @@ package fr.ird.t3; import com.google.common.base.Charsets; import com.google.common.io.CharSource; import com.google.common.io.Resources; +import io.ultreia.java4all.config.ApplicationConfig; +import io.ultreia.java4all.config.ArgumentsParserException; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; import org.apache.log4j.LogManager; import org.apache.log4j.PropertyConfigurator; -import org.nuiton.config.ApplicationConfig; -import org.nuiton.config.ArgumentsParserException; import org.nuiton.util.FileUtil; import java.io.BufferedReader; ===================================== t3-installer/pom.xml ===================================== --- a/t3-installer/pom.xml +++ b/t3-installer/pom.xml @@ -54,7 +54,7 @@ <dependency> <groupId>io.ultreia.java4all.config</groupId> - <artifactId>nuiton-config</artifactId> + <artifactId>config-api</artifactId> </dependency> <dependency> ===================================== t3-installer/src/main/java/fr/ird/t3/console/T3Console.java ===================================== --- a/t3-installer/src/main/java/fr/ird/t3/console/T3Console.java +++ b/t3-installer/src/main/java/fr/ird/t3/console/T3Console.java @@ -23,7 +23,7 @@ package fr.ird.t3.console; import fr.ird.t3.T3Config; import fr.ird.t3.installer.T3InstallerConfig; -import org.nuiton.config.ApplicationConfig; +import io.ultreia.java4all.config.ApplicationConfig; import java.io.File; import java.util.Arrays; ===================================== t3-web/src/license/THIRD-PARTY.properties ===================================== --- a/t3-web/src/license/THIRD-PARTY.properties +++ b/t3-web/src/license/THIRD-PARTY.properties @@ -31,7 +31,6 @@ # Please fill the missing licenses for dependencies : # # -#Sun Feb 18 02:37:45 CET 2018 +#Sun Apr 15 00:37:39 CEST 2018 commons-primitives--commons-primitives--1.0=The Apache Software License, Version 2.0 dom4j--dom4j--1.6.1=BSD License -oro--oro--2.0.8=The Apache Software License, Version 2.0 View it on GitLab: https://gitlab.com/ultreiaio/ird-t3/commit/cad84436abdd0bc1b1527cb7d06a9ec41... --- View it on GitLab: https://gitlab.com/ultreiaio/ird-t3/commit/cad84436abdd0bc1b1527cb7d06a9ec41... You're receiving this email because of your account on gitlab.com.
participants (1)
-
Tony CHEMIT