David: If the site is a maven-generated site, it is as easy as using the
changes-report goal in your pom. If not, you could still copy/paste the
generated document?
<reporting>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-changes-plugin</artifactId>
<reportSets>
<reportSet>
<reports>
<report>changes-report</report>
</reports>
</reportSet>
</reportSets>
</plugin>
</plugins>
</reporting>
On Mon, Aug 3, 2009 at 3:44 PM, David C. Hicks <[email protected]> wrote:
> Thanks for the tip, Ryan. I like the "announcement" feature.
> However, I'd really like to publish my release notes on the project web
> site. I'll keep digging. Maybe there's something in the Doxia (etc)
> area that will help me out.
>
> Thanks again,
> Dave
>
> Ryan Connolly wrote:
> > I use the maven-changes-plugin to manage release notes and to generate
> > text-only announcement emails. This may help:
> >
> > http://maven.apache.org/plugins/maven-changes-plugin/
> >
> >
> >
> > On Mon, Aug 3, 2009 at 12:01 PM, David C. Hicks <[email protected]>
> wrote:
> >
> >
> >> Pardon my ignorance, please. Is there a way to generate a nice looking
> >> text document out of an APT file? Surely, there's a plugin for doing
> that.
> >>
> >> I'd love to publish my release notes as part of my project site but
> >> still retain the ability to produce a text document (for those who just
> >> can't seem to break themselves away from the printer).
> >>
> >> Thanks!
> >> Dave
> >>
> >>
> >> ---------------------------------------------------------------------
> >> 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]
>
>
--
�...@n