commit 2ebac47e31cfff9900e85d15822d9a71505dd12b Author: Oliver Gierke Date: Thu Nov 27 12:36:10 2014 +0100 DATAKV-84 - Project setup. diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..47afec7 --- /dev/null +++ b/.gitignore @@ -0,0 +1,10 @@ +target/ +.settings/ +.project +.classpath +.springBeans +.DS_Store +*.iml +*.ipr +*.iws +/.idea/ diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..faa2c50 --- /dev/null +++ b/pom.xml @@ -0,0 +1,106 @@ + + + + 4.0.0 + + org.springframework.data + spring-data-keyvalue + 0.1.0.BUILD-SNAPSHOT + + Spring Data KeyValue + + + org.springframework.data.build + spring-data-parent + 1.6.0.BUILD-SNAPSHOT + ../spring-data-build/parent/pom.xml + + + + DATAKV + 1.10.0.BUILD-SNAPSHOT + + + + + + org.springframework.data + spring-data-commons + ${springdata.commons} + + + + + + + + + com.mysema.maven + apt-maven-plugin + ${apt} + + + generate-test-sources + + test-process + + + ${project.build.directory}/generated-sources/test-annotations + com.mysema.query.apt.QuerydslAnnotationProcessor + + + + + + + org.apache.maven.plugins + maven-enforcer-plugin + 1.3.1 + + + enforce-rules + + enforce + + + + + + + [1.8,1.9) + + + + + + + org.apache.maven.plugins + maven-assembly-plugin + + + org.codehaus.mojo + wagon-maven-plugin + + + org.asciidoctor + asciidoctor-maven-plugin + + + + + + + + spring-libs-snapshot + http://repo.spring.io/libs-snapshot + + + + + + spring-plugins-release + http://repo.spring.io/plugins-release + + + +