diff --git a/pom.xml b/pom.xml index 8140859b6..4e2373333 100644 --- a/pom.xml +++ b/pom.xml @@ -7,6 +7,7 @@ Spring Data Commons Distribution 1.0.0.BUILD-SNAPSHOT pom + spring-data-commons-parent spring-data-commons-core @@ -67,6 +68,8 @@ s3 access key s3 secret key --> + src/main/javadoc + false @@ -87,24 +90,7 @@ - - - http://www.springsource.com/download/community - - spring-site - scp://static.springframework.org/var/www/domains/springframework.org/static/htdocs/spring-data/data-commons/docs/${project.version} - - - spring-milestone - Spring Milestone Repository - s3://maven.springframework.org/milestone - - - spring-snapshot - Spring Snapshot Repository - s3://maven.springframework.org/snapshot - - + @@ -260,11 +246,102 @@ + + + maven-javadoc-plugin + 2.7 + + true + true + true +
Spring Data Key-Value
+ 1.5 + protected + true + ${javadoc.loc} + ${javadoc.loc}/overview.html + ${javadoc.loc}/javadoc.css + true + + + + Spring Data Commons Core + org.springframework.data.commons.core* + + + Spring Data Commons Aspects + org.springframework.data.commons.aspects* + + + + http://static.springframework.org/spring/docs/3.0.x/javadoc-api + http://download.oracle.com/javase/6/docs/api/ + +
+
+ - + ${dist.finalName} +
+ + + + + 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 + + + + + repository.springframework.maven.release @@ -283,4 +360,23 @@ http://repository.springsource.com/maven/bundles/release + + + + http://www.springsource.com/download/community + + spring-site + scp://static.springframework.org/var/www/domains/springframework.org/static/htdocs/spring-data/data-commons/docs/${project.version} + + + spring-milestone + Spring Milestone Repository + s3://maven.springframework.org/milestone + + + spring-snapshot + Spring Snapshot Repository + s3://maven.springframework.org/snapshot + + \ No newline at end of file