Repository: maven-indexer Updated Branches: refs/heads/master b071123fa -> 7d1e7da3c
site configuration simplification Project: http://git-wip-us.apache.org/repos/asf/maven-indexer/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-indexer/commit/7d1e7da3 Tree: http://git-wip-us.apache.org/repos/asf/maven-indexer/tree/7d1e7da3 Diff: http://git-wip-us.apache.org/repos/asf/maven-indexer/diff/7d1e7da3 Branch: refs/heads/master Commit: 7d1e7da3c2534daf9f29a36f15007dbd841c642f Parents: b071123 Author: Hervé Boutemy <[email protected]> Authored: Sun Jun 29 09:29:25 2014 +0200 Committer: Hervé Boutemy <[email protected]> Committed: Sun Jun 29 09:29:25 2014 +0200 ---------------------------------------------------------------------- pom.xml | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/maven-indexer/blob/7d1e7da3/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index d6a64d1..f05e41d 100644 --- a/pom.xml +++ b/pom.xml @@ -479,11 +479,7 @@ under the License. <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-scm-publish-plugin</artifactId> - <version>1.0</version> - <configuration> - <checkoutDirectory>${maven.site.cache}/${maven.site.path}</checkoutDirectory> - <tryUpdate>true</tryUpdate> - </configuration> + <version>1.1</version> </plugin> <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself. --> @@ -500,16 +496,7 @@ under the License. <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-project-info-reports-plugin</artifactId> - <version>2.7</version> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> - <version>2.9.1</version> - <configuration> - <notimestamp>true</notimestamp> - </configuration> <reportSets> <reportSet> <inherited>false</inherited>
