This is an automated email from the ASF dual-hosted git repository. billblough pushed a commit to branch transport in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-transports.git
commit 414ae4f169169727df04e0cc27916858f2dcc081 Author: Ruwan Linton <ru...@apache.org> AuthorDate: Wed Nov 18 11:30:39 2009 +0000 Fixing the site for the transports release --- 1.0.0/modules/parent/pom.xml | 6 ++++++ 1.0.0/pom.xml | 13 ------------- 2 files changed, 6 insertions(+), 13 deletions(-) diff --git a/1.0.0/modules/parent/pom.xml b/1.0.0/modules/parent/pom.xml index bc65984..cb0fede 100644 --- a/1.0.0/modules/parent/pom.xml +++ b/1.0.0/modules/parent/pom.xml @@ -364,6 +364,12 @@ <plugins> <plugin> <artifactId>maven-project-info-reports-plugin</artifactId> + <version>2.1.1</version> + <configuration> + <!-- These features are disabled since they cause "mvn site" to hang --> + <dependencyLocationsEnabled>false</dependencyLocationsEnabled> + <dependencyDetailsEnabled>false</dependencyDetailsEnabled> + </configuration> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> diff --git a/1.0.0/pom.xml b/1.0.0/pom.xml index 76a0ece..5cda0dd 100644 --- a/1.0.0/pom.xml +++ b/1.0.0/pom.xml @@ -283,17 +283,4 @@ </plugin> </plugins> </build> - <reporting> - <plugins> - <plugin> - <artifactId>maven-project-info-reports-plugin</artifactId> - <version>2.1.1</version> - <configuration> - <!-- These features are disabled since they cause "mvn site" to hang --> - <dependencyLocationsEnabled>false</dependencyLocationsEnabled> - <dependencyDetailsEnabled>false</dependencyDetailsEnabled> - </configuration> - </plugin> - </plugins> - </reporting> </project>