From 1b7d2609d85d7a0f853dffedb60a13b78e4b1570 Mon Sep 17 00:00:00 2001 From: Shinsuke Sugaya Date: Thu, 10 Jun 2021 12:09:15 +0900 Subject: [PATCH] add pom --- .gitignore | 7 ++ pom.xml | 201 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 208 insertions(+) create mode 100644 pom.xml diff --git a/.gitignore b/.gitignore index 0e13eeb..15bdc36 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,10 @@ buildNumber.properties .mvn/timing.properties # https://github.com/takari/maven-wrapper#usage-without-binary-jar .mvn/wrapper/maven-wrapper.jar +/.settings/ +.project +.classpath +*.iml +.idea +.DS_Store +.factorypath diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..427e9d2 --- /dev/null +++ b/pom.xml @@ -0,0 +1,201 @@ + + + 4.0.0 + org.codelibs.fess + fess-parent + 13.13.0-SNAPSHOT + pom + Fess + Fess is Full tExt Search System. + https://fess.codelibs.org/ + 2009 + + + The Apache Software License, Version 2.0 + https://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + + CodeLibs + https://fess.codelibs.org/ + + + scm:git:git@github.com:codelibs/fess-parent.git + scm:git:git@github.com:codelibs/fess-parent.git + https://github.com/codelibs/fess + + + org.sonatype.oss + oss-parent + 9 + + + + 1.2.4 + 1.2.0 + 0.8.3 + 0.7.3 + 0.5.4 + 0.6.4 + + + 3.13.0-SNAPSHOT + + + 7.13.0-SNAPSHOT + + + 0.13.0 + 0.13.0 + 0.13.0 + + + 9.0.44 + 0.7.7 + + + 1.6.6 + 9.1 + 1.15 + 1.4 + 2.8.0 + 3.12.0 + 0.5.4 + 1.2.4 + 1.38.1 + 1.31.4 + 3.0.7 + 30.1.1-jre + 4.2.0 + 68.2 + 2.12.2 + 1.2.2 + 2.6.0 + 1.3 + 3.0.2 + 2.14.1 + 8.1.0 + 4.9.1 + 1.7.30 + 1.26 + + + 0.9.1 + 4.13.2 + 5.7.0 + 5.7.0 + + + + + + maven-antrun-plugin + 3.0.0 + + + maven-assembly-plugin + 3.3.0 + + + maven-compiler-plugin + 3.8.1 + + + maven-dependency-plugin + 3.1.2 + + + maven-failsafe-plugin + 2.22.2 + + + maven-javadoc-plugin + 3.2.0 + + + maven-jxr-plugin + 3.0.0 + + + maven-resources-plugin + 3.2.0 + + + maven-source-plugin + 3.2.1 + + + maven-surefire-plugin + 2.22.2 + + + maven-war-plugin + 3.3.1 + + + com.mycila + license-maven-plugin + 4.0 + + + net.revelc.code.formatter + formatter-maven-plugin + 2.14.0 + + + net.alchim31.maven + yuicompressor-maven-plugin + 1.5.1 + + + org.dbflute + dbflute-maven-plugin + 1.1.0 + + + org.vafer + jdeb + 1.8 + + + org.codehaus.mojo + rpm-maven-plugin + 2.2.0 + + + + + + + codelibs.org + CodeLibs Repository + https://maven.codelibs.org/ + + + oss.sonatype.org + oss.sonatype.org + https://oss.sonatype.org/content/groups/public/ + + + + + codelibs.org + CodeLibs Repository + https://maven.codelibs.org/ + + + oss.sonatype.org + oss.sonatype.org + https://oss.sonatype.org/content/groups/public/ + + true + + + true + + + +