Re: confirm unsubscribe from users@maven.apache.org

2009-09-04 Thread David Goodenough
psmtpd/0.29) with ESMTP; Fri, 04 Sep 2009 11:46:27 > + Received: from localhost (smtp-filter.ukfsn.org [192.168.54.205]) > by mail.ukfsn.org (Postfix) with ESMTP id 30E6BDF081 > for ; Fri, 4 Sep 2009 12:46:09 > +0100 > (BST) Received: from mail.ukfsn.org ([192.168.54.25]

Re: maven-compiler-plugin resources not in classpath

2009-04-06 Thread David Goodenough
On Monday 06 April 2009, jie...@gmail.com wrote: > Hello David, > > Please review the maven-jar-plugin, specifically the includes > parameter to the jar goal. > > http://maven.apache.org/plugins/maven-jar-plugin/jar-mojo.html#includes > > -jesse > > On Mon, Apr 6, 200

Re: maven-compiler-plugin resources not in classpath

2009-04-06 Thread David Goodenough
> -jesse > > On Mon, Apr 6, 2009 at 5:47 AM, David Goodenough > > wrote: > > I am trying to use maven to compile a java annotation processor. > > > > When you build a jar which contains an annotation processor you can put > > a file (META-INF/services/java

maven-compiler-plugin resources not in classpath

2009-04-06 Thread David Goodenough
I am trying to use maven to compile a java annotation processor. When you build a jar which contains an annotation processor you can put a file (META-INF/services/javax.annotation.processing.Processor) which contains one line per annotation processor. With this file in place you then only hav

Re: Problem with maven-ear-plugin

2009-02-21 Thread David Goodenough
encies > mvn dependency:tree will explain where this zip dependency is coming from > > You can use excludes or you can fix the project you own it. > > HTH, > Stéphane > > > On Fri, Feb 20, 2009 at 10:08 PM, David Goodenough < > > david.goodeno...@btconnect.com>

Problem with maven-ear-plugin

2009-02-20 Thread David Goodenough
I am trying to use the maven-ear-plugin, and I keep getting:- [INFO] Failed to initialize ear modules Embedded error: Unknown artifact type[zip] I have tried using -X to get the debug messages, but I can not see where it is finding a ZIP file to use as an artifact. There are three modules I hav