From ba430cab541a571676a824c0e6be21042f7a8efe Mon Sep 17 00:00:00 2001 From: albfernandez Date: Tue, 1 Mar 2016 21:21:22 +0100 Subject: [PATCH] Set maven info: project info, licenses, encoding --- pom.xml | 125 ++++++++++++++++++++++++++++++++++++++++++++++++++------ 1 file changed, 112 insertions(+), 13 deletions(-) diff --git a/pom.xml b/pom.xml index dbff628..b86d362 100644 --- a/pom.xml +++ b/pom.xml @@ -1,13 +1,112 @@ - - 4.0.0 - com.github.albfernandez - juniversalchardet - 1.0.3 - - - junit - junit - 4.12 - - - + + 4.0.0 + com.github.albfernandez + juniversalchardet + 1.0.3 + https://github.com/albfernandez/juniversalchardet + jar + juniversalchardet + Juniversalchardet is a Java port of "universalchardet",that is the encoding detector library of Mozilla.. + + + Mozilla Public License Version 1.1 + https://www.mozilla.org/en-US/MPL/1.1/ + + + GENERAL PUBLIC LICENSE, version 3 (GPL-3.0) + http://www.gnu.org/licenses/gpl.txt + + + GNU LESSER GENERAL PUBLIC LICENSE, version 3 (LGPL-3.0) + http://www.gnu.org/licenses/lgpl.txt + + + + + Alberto Fernández + infjaf@gmail.com + Alberto Fernández + https://github.com/albfernandez/ + + + + scm:git:git@github.com:albfernandez/juniversalchardet.git + scm:git:git@github.com:albfernandez/juniversalchardet.git + git@github.com:albfernandez/juniversalchardet.git + + + GitHub + https://github.com/albfernandez/juniversalchardet/issues + + + + UTF-8 + UTF-8 + + + + + + junit + junit + 4.12 + test + + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.3 + + 1.7 + 1.7 + + + + org.apache.maven.plugins + maven-jar-plugin + 2.6 + + + + true + true + + + + + + org.apache.maven.plugins + maven-source-plugin + 2.4 + + + attach-sources + + jar + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.10.3 + + + attach-javadocs + + jar + + + + + + + +