This is an automated email from the ASF dual-hosted git repository. hboutemy pushed a commit to annotated tag maven-site-plugin-2.4 in repository https://gitbox.apache.org/repos/asf/maven-site-plugin.git
commit 53a8aec17a6f474ebd9e03fc2d4ab632be4382c2 Author: Olivier Lamy <[email protected]> AuthorDate: Wed Feb 29 08:25:24 2012 +0000 add back javancss-maven-plugin to see logs on jenkins asf git-svn-id: https://svn.apache.org/repos/asf/maven/plugins/branches/maven-site-plugin-2.x@1295008 13f79535-47bb-0310-9956-ffa450edef68 --- src/it/MSITE-507/pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/it/MSITE-507/pom.xml b/src/it/MSITE-507/pom.xml index bf2486e..5e47f7f 100644 --- a/src/it/MSITE-507/pom.xml +++ b/src/it/MSITE-507/pom.xml @@ -458,6 +458,13 @@ <artifactId>maven-project-info-reports-plugin</artifactId> <version>2.2</version> </plugin> + + <plugin> + <groupId>org.codehaus.mojo</groupId> + <artifactId>javancss-maven-plugin</artifactId> + <version>2.0</version> + </plugin> + <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jxr-plugin</artifactId> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
