Skip to content

Commit

Permalink
generate a changes.xml report
Browse files Browse the repository at this point in the history
  • Loading branch information
chenson42 committed Jan 23, 2008
1 parent def44bd commit bda71b1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 5 additions & 1 deletion symmetric/pom.xml
Expand Up @@ -247,7 +247,6 @@
</postProcess>
</configuration>
</execution>

<execution>
<id>build-singlehtml-doc</id>
<phase>pre-site</phase>
Expand Down Expand Up @@ -352,6 +351,11 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-changes-plugin</artifactId>
<configuration>
<issueLinkTemplate>
%URL%/index.php?func=detail&amp;group_id=206470&amp;atid=997727&amp;aid=%ISSUE%
</issueLinkTemplate>
</configuration>
<reportSets>
<reportSet>
<reports>
Expand Down
1 change: 1 addition & 0 deletions symmetric/src/site/site.xml
Expand Up @@ -29,6 +29,7 @@
<menu name="Documentation">
<item name="Getting Started" href="getting_started.html" />
<item name="JavaDoc" href="apidocs/index.html" />
<item name="Changes" href="/changes-report.html" />
<item name="Code Samples" href="/samples.html" />
</menu>

Expand Down

0 comments on commit bda71b1

Please sign in to comment.