And it should not be run for pom projects (if not already fixed)
On 31/10/06, Dan Tran <[EMAIL PROTECTED]> wrote:
yeah, fix up the site to pass docck then we are all set -D On 10/31/06, Jeff Genender <[EMAIL PROTECTED]> wrote: > Well...then...now that you mention it... > > Shall we vote for the 1.1 release? ;-) > > Jeff > > Dan Tran wrote: > > finally this plugin is usable ;-) > > > > -D > > > > > > On 31 Oct 2006 19:51:15 -0000, [EMAIL PROTECTED] > > <mailto: [EMAIL PROTECTED]>* <[EMAIL PROTECTED] > > <mailto:[EMAIL PROTECTED]>> wrote: > > > > Revision > > 2590 <http://fisheye.codehaus.org/changelog/mojo/?cs=2590> > > Author > > jgenender > > Date > > 2006-10-31 13:51:15 -0600 (Tue, 31 Oct 2006) > > > > > > Log Message > > > > Update to latest Sun jars > > > > > > Modified Paths > > > > * trunk/mojo/jaxb2-maven-plugin/pom.xml > > < http://mail.google.com/mail/?ik=daba4ced90&view=cv&search=inbox&th=10e9fed1072445bd&ww=942&lvp=-1&cvp=0&qt=&zx=myyb7e-m2sn9l#10e9fed1072445bd_trunkmojojaxb2mavenpluginpomxml > > > > > * trunk/mojo/jaxb2-maven-plugin/src/site/apt/usage.apt > > < http://mail.google.com/mail/?ik=daba4ced90&view=cv&search=inbox&th=10e9fed1072445bd&ww=942&lvp=-1&cvp=0&qt=&zx=myyb7e-m2sn9l#10e9fed1072445bd_trunkmojojaxb2mavenpluginsrcsiteaptusageapt > > > > > > > > > Diff > > > > > > Modified: trunk/mojo/jaxb2-maven-plugin/pom.xml (2589 => 2590) > > > > --- trunk/mojo/jaxb2-maven-plugin/pom.xml 2006-10-31 02:18:31 UTC (rev 2589) > > +++ trunk/mojo/jaxb2-maven-plugin/pom.xml 2006-10-31 19:51:15 UTC (rev 2590) > > @@ -57,20 +57,19 @@ > > </dependency> > > <dependency> > > <groupId> com.sun.xml.bind</groupId> > > - <artifactId>jaxb-xjc</artifactId> > > - <version>2.0.1</version> > > - <exclusions> > > - <exclusion> > > - <groupId>javax.xml</groupId> > > - <artifactId>jsr173</artifactId> > > - </exclusion> > > - </exclusions> > > + <artifactId>jaxb-impl</artifactId> > > + <version>2.0.3</version> > > </dependency> > > <dependency> > > + <groupId> com.sun.xml.bind</groupId> > > + <artifactId>jaxb-xjc</artifactId> > > + <version>2.0.3</version> > > + </dependency> > > + <!--dependency> > > <groupId>stax</groupId> > > <artifactId>stax-api</artifactId> > > <version>1.0.1</version> > > - </dependency> > > + </dependency--> > > </dependencies> > > > > <build> > > > > > > Modified: > > trunk/mojo/jaxb2-maven-plugin/src/site/apt/usage.apt (2589 > > => 2590) > > > > --- trunk/mojo/jaxb2-maven-plugin/src/site/apt/usage.apt 2006-10-31 02:18:31 UTC (rev 2589) > > +++ trunk/mojo/jaxb2-maven-plugin/src/site/apt/usage.apt 2006-10-31 19:51:15 UTC (rev 2590) > > @@ -9,9 +9,9 @@ > > <dependencies> > > ... > > <dependency> > > - <groupId>openejb</groupId> > > + <groupId> javax.xml.bind</groupId> > > <artifactId>jaxb-api</artifactId> > > - <version>2.0EA3</version> > > + <version>2.0</version> > > </dependency> > > ... > > </dependencies> > > > > ------------------------------------------------------------------------ > > > > To unsubscribe from this list please visit: > > > > http://xircles.codehaus.org/manage_email > > > > > > --------------------------------------------------------------------- > To unsubscribe from this list please visit: > > http://xircles.codehaus.org/manage_email > >
--------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email
