I would think you would want version 3.0 of the site plugin... Ralph
On Tue, Oct 18, 2011 at 9:21 AM, added by portage for gitosis-gentoo < [email protected]> wrote: > This is an automated email from the git hooks/post-receive script. It was > generated because a ref change was pushed to the repository containing > the project "Logback: the generic, reliable, fast and flexible logging > framework.". > > The branch, master has been updated > via 30b71451468825c5b8fa9b5e7f46038680424a7f (commit) > from e24e157ca58854e2ca14fac4c04eda212aec350f (commit) > > Those revisions listed above that are new to this repository have > not appeared on any other notification email; so we list those > revisions in full, below. > > - Log ----------------------------------------------------------------- > > http://git.qos.ch/gitweb/?p=logback.git;a=commit;h=30b71451468825c5b8fa9b5e7f46038680424a7f > > http://github.com/ceki/logback/commit/30b71451468825c5b8fa9b5e7f46038680424a7f > > commit 30b71451468825c5b8fa9b5e7f46038680424a7f > Author: Ceki Gulcu <[email protected]> > Date: Tue Oct 18 18:21:04 2011 +0200 > > ongoing clean up for maven 3 > > diff --git a/pom.xml b/pom.xml > index b50a269..a98e3eb 100755 > --- a/pom.xml > +++ b/pom.xml > @@ -207,6 +207,7 @@ > <plugin> > <groupId>org.apache.maven.plugins</groupId> > <artifactId>maven-compiler-plugin</artifactId> > + <version>2.3.2</version> > <configuration> > <source>1.5</source> > <target>1.5</target> > @@ -215,6 +216,7 @@ > <plugin> > <groupId>org.apache.maven.plugins</groupId> > <artifactId>maven-source-plugin</artifactId> > + <version>2.1.2</version> > <executions> > <execution> > <phase>package</phase> > @@ -280,6 +282,7 @@ > <plugin> > <groupId>org.apache.maven.plugins</groupId> > <artifactId>maven-site-plugin</artifactId> > + <version>2.0.1</version> > <configuration> > <excludeModules>fml</excludeModules> > <excludeModules>apt</excludeModules> > @@ -289,6 +292,7 @@ > <plugin> > <groupId>org.apache.maven.plugins</groupId> > <artifactId>maven-jxr-plugin</artifactId> > + <version>2.3</version> > <configuration> > <aggregate>true</aggregate> > <javadocDir>target/site/apidocs/</javadocDir> > @@ -297,9 +301,7 @@ > </plugin> > <plugin> > <groupId>org.apache.maven.plugins</groupId> > - <artifactId> > - maven-project-info-reports-plugin > - </artifactId> > + <artifactId>maven-project-info-reports-plugin</artifactId> > <reportSets> > <reportSet> > <reports></reports> > > ----------------------------------------------------------------------- > > Summary of changes: > pom.xml | 8 +++++--- > 1 files changed, 5 insertions(+), 3 deletions(-) > > > hooks/post-receive > -- > Logback: the generic, reliable, fast and flexible logging framework. > _______________________________________________ > logback-dev mailing list > [email protected] > http://mailman.qos.ch/mailman/listinfo/logback-dev >
_______________________________________________ logback-dev mailing list [email protected] http://mailman.qos.ch/mailman/listinfo/logback-dev
