diff --git a/README.md b/README.md index 8b313173e..78a0a3eaa 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ As the name implies, the **Key Value** modules provides integration with key val Getting Help ------------ -Read the main project [website](http://www.springsource.org/spring-data)) and the [User Guide](http://static.springsource.org/spring-data/datastore-keyvalue/snapshot-site/reference/html/). Look at the source code and the [JavaDocs](http://static.springsource.org/spring-data/data-keyvalue/snapshot-site/spring-data-redis/apidocs/). For more detailed questions, use the [forum](http://forum.springsource.org/forumdisplay.php?f=80). If you are new to Spring as well as to Spring Data, look for information about [Spring projects](http://www.springsource.org/projects). +Read the main project [website](http://www.springsource.org/spring-data)) and the [User Guide](http://static.springsource.org/spring-data/datastore-keyvalue/snapshot-site/reference/html/). Look at the source code and the [JavaDocs](http://static.springsource.org/spring-data/data-keyvalue/snapshot-site/apidocs/). For more detailed questions, use the [forum](http://forum.springsource.org/forumdisplay.php?f=80). If you are new to Spring as well as to Spring Data, look for information about [Spring projects](http://www.springsource.org/projects). Quick Start ----------- @@ -21,11 +21,10 @@ For those in a hurry: org.springframework.data - spring-data-keyvalue + spring-data-redis 1.0.0-BUILD-SNAPSHOT - spring-maven-snapshot true diff --git a/pom.xml b/pom.xml index 08e26217c..d2f348cce 100644 --- a/pom.xml +++ b/pom.xml @@ -10,6 +10,7 @@ src/main/javadoc + false @@ -19,6 +20,83 @@ spring-data-riak + + SpringSource + http://www.SpringSource.org + + + + + mpollack + Mark Pollack + mpollack at vmware.com + SpringSource + http://www.SpringSource.com + + Project Admin + Developer + + -5 + + + cleau + Costin Leau + cleau at vmware.com + SpringSource + http://www.SpringSource.com + + Developer + + +2 + + + + + + Apache License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0 + + Copyright 2010 the original author or authors. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied. + See the License for the specific language governing permissions and + limitations under the License. + + + + + + JIRA + + http://jira.springframework.org/browse/DATAKV + + + + + bamboo + http://build.springframework.org/browse/DATAKV + + + + + scm:git:git://github.com/SpringSource/spring-data-keyvalue.git + + + scm:git:git@github.com:SpringSource/spring-data-keyvalue.git + + http://fisheye.springsource.org/browse/datakv + + + 2010 @@ -157,31 +235,17 @@ ${dist.finalName} - --> - - maven-source-plugin - - - attach-sources - pre-site - - jar - - - - + + --> + + + + + + maven-javadoc-plugin 2.7 - - - aggregate - pre-site - - aggregate - - - true true @@ -197,7 +261,7 @@ Spring Data Key Value Core - org.springframework.data.keyvalue.core* + org.springframework.data.keyvalue* Spring Data Redis Support @@ -213,10 +277,61 @@ http://download.oracle.com/javase/6/docs/api/ - - - + + + maven-source-plugin + + + + org.codehaus.mojo + jxr-maven-plugin + + + + + + + org.codehaus.mojo + findbugs-maven-plugin + 2.3.1 + + + Normal + Default + + ${findbugs.skip} + + + + + + + + org.codehaus.mojo + jdepend-maven-plugin + + + org.apache.maven.plugins + maven-pmd-plugin + + + org.apache.maven.plugins + maven-surefire-report-plugin + 2.6 + + true + + + + + http://www.springsource.com/spring-data diff --git a/spring-data-keyvalue-parent/pom.xml b/spring-data-keyvalue-parent/pom.xml index d8383cff0..c5aebe162 100644 --- a/spring-data-keyvalue-parent/pom.xml +++ b/spring-data-keyvalue-parent/pom.xml @@ -35,61 +35,8 @@ ../src/main/javadoc - - SpringSource - http://www.SpringSource.org - - - - mpollack - Mark Pollack - mpollack at vmware.com - SpringSource - http://www.SpringSource.com - - Project Admin - Developer - - -5 - - - cleau - Costin Leau - cleau at vmware.com - SpringSource - http://www.SpringSource.com - - Developer - - +2 - - - - - - Apache License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0 - - Copyright 2010 the original author or authors. - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied. - See the License for the specific language governing permissions and - limitations under the License. - - - - strict