By the way, for this example, the changes I made to
maven-source-plugin's POM to generate the report is:
<project>
[...]
<build>
<plugins>
<plugin>
<artifactId>maven-swizzle-plugin</artifactId>
<configuration>
<projectKey>MPSOURCE</projectKey>
<template>RELEASE</template>
<result>${basedir}/src/site/xdoc/release-report.xml</result>
<scmRevisionId>495351</scmRevisionId>
<docckPassed>true</docckPassed>
<docckResultDetails>docck-successful.txt</docckResultDetails>
<licenseCheckPassed>false</licenseCheckPassed>
<licenseCheckResultDetails>license-failed.txt</licenseCheckResultDetails>
</configuration>
</plugin>
</plugins>
</build>
<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-source-plugin</connection>
</scm>
<distributionManagement>
<downloadUrl>http://people.apache.org/repo/m2-snapshot-repository/org/apache/maven/plugins/maven-source-plugin/2.0.2-SNAPSHOT/</downloadUrl>
<site>
<url>http://maven.apache.org/plugins/maven-source-plugin/</url>
</site>
</distributionManagement>
</project>
On 1/12/07, John Tolentino <[EMAIL PROTECTED]> wrote:
Here's the example report:
http://people.apache.org/~jtolentino/staging_site/maven-swizzle-plugin/release-report.html
On 1/12/07, Mike Perham <[EMAIL PROTECTED]> wrote:
> John, can you give us a sample of what the final report looks like?
>
> On 1/11/07, John Tolentino <[EMAIL PROTECTED]> wrote:
> > Hi Everyone,
> >
> > You can now generate release reports using the maven-swizzle-plugin.
> > Here's the related documentation:
> >
> >
http://people.apache.org/~jtolentino/staging_site/maven-swizzle-plugin/examples/generating-release-report.html
> >
> > This is an implementation on what's discussed in this thread:
> >
> >
http://www.nabble.com/Feedback-Needed-on-Release-Reporting-Tool-tf2843851s177.html
> >
> > Thanks,
> > John
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]