Author: brett Date: Tue Mar 21 23:07:44 2006 New Revision: 387765 URL: http://svn.apache.org/viewcvs?rev=387765&view=rev Log: set default xref location
Modified: maven/plugins/trunk/maven-checkstyle-plugin/src/main/java/org/apache/maven/plugin/checkstyle/CheckstyleReport.java Modified: maven/plugins/trunk/maven-checkstyle-plugin/src/main/java/org/apache/maven/plugin/checkstyle/CheckstyleReport.java URL: http://svn.apache.org/viewcvs/maven/plugins/trunk/maven-checkstyle-plugin/src/main/java/org/apache/maven/plugin/checkstyle/CheckstyleReport.java?rev=387765&r1=387764&r2=387765&view=diff ============================================================================== --- maven/plugins/trunk/maven-checkstyle-plugin/src/main/java/org/apache/maven/plugin/checkstyle/CheckstyleReport.java (original) +++ maven/plugins/trunk/maven-checkstyle-plugin/src/main/java/org/apache/maven/plugin/checkstyle/CheckstyleReport.java Tue Mar 21 23:07:44 2006 @@ -379,7 +379,7 @@ /** * Location of the Xrefs to link to. - * @parameter + * @parameter default-value="${project.build.directory}/site/xref" */ private String xrefLocation;