Re: trouble running jaxb2-maven-plugin : You are running with invalid JAXP api or implementation

2014-07-25 Thread Andrew Davidson
_NAME done xjc -d $OUTPUT_DIR -extension -b $XJB_FILE $ALL_XSD_FILES #2>&1 | tee $LOG_FILE_PATH On Jul 24, 2014, at 11:09 PM, Anders Hammar wrote: > Could it be this: > http://stackoverflow.com/questions/18493541/invalid-jaxp-api-when-unmarshaling-jaxb > > /Anders > &

trouble running jaxb2-maven-plugin : You are running with invalid JAXP api or implementation

2014-07-24 Thread Andrew Davidson
Hello I am having a heck of a time working with XSD files and maven. I am working on a mac. It looks like I have the latest and greatest xjc. Any idea what my bug is? Kind regards Andy $ which java /usr/bin/java $ java -version java version "1.7.0_21" Java(TM) SE Runtime Environment (build 1

Re: newbie problem with deploy:deploy-file

2014-06-17 Thread Andrew Davidson
l phases up to deploy, representing > a chain of goals. > > Since you're using an execution-block I assume you just want to call 'mvn > deploy'. > > thanks, > Robert > > [1] > http://maven.apache.org/guides/introduction/introduction-to-the-lifecycle.ht

newbie problem with deploy:deploy-file

2014-06-16 Thread Andrew Davidson
Hi I recently joined an existing project that uses the maven ant plug into to build artifacts that we need to distribute. I am trying to add support for deploy-file $ mvn deploy:deploy-file -DskipTests 2>&1 | tee mvn.deploy-file.out [ERROR] Failed to execute goal org.apache.maven.plugins:mav