From 48466ed511348c6036b995fa5d68c4bb4d89648c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emmanuel=20Beno=C3=AEt?= Date: Sun, 13 Sep 2015 14:39:54 +0200 Subject: [PATCH] Created project --- .gitignore | 13 +++++ pom.xml | 141 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 154 insertions(+) create mode 100644 .gitignore create mode 100644 pom.xml diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..18f4cd9 --- /dev/null +++ b/.gitignore @@ -0,0 +1,13 @@ +/.metadata/* + +/**/.classpath +/**/.project +/**/.settings/ + +/**/log/ +/**/target/ +/**/*.log + +/**/.attach_pid* + +/**/pom.xml.versionsBackup diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..904c797 --- /dev/null +++ b/pom.xml @@ -0,0 +1,141 @@ + + 4.0.0 + + info.ebenoit + ebul-cmp + 0.0.1-SNAPSHOT + E.B.'s utility libraries - Components + https://github.com/tseeker/ebul-cmp + A lightweight component management and dependency injection library. + + + + GNU Lesser General Public License, version 3.0 + http://www.gnu.org/licenses/lgpl-3.0.en.html + repo + + + + + + Emmanuel BenoƮt + http://www.ebenoit.info + ebenoit@ebenoit.info + tseeker + + + + + https://github.com/tseeker/ebul-cmp + scm:git:git://github.com/tseeker/ebul-cmp.git + scm:git:git@github.com:tseeker/ebul-cmp + + + + https://github.com/tseeker/ebul-cmp/issues + GitHub Issues + + + + UTF-8 + github + + + + + info.ebenoit + ebul-func + 1.0 + + + info.ebenoit + ebul-reflection + 0.0.1-SNAPSHOT + + + + + + + + maven-compiler-plugin + 3.3 + + 1.8 + 1.8 + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.10.3 + + + + jar + + + + + + + org.apache.maven.plugins + maven-source-plugin + 2.4 + + + + jar + + + + + + + org.apache.maven.plugins + maven-site-plugin + 3.0 + + + + org.apache.maven.plugins + maven-project-info-reports-plugin + 2.2 + + true + true + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.7 + + + + + + + com.github.github + site-maven-plugin + 0.12 + + Creating site for ${project.version} + true + + + + + site + + site + + + + + + + +