maven errors on xml security package

2009-03-05 Thread Kevin Witten
Memory: 10M/18M [INFO] Kevin Witten Software Engineer Nomadix, Inc. * 1100 Business Center Circle, Suite 100, Newbury Park, CA 91320 * USA direct +1 (818) 575-2421 * main +1-818-597-1500 * fax interTouch Group

RE: Axis2 wsdl2code Plugin Help!

2009-02-13 Thread Kevin Witten
From the maven documentation http://maven.apache.org/guides/introduction/introduction-to-the-lifecycle.html#Lifecycle_Reference My understanding of the maven clean lifecycle is that the following phases will be run in order when you perform a mvn clean pre-clean clean

Maven antrun plugin

2009-02-12 Thread Kevin Witten
Any help appreciated: I'm trying to run an ant task on clean using maven 2.0.9. So I'm basically following examples from The book Maven - The Definitive Guide. I created a simple pom.xml shown below, which uses the antrun plugin configured to run echo tasks. This is set up to run on phase

FW: Maven antrun plugin

2009-02-12 Thread Kevin Witten
Sorry for the repost, but I'm not sure if this went through as I was not on the subscription list. -Original Message- From: Kevin Witten Sent: Thursday, February 12, 2009 11:53 AM To: 'Maven Users List' Subject: Maven antrun plugin Any help appreciated: I'm trying to run an ant task

Axis2 wsdl2code Plugin Help!

2009-02-11 Thread Kevin Witten
as org.apache.axis2. Is this a bug in maven? Thanks in advance for any help, Kevin Witten Notice? The information and attachment(s) contained in this communication are intended for the addressee only, and may be confidential and/or legally privileged. If you have

RE: Axis2 wsdl2code Plugin Help!

2009-02-11 Thread Kevin Witten
This works. Thanks! Kevin -Original Message- From: Wayne Fay [mailto:wayne...@gmail.com] Sent: Wednesday, February 11, 2009 1:35 PM To: Maven Users List Subject: Re: Axis2 wsdl2code Plugin Help! I'm trying to use the axis2 wsdl2code plugin to generate code. Unfortunately I'm getting

Maven2/Axis2 help

2009-02-11 Thread Kevin Witten
I'm trying to convert to maven2 from ant builds. I have a WS in Axis2 and I add axis2 to the pom file. But I can't build, because maven can't find the dependencies of axis2. Pom file: ?xml version=1.0 encoding=UTF-8? project xmlns=http://maven.apache.org/POM/4.0.0;