commit 9194e2cbbf979f4001996bb76d7bfaa4049d3b85 Author: geek Date: Wed Apr 5 18:47:58 2017 +0900 shared maven_parent project diff --git a/maven_parent.iml b/maven_parent.iml new file mode 100644 index 0000000..771ae00 --- /dev/null +++ b/maven_parent.iml @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/maven_parent_jar/maven_parent_jar.iml b/maven_parent_jar/maven_parent_jar.iml new file mode 100644 index 0000000..771ae00 --- /dev/null +++ b/maven_parent_jar/maven_parent_jar.iml @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/maven_parent_jar/pom.xml b/maven_parent_jar/pom.xml new file mode 100644 index 0000000..367223f --- /dev/null +++ b/maven_parent_jar/pom.xml @@ -0,0 +1,33 @@ + + + + 4.0.0 + + + com.loafle + maven_parent + 1.0.0-RELEASE + + + com.loafle + maven_parent_jar + 1.0.0-RELEASE + pom + + + + + + org.apache.maven.plugins + maven-jar-plugin + 3.0.2 + + + + + ${project.groupId}.${project.artifactId}-${project.version} + + + \ No newline at end of file diff --git a/maven_parent_web/maven_parent_web.iml b/maven_parent_web/maven_parent_web.iml new file mode 100644 index 0000000..771ae00 --- /dev/null +++ b/maven_parent_web/maven_parent_web.iml @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/maven_parent_web/pom.xml b/maven_parent_web/pom.xml new file mode 100644 index 0000000..ed780e9 --- /dev/null +++ b/maven_parent_web/pom.xml @@ -0,0 +1,34 @@ + + + 4.0.0 + + + com.loafle + maven_parent + 1.0.0-RELEASE + + + + com.loafle + maven_parent_web + 1.0.0-RELEASE + pom + + + + + + org.apache.maven.plugins + maven-war-plugin + 3.0.0 + + false + + + + + ${project.groupId}.${project.artifactId}-${project.version} + + \ No newline at end of file diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..7c5fb22 --- /dev/null +++ b/pom.xml @@ -0,0 +1,89 @@ + + + 4.0.0 + + com.loafle + maven_parent + 1.0.0-RELEASE + pom + + + + + maven_parent_jar + maven_parent_web + + + + UTF-8 + UTF-8 + 1.8 + 4.12 + 1.7.25 + 1.2.3 + + + + + + releases + project.release + https://www.loafle.net/nexus/repository/maven-releases/ + + + snapshots + project.snapshot + https://www.loafle.net/nexus/repository/maven-snapshots// + + + + + + + junit + junit + ${junit.version} + test + + + + org.slf4j + slf4j-api + ${slf4j.api.version} + + + + ch.qos.logback + logback-classic + ${logback.version} + + + org.slf4j + slf4j-api + + + runtime + + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.6.1 + + ${java.version} + ${java.version} + UTF-8 + + + + + + + + \ No newline at end of file