used the pdf report instead of a postgoal

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@390242 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
aheritier 2006-03-30 21:12:05 +00:00
parent 5f6e7a2d60
commit 5c6756c70e
2 changed files with 19 additions and 23 deletions

View File

@ -1,23 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
/*
* Copyright 2001-2005 The Apache Software Foundation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
-->
<project xmlns:j="jelly:core">
<postGoal name="site">
<attainGoal name="pdf"/>
</postGoal>
</project>

View File

@ -91,4 +91,23 @@
</properties>
</dependency>
</dependencies>
<reports>
<report>maven-changes-plugin</report>
<report>maven-changelog-plugin</report>
<report>maven-file-activity-plugin</report>
<report>maven-developer-activity-plugin</report>
<report>maven-tasklist-plugin</report>
<report>maven-javadoc-plugin</report>
<report>maven-jxr-plugin</report>
<report>maven-jira-plugin</report>
<report>maven-jdepend-plugin</report>
<report>maven-checkstyle-plugin</report>
<report>maven-junit-report-plugin</report>
<report>maven-pmd-plugin</report>
<report>maven-simian-plugin</report>
<report>maven-faq-plugin</report>
<report>maven-linkcheck-plugin</report>
<report>maven-license-plugin</report>
<report>maven-pdf-plugin</report>
</reports>
</project>