From 8aeaf6de5d0c3ba6f8338f4b11b3dbef155d9745 Mon Sep 17 00:00:00 2001 From: Xawirses Date: Tue, 7 Apr 2015 14:36:07 +0200 Subject: [PATCH] Add pom.xml for phase 4 --- phase0.sh | 10 ++++------ pom.xml | 28 ++++++++++++++++++++++++++++ 2 files changed, 32 insertions(+), 6 deletions(-) create mode 100644 pom.xml diff --git a/phase0.sh b/phase0.sh index 22edf09..e49a11c 100755 --- a/phase0.sh +++ b/phase0.sh @@ -1,6 +1,5 @@ #!/bin/bash - if [ -z $1 ] ; then echo "NOTICE : phase0.sh NbYear OutFiles" exit 1; @@ -9,11 +8,10 @@ else echo "NOTICE : phase0.sh NbYear OutFiles" exit 1; fi -fi - -if [ $(echo $1 | grep -v [a-Z] | wc -l) -eq 0 ]; then - echo "Erreur : arg \$1 non entier positif !" - exit 1 + if [ $(echo $1 | grep -v [a-Z] | wc -l) -eq 0 ]; then + echo "Erreur : arg \$1 non entier positif !" + exit 1 + fi fi TIME="$1 year ago" diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..d9a90dd --- /dev/null +++ b/pom.xml @@ -0,0 +1,28 @@ + + +4.0.0 + +fr.atewix +GitMining +1.0-SNAPSHOT +jar + +GitMining +https://github.com/Xawirses/GitMining + + + UTF-8 + 1.8 + 1.8 + + + + + junit + junit + 3.8.1 + test + + +