Re: animal-sniffer on central?

2009-08-14 Thread Kohsuke Kawaguchi
.org/guides/mini/guide-building-jdk14-on-jdk15.html >> >> The issue is I can't find animal-sniffer on the central Maven repository. I >> think it would be easier for users to have it on central repo. Or at least >> update the guide to tell that the depen

Is http://mirrors.ibiblio.org/pub/mirrors/maven2 down?

2007-11-14 Thread Kohsuke Kawaguchi
The central repository <http://repo1.maven.org/maven2/> appears to be up, but the ibiblio mirror seems to be down since this morning. Is the maven team aware of the issue? Is this going to be fixed some time soon? -- Kohsuke Kawaguchi Sun Microsystems [EMAIL PRO

Re: m2 assembly confusion

2007-06-08 Thread Kohsuke Kawaguchi
us/archiver/ArchiveFileFilter [INFO] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Kohsuke Kawaguchi Sun Microsystems [EMAIL PROTECTED] smime.p7s Description: S/MIME Cryptographic Signature

Re: Hibernate uploads to ibiblio

2006-08-28 Thread Kohsuke Kawaguchi
ncess Bride > > > > > > --------- > > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > > > > > > -- > I could give you my word as a Spaniard. > No good. I've known too many Spaniards. > -- The Princess Bride > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Kohsuke Kawaguchi Sun Microsystems [EMAIL PROTECTED] smime.p7s Description: S/MIME Cryptographic Signature

Re: Maven2 versus JAXB2 (on ibiblio)

2006-08-11 Thread Kohsuke Kawaguchi
rtifacts into these group Ids, unlike "javax.xml". So I don't understand why people are objecting to "com.sun.xml.bind" group id. What is the problem of this group id? -- Kohsuke Kawaguchi Sun Microsystems [EMAIL PROTECTED] smime.p7s Description: S/MIME Cryptographic Signature

Re: REPOST: http://repo.mergere.com/maven2/javax/xml/

2006-06-01 Thread Kohsuke Kawaguchi
as I wrote somewhere, all JAXB jars are already available from java.net maven repository. -- Kohsuke Kawaguchi Sun Microsystems [EMAIL PROTECTED] smime.p7s Description: S/MIME Cryptographic Signature

Re: Maven2 versus JAXB

2006-05-31 Thread Kohsuke Kawaguchi
Jonathan Johnson wrote: The java.net repository pom for jsr173_api is here https://maven-repository.dev.java.net/repository/javax.xml.bind/poms/jsr173_ api-1.0.pom and it has a jaxb that's why the JAXB 2.0 maven plugin uses the reference jaxb and not javax.xml.bind. Kohsuke Kawaguch

Re: How do I use a custom ComponentConfigurator with my Mojo?

2006-03-02 Thread Kohsuke Kawaguchi
Kohsuke Kawaguchi wrote: I'm helping someone writing a JAXB plugin for Maven2, and one thing we'd like to do there is to read mojo configuration in a custom way --- not by using the default field injection. I was reading the code and it seems like I should be able to do so if

How do I use a custom ComponentConfigurator with my Mojo?

2006-03-02 Thread Kohsuke Kawaguchi
eed to register my custom ComponentConfigurator separately to Plexus, but that's where I got stuck. How can tell Maven to use my custom ComponentConfigurator? [1] http://maven.apache.org/developers/mojo-api-specification.html -- Kohsuke Kawaguchi Sun Microsystems [EMAIL PROTECTED]

Re: Maven eclipse plug-in bug

2003-10-24 Thread Kohsuke Kawaguchi
> Is this a difference between eclipse 2 and 3? It's been long since I threw away 2.0... Is there any 2.0/2.1 user to testify? regards, -- Kohsuke Kawaguchi Sun Microsystems [EMAIL PROTECTED]

Maven eclipse plug-in bug

2003-10-21 Thread Kohsuke Kawaguchi
whereas when I create a project in Eclipse, a reference to JRE_LIB is written as: With the former setting, your classpath only includes rt.jar, and nothing else. As a result, you may fail to import some classes like javax.net.*, which sits in a different jar file. regards, -- K