From ac66f424908140f167f2e0d597ae0220c4807a55 Mon Sep 17 00:00:00 2001 From: David Pilato Date: Sun, 26 Feb 2012 23:27:30 +0100 Subject: [PATCH 1/2] Update maven assembly plugin to latest version : 2.3 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 3e652958efe..07673f10279 100644 --- a/pom.xml +++ b/pom.xml @@ -124,7 +124,7 @@ maven-assembly-plugin - 2.2.2 + 2.3 false ${project.build.directory}/releases/ From 24980a14331a54ba46a28d14c0dacb6bd8b06ce3 Mon Sep 17 00:00:00 2001 From: David Pilato Date: Sun, 26 Feb 2012 23:28:35 +0100 Subject: [PATCH 2/2] Ignore eclipse files --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 06a1e6fedb6..e66bd3991bd 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,6 @@ /target .DS_Store *.iml +/.settings +/.project +/.classpath