diff --git a/.mvn/wrapper/maven-wrapper.jar b/maven/.mvn/wrapper/maven-wrapper.jar similarity index 100% rename from .mvn/wrapper/maven-wrapper.jar rename to maven/.mvn/wrapper/maven-wrapper.jar diff --git a/.mvn/wrapper/maven-wrapper.properties b/maven/.mvn/wrapper/maven-wrapper.properties similarity index 100% rename from .mvn/wrapper/maven-wrapper.properties rename to maven/.mvn/wrapper/maven-wrapper.properties diff --git a/mvnw b/maven/mvnw similarity index 100% rename from mvnw rename to maven/mvnw diff --git a/mvnw.cmd b/maven/mvnw.cmd similarity index 100% rename from mvnw.cmd rename to maven/mvnw.cmd diff --git a/maven/pom.xml b/maven/pom.xml new file mode 100644 index 00000000..79043e5b --- /dev/null +++ b/maven/pom.xml @@ -0,0 +1,129 @@ + + + + 4.0.0 + + + org.springframework.data.build + spring-data-parent + 2.7.3-SNAPSHOT + + + org.springframework.data + spring-data-geode-parent + 2.8.0-SNAPSHOT + pom + + Spring Data for Apache Geode Parent + Spring Data for Apache Geode Parent Maven POM + https://projects.spring.io/spring-data-geode/ + + + Pivotal Software, Inc. + https://www.spring.io + + + + + jblum + John Blum + Pivotal + https://www.pivotal.io + + Lead Developer + + + + + + spring-data-geode + spring-data-geode-distribution + + + + spring.data.geode + 1.8 + 2.7.7 + 1.9.1 + 1.1.1 + 2.18.0 + 1.01 + 0.4 + 2.7.3-SNAPSHOT + 1.2.0.RELEASE + + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + + + org.apache.geode:geode-gfsh + + false + + https://geode.apache.org/releases/latest/javadoc/ + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + + **/*Tests.java + **/*Test.java + + false + + ${basedir}/src/test/resources/java-util-logging.properties + true + error + apache-geode + + + + + + + + + + + spring-libs-snapshot + https://repo.spring.io/libs-snapshot + + + + geode-snapshot + Apache Geode Snapshots + https://maven.apachegeode-ci.info/snapshots + + true + + + true + + + + + + + + + + spring-plugins-release + https://repo.spring.io/plugins-release + + + + diff --git a/settings.xml b/maven/settings.xml similarity index 100% rename from settings.xml rename to maven/settings.xml diff --git a/spring-data-geode-distribution/pom.xml b/maven/spring-data-geode-distribution/pom.xml similarity index 100% rename from spring-data-geode-distribution/pom.xml rename to maven/spring-data-geode-distribution/pom.xml diff --git a/spring-data-geode/pom.xml b/maven/spring-data-geode/pom.xml similarity index 100% rename from spring-data-geode/pom.xml rename to maven/spring-data-geode/pom.xml