Updated Branches: refs/heads/master 17fb2c9e9 -> afe18ee61
o Cleanup site creation Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/1347e067 Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/1347e067 Diff: http://git-wip-us.apache.org/repos/asf/maven-surefire/diff/1347e067 Branch: refs/heads/master Commit: 1347e067134019c4308b792c24bd8688ccea1b61 Parents: 17fb2c9 Author: Andreas Gudian <[email protected]> Authored: Sun Jul 14 00:41:22 2013 +0200 Committer: Andreas Gudian <[email protected]> Committed: Sun Jul 14 00:41:22 2013 +0200 ---------------------------------------------------------------------- maven-failsafe-plugin/pom.xml | 2 +- maven-surefire-plugin/pom.xml | 14 -------------- 2 files changed, 1 insertion(+), 15 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/1347e067/maven-failsafe-plugin/pom.xml ---------------------------------------------------------------------- diff --git a/maven-failsafe-plugin/pom.xml b/maven-failsafe-plugin/pom.xml index e0ef61d..6efe665 100644 --- a/maven-failsafe-plugin/pom.xml +++ b/maven-failsafe-plugin/pom.xml @@ -164,7 +164,7 @@ <outputDirectory>${basedir}/../target/source-site</outputDirectory> <resources> <resource> - <directory>../src/site</directory> + <directory>${basedir}/../src/site</directory> <filtering>false</filtering> </resource> </resources> http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/1347e067/maven-surefire-plugin/pom.xml ---------------------------------------------------------------------- diff --git a/maven-surefire-plugin/pom.xml b/maven-surefire-plugin/pom.xml index 3f2c3e5..8f29469 100644 --- a/maven-surefire-plugin/pom.xml +++ b/maven-surefire-plugin/pom.xml @@ -118,20 +118,6 @@ </descriptors> </configuration> </execution> - <execution> - <id>site-site</id> - <phase>pre-site</phase> - <goals> - <goal>single</goal> - </goals> - <configuration> - <attach>true</attach> - <classifier>site-source</classifier> - <descriptors> - <descriptor>src/assembly/site-source.xml</descriptor> - </descriptors> - </configuration> - </execution> </executions> </plugin> </plugins>
