>> I can push it anytime you want me to push, but I thought you might want
>> to update the dependency versions now that we have 2.0.1 (and Lexi's
>> changes, too.)
I applied Lexi's change to the head. Looks good Lexi!
Also updated these three (3) dependencies - did you really mean 2.0.2?
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-impl</artifactId>
<version>2.0.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-xjc</artifactId>
<version>2.0.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jsr173_api</artifactId>
<version>1.0</version>
</dependency>
>> If you'd like to push, let me know and I'll push.
Push if you concur.
There was a previous post about java 1.6 problems and adding the plugin
feature, I'll look at those next.
- Jonathan
-----Original Message-----
From: Kohsuke Kawaguchi [mailto:Kohsuke.Kawaguchi_at_Sun.COM]
Sent: Friday, June 09, 2006 12:37 PM
To: users_at_jaxb.dev.java.net
Subject: Re: jaxb with maven
Jonathan Johnson wrote:
> Kohsuke - what can we do to get the plugin on the java.net repository?
I updated the POM to do this. In this way "mvn deploy" will create
target/repository, and I'll write a little shell script to put them into
the CVS.
I can push it anytime you want me to push, but I thought you might want
to update the dependency versions now that we have 2.0.1 (and Lexi's
changes, too.)
If you'd like to push, let me know and I'll push.
On a related note, I recently found maven wagon-scm module in Maven
sandbox. When this becomes available, the push to the java.net maven
repository will become fully automated (no script.)
--
Kohsuke Kawaguchi
Sun Microsystems kohsuke.kawaguchi_at_sun.com