From cf0c40b895402dd82ece55cbd41f54347764f4be Mon Sep 17 00:00:00 2001 From: Steven Smith Date: Mon, 20 Jul 2015 11:02:11 -0700 Subject: [PATCH] General cleanup, fixes, and re-versioning. --- .gitignore | 5 +-- LICENSE.txt | 2 +- README.md | 23 +++---------- pom.xml | 95 +++++++++++++++++++++++++++++++++++++++-------------- 4 files changed, 79 insertions(+), 46 deletions(-) diff --git a/.gitignore b/.gitignore index 13f6839..91cac5b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,12 +1,13 @@ bin lib +target +testing .settings .classpath .project +.directory *.iml .idea -target - diff --git a/LICENSE.txt b/LICENSE.txt index 4137cf4..11f68ce 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,4 +1,4 @@ -Copyright (C) 2013-2014 Steveice10 +Copyright (C) 2013-2015 Steveice10 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: diff --git a/README.md b/README.md index bd045ad..41345f0 100644 --- a/README.md +++ b/README.md @@ -1,23 +1,10 @@ -

OpenNBT

-============== - - - -About OpenNBT --------------- - +# OpenNBT OpenNBT is a library for reading and writing NBT files, with some extra custom tags added to allow the storage of more data types. - -Building the Source --------------- - +## Building the Source OpenNBT uses Maven to manage dependencies. Simply run 'mvn clean install' in the source's directory. -Snapshots (if any exist) can be downloaded [here](http://repo.spacehq.org/content/repositories/snapshots/org/spacehq/opennbt). -Releases (if any exist) can be downloaded [here](http://repo.spacehq.org/content/repositories/release/org/spacehq/opennbt). +Builds can be downloaded **[here](http://build.spacehq.org/job/OpenNBT)**. -License --------------- - -OpenNBT is licensed under the [MIT license](http://www.opensource.org/licenses/mit-license.html). +## License +OpenNBT is licensed under the **[MIT license](http://www.opensource.org/licenses/mit-license.html)**. diff --git a/pom.xml b/pom.xml index e9ac7bd..01afe15 100644 --- a/pom.xml +++ b/pom.xml @@ -1,15 +1,26 @@ + 4.0.0 org.spacehq opennbt - 1.4 + 1.0 jar OpenNBT A library for reading and writing NBT files, written in Java. http://github.com/Steveice10/OpenNBT/ + + scm:git:git@github.com:Steveice10/OpenNBT.git + scm:git:git@github.com:Steveice10/OpenNBT.git + http://github.com/Steveice10/OpenNBT/ + + + + UTF-8 + + MIT @@ -18,25 +29,6 @@ - - scm:git:git@github.com:Steveice10/OpenNBT.git - scm:git:git@github.com:Steveice10/OpenNBT.git - http://github.com/Steveice10/OpenNBT/ - - - - - spacehq - spacehq-releases - http://repo.spacehq.org/content/repositories/release/ - - - spacehq - spacehq-snapshots - http://repo.spacehq.org/content/repositories/snapshots/ - - - steveice10 @@ -45,9 +37,32 @@ - - UTF-8 - + + + spacehq + spacehq-releases + http://repo.spacehq.org/content/repositories/releases/ + + + spacehq + spacehq-snapshots + http://repo.spacehq.org/content/repositories/snapshots/ + + + + + + spacehq-releases + http://repo.spacehq.org/content/repositories/releases/ + + + spacehq-snapshots + http://repo.spacehq.org/content/repositories/snapshots/ + + + + + clean install @@ -56,12 +71,42 @@ org.apache.maven.plugins maven-compiler-plugin - 2.3.2 + 2.5.1 + + 1.6 + 1.6 + org.apache.maven.plugins maven-jar-plugin - 2.3.2 + 2.6 + + + org.apache.maven.plugins + maven-shade-plugin + 2.4.1 + + + package + + shade + + + + + ${project.build.directory}/dependency-reduced-pom.xml + + + *:* + + META-INF/*.SF + META-INF/*.DSA + META-INF/*.RSA + + + +