This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository jtimer. See http://git.chorem.org/jtimer.git commit 2ef4274acb96e5b3cc76efea8a6db22bb2e23425 Author: Tony CHEMIT <chemit@codelutin.com> Date: Mon Oct 27 10:29:16 2014 +0100 fixes #1128: Migrates to git --- .gitignore | 3 +++ pom.xml | 10 ++++++++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 233f4da..5fb0960 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,9 @@ *.ipr *.iws *.iml +*.log +*~ +/*/*~ atlassian-ide-plugin.xml target/* */target/* diff --git a/pom.xml b/pom.xml index 3c44a8a..28cad95 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.nuiton</groupId> - <artifactId>codelutinpom</artifactId> + <artifactId>chorempom</artifactId> <version>1.5</version> </parent> @@ -175,7 +175,7 @@ <groupId>org.codehaus.mojo</groupId> <artifactId>webstart-maven-plugin</artifactId> <configuration> - + <codebase>https://jtimer.chorem.org/v/latest/jnlp</codebase> <libPath>lib</libPath> <makeArchive>false</makeArchive> <!--<verbose>true</verbose>--> @@ -362,6 +362,12 @@ <artifactId>commons-httpclient</artifactId> <version>3.1</version> <scope>runtime</scope> + <exclusions> + <exclusion> + <groupId>commons-codec</groupId> + <artifactId>commons-codec</artifactId> + </exclusion> + </exclusions> </dependency> <!-- tests dependencies --> -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.