Finally gave up and asked on #maven. Turns out this is a 2.0.8 bug -
${version} + JDK 1.4 leaks the JVM property in and that just happens
to be 2.4.1.

Changing ${version} to ${project.version} should have fixed it, but didn't.

Other options are:

* Pass in -Dversion=2.4 [this breaks Jetty, which the
maven-site-plugin is pulling in for some reason]
* Use JDK 1.5
* Find and Use Maven 2.0.9-SNAPSHOT (or build from scratch)

Ugh.

I guess, hard code the version in the assembly is another option, and
seems far and away the best one :)

Will do an RC2 with a hardcoded assembly/src.xml for 2.4.

Hen

On Thu, Mar 13, 2008 at 11:24 PM, Paul Benedict <[EMAIL PROTECTED]> wrote:
> I checked out trunk and built myself and could not reproduce the
>  2.4.1version in any of my artifacts. Everything is
>  2.4.
>
>  Paul
>
>
>
>  On Thu, Mar 13, 2008 at 10:15 AM, Henri Yandell <[EMAIL PROTECTED]> wrote:
>
>  > On Thu, Mar 13, 2008 at 4:31 AM, Torsten Curdt <[EMAIL PROTECTED]> wrote:
>  > > > Strange Thing: The source distro unpacks to "commons-lang-2.4.1-src" -
>  > >  > don't know where the "2.4.1" version comes from - I re-built from
>  > your
>  > >  > 2.4 source distro and it created a source distro which unpacks
>  > >  > correctly to  "commons-lang-2.4-src".
>  > >  >
>  > >  > Not sure whether thats a show stopper or not - going to be confusing
>  > >  > for users if we ever do a "2.4.1" release though.
>  > >
>  > >  IMO that needs to be fixed first. Let's not mess with the versions.
>  >
>  > Agreed.
>  >
>  > I suspect this is if you have a 2.4 already in your repository and do
>  > mvn install. The final build I ended up using happened with me not
>  > deleting the 2.4 sitting in my ~/.m2.  That's the only weird thing I
>  > can think of.
>  >
>  > I'll rebuild tonight.
>  >
>  > Hen
>  >
>
>
> > ---------------------------------------------------------------------
>  > To unsubscribe, e-mail: [EMAIL PROTECTED]
>  > For additional commands, e-mail: [EMAIL PROTECTED]
>  >
>  >
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to