From dc194ae7160291008f1b18a90bed7058cc15b0af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=84=E5=8B=87?= Date: Sat, 28 Sep 2013 17:50:44 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90I=E3=80=911.=20=E4=BF=AE=E6=94=B9=20Ma?= =?UTF-8?q?ven=20=E9=85=8D=E7=BD=AE=EF=BC=8C=E9=BB=98=E8=AE=A4=E4=BD=BF?= =?UTF-8?q?=E7=94=A8=20Java=201.6=20=E8=BF=9B=E8=A1=8C=E7=BC=96=E8=AF=91?= =?UTF-8?q?=E3=80=822.=20=E5=9C=A8=20Git=20=E4=B8=AD=E5=BF=BD=E7=95=A5=20E?= =?UTF-8?q?clipse=20=E5=B7=A5=E7=A8=8B=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 10 +++++++++- pom.xml | 12 ++++++++++++ 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 7dbd896..352ba1e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,10 @@ +# Maven # target -*.iml \ No newline at end of file + +# IDEA # +*.iml + +# Eclipse # +.classpath +.project +.settings \ No newline at end of file diff --git a/pom.xml b/pom.xml index faaf1e3..1293ade 100644 --- a/pom.xml +++ b/pom.xml @@ -92,6 +92,18 @@ smart-framework + + + + org.apache.maven.plugins + maven-compiler-plugin + 2.5.1 + + 1.6 + 1.6 + + + -- GitLab