From fb1e77720e3977a1e6de22d3ca973d09f4869708 Mon Sep 17 00:00:00 2001 From: Luke Spragg Date: Sun, 26 Jan 2014 17:43:48 -0500 Subject: [PATCH] Combine repo locations, and update gitignore and gitattributes --- .gitattributes | 3 ++- .gitignore | 10 ++++++++++ pom.xml | 16 ++++------------ 3 files changed, 16 insertions(+), 13 deletions(-) diff --git a/.gitattributes b/.gitattributes index 5e90407..95ff090 100644 --- a/.gitattributes +++ b/.gitattributes @@ -5,11 +5,12 @@ # Binary files that should not be modified *.dat binary *.db binary +*.gif binary *.icns binary *.ico binary -*.key binary *.jks binary *.jpg binary +*.key binary *.png binary *.ttf binary *.wav binary diff --git a/.gitignore b/.gitignore index e895fab..2740337 100644 --- a/.gitignore +++ b/.gitignore @@ -10,6 +10,7 @@ build dist lib out +run target *.com *.class @@ -28,10 +29,13 @@ target ############ *.7z *.dmg +*.ear *.gz *.iso +*.jar *.rar *.tar +*.war *.zip # Repository # @@ -46,6 +50,7 @@ target # Misc # ######## *.bak +*.tmp # System # ########## @@ -55,7 +60,9 @@ Thumbs.db # Project # ########### +.buildpath .classpath +.cproject .externalToolBuilders .gradle .idea @@ -68,3 +75,6 @@ nb-configuration.xml *.iml *.ipr *.iws +*.launch +*.pydevproject + diff --git a/pom.xml b/pom.xml index 4ea0a31..ee88c3c 100644 --- a/pom.xml +++ b/pom.xml @@ -82,12 +82,8 @@ - sonatype-nexus-releases - https://oss.sonatype.org/content/repositories/releases - - - sonatype-nexus-snapshots - https://oss.sonatype.org/content/repositories/snapshots + sonatype-nexus + https://oss.sonatype.org/content/repositories/public true always @@ -98,12 +94,8 @@ - sonatype-nexus-releases - https://oss.sonatype.org/content/repositories/releases - - - sonatype-nexus-snapshots - https://oss.sonatype.org/content/repositories/snapshots + sonatype-nexus + https://oss.sonatype.org/content/repositories/public true always