Maven 1.0.2: maven-jaxb-plugin: Using maven:set to Pass Properties, Plugin Not Available in Project

2006-06-30 Thread Corey Klaasmeyer
We're using maven-jaxb-plugin to generate code for xml schemata. Since we have multiple schema files we need to pass properties from maven.xml. We're using this syntax: This fails because the properties are never passed to the jaxb plugin. Apparently, the plugi

Failing Silently: maven changes:report...

2006-04-07 Thread Corey Klaasmeyer
When I run maven changes:report there is no output changes.html and no error reported. It has run successfully before. Two questions: 1. Is this a bug or scenario someone else has experienced? 2. What's the best way to go about isolating the problem? Context: Maven Version: 1.0.2 Changes Report

[maven1] apt-doc goal flattens directory structure, alternative plugins available?

2005-11-22 Thread Corey Klaasmeyer
I'm using apt formatted documentation in my project with the aptdoc goal on sourceforge. Unfortunately, the apt:generate goal flattens the directory structure in maven.aptdoc.src.dir when it does it's conversion. Is there an alternative to the sourceforge aptdoc plugin for maven 1? If not, can so

Make test:test goal Fail on Compile Error...

2005-07-27 Thread Corey Klaasmeyer
Is there a way to configure the maven test:test goal fail when there are compile errors? Thanks, Corey - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Running Tests Once per Build Cycle...

2005-07-06 Thread Corey Klaasmeyer
I would like to deploy a jar, a snapshot, and the site. Currently the tests run for all three targets any given build cycle. Is there any way to tell Maven 1.0.2 to only run the set of tests once for all three targets? Thanks, Corey ---

RE: scm:bootstrap-project does not update ${basedir}

2005-05-02 Thread Corey Klaasmeyer
rking directory? If it is basedir - it is a bug. - Brett On 5/3/05, Corey Klaasmeyer <[EMAIL PROTECTED]> wrote: > Back to the original question: is this a bug or am I missing something? > > Corey > > -Original Message- > From: Brett Porter [mailto:[EMAIL PROTECTED]

RE: scm:bootstrap-project does not update ${basedir}

2005-05-02 Thread Corey Klaasmeyer
essentially runs a reactor to start the new project, so the basedir variable should be set, but the current working directory will remain where you started Maven from. - Brett On 5/3/05, Corey Klaasmeyer <[EMAIL PROTECTED]> wrote: > I don't know whether it's running inside a rea

RE: scm:bootstrap-project does not update ${basedir}

2005-05-02 Thread Corey Klaasmeyer
05 4:05 PM To: Maven Users List Subject: Re: scm:bootstrap-project does not update ${basedir} ${basedir} should be, but ${user.dir} is not - it is run inside a reactor. Is this not the case? - Brett On 5/3/05, Corey Klaasmeyer <[EMAIL PROTECTED]> wrote: > I'm using scm:bootstrap-p

scm:bootstrap-project does not update ${basedir}

2005-05-02 Thread Corey Klaasmeyer
I'm using scm:bootstrap-project with Maven, and I would expect ${basedir} to be updated to the directory of the clean checkout directory after doing an scm:bootstrap-project, but that doesn't seem to be the case. Here is the start maven output == maven.scm.bootstrap.goals = multi