I will try to test with 3.2.2 but I can confirm that 3.2.5 does not have
this behavior as that is our official build version for this application.
I am trying to move to latest maven version and discovered this.

Regards,
-Dave

On Mon, Aug 15, 2016 at 12:40 PM, Christian Schulte <c...@schulte.it> wrote:

> Am 08/15/16 um 20:30 schrieb David Hoffer:
> > I'm testing with build 110 and have found an error with one of our
> current
> > builds (it works through 3.3.9).  It's a bit of an odd-ball case.
> >
> > We have a child parent pom module that has several children if its own.
> > One of those child modules uses a variable for the module name.  E.g.
> >
> > <modules>
> >     <module>exchange</module>
> >     <module>asw</module>
> >     <module>third-party-jax-ws-model</module>
> >     <module>${jmsedm-artifactId.new}</module>
> >     <module>third-party-enterprise-messaging</module>
> >     <module>third-party-ccsds</module>
> > </modules>
> >
> > In the parent pom we have that property defined as:
> >
> > <jmsedm.version>3.3.0</jmsedm.version>
> > <jmsedm-artifactId.new>jmsedm-v${jmsedm.version}</jmsedm-artifactId.new>
> >
> > With the 110 build we get this error:
> >
> > [ERROR]   The project com.jms.external:third-party:11.x-SNAPSHOT
> > (C:\svn\trunk\third-party\pom.xml) has 1 error
> > [ERROR]     Child module C:\svn\trunk\third-party\${
> jmsedm-artifactId.new}
> > of C:\svn\trunk\third-party\pom.xml does not exist
> >
> > I've never used variables for module names before so I don't know if this
> > is a regression or if it's intended to prevent this going forward, but it
> > used to work fine.
> >
>
> Could you please provide an example project to reproduce this with. If
> not possible, could you please test the project using Maven 3.2.2 and
> see if that version behaves the same way Maven 3.4.0-SNAPSHOT does?
>
> Regards,
> --
> Christian
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> For additional commands, e-mail: users-h...@maven.apache.org
>
>

Reply via email to