You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2008/11/17 23:57:58 UTC

svn commit: r718427 - in /maven/plugins/trunk/maven-changes-plugin: pom.xml src/site/site.xml

Author: olamy
Date: Mon Nov 17 14:57:57 2008
New Revision: 718427

URL: http://svn.apache.org/viewvc?rev=718427&view=rev
Log:
add a link to the schema file

Modified:
    maven/plugins/trunk/maven-changes-plugin/pom.xml
    maven/plugins/trunk/maven-changes-plugin/src/site/site.xml

Modified: maven/plugins/trunk/maven-changes-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-changes-plugin/pom.xml?rev=718427&r1=718426&r2=718427&view=diff
==============================================================================
--- maven/plugins/trunk/maven-changes-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-changes-plugin/pom.xml Mon Nov 17 14:57:57 2008
@@ -280,6 +280,9 @@
               <goal>xdoc</goal>
               <goal>xsd</goal>
             </goals>
+            <configuration>
+              <outputDirectory>${project.reporting.outputDirectory}/xsd</outputDirectory>
+            </configuration>            
           </execution>
           <execution>
             <id>standard</id>

Modified: maven/plugins/trunk/maven-changes-plugin/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-changes-plugin/src/site/site.xml?rev=718427&r1=718426&r2=718427&view=diff
==============================================================================
--- maven/plugins/trunk/maven-changes-plugin/src/site/site.xml (original)
+++ maven/plugins/trunk/maven-changes-plugin/src/site/site.xml Mon Nov 17 14:57:57 2008
@@ -29,6 +29,7 @@
     </menu>
     <menu name="Reference">
       <item name="changes.xml" href="changes.html"/>
+      <item name="changes.xsd" href="xsd/changes-1.0.0.xsd"/>
     </menu>
     <menu name="Samples">
       <item name="Sample Changes Report" href="changes-report.html"/>