Since the behaviour of 2.2-beta-2 is not what I want I have now fixed the 
version number.  Hopefully that will address the problem when our build server 
does the build.

The problem I then face is that either -beta-2 breaks something, or I am 
relying on "broken" behaviour that was "fixed" in beta-2....

-----Original Message-----
From: Giesselmann, Torben [mailto:[EMAIL PROTECTED] 
Sent: 08 April 2008 15:18
To: Maven Users List
Subject: AW: Maven assembly differs when built on Windows vs. Unix

I noticed the difference between 2.2-beta-1 and 2.2-beta-2 as well.
Either lock the plugin version:

 <build>
    <plugins>
      <plugin>
        <artifactId>maven-assembly-plugin</artifactId>
          <version>2.2-beta-1</version>
        </plugin>
    </plugins>
 </build>

or update your plugins by starting Maven with "-U" to have the latest version 
on all your systems.

Regards,
- Torben Giesselmann





> -----Ursprüngliche Nachricht-----
> Von: Robin Roos [mailto:[EMAIL PROTECTED]
> Gesendet: Dienstag, 8. April 2008 15:53
> An: users@maven.apache.org
> Betreff: Maven assembly differs when built on Windows vs. Unix
> 
> Hi Folks
>  
> I've raised a JIRA issue regarding my project.  When I do mvn 
> assembly:assembly on Windows I get good artifacts, but the contents of 
> my .tar files differs materially when the same is done on Linux (our 
> build server).
>  
> The problem concerns my introduction of classifier-based artifacts for 
> a couple of shared libraries which as specific to solaris, linux_2x 
> and linux_3x.
>  
> Any comments on http://jira.codehaus.org/browse/MASSEMBLY-304
> would be greatly appreciated as I'm up against the wall on this right 
> now.
>  
> I think it would be very useful to see the version number of the Maven 
> Assembly Plugin but I can't see a way of doing so.
> As far as I know these are vanilla Maven 2.0.8 installs on both boxes.  
> With so many classifier-based issues relatively recently addressed in 
> the Assembly plug-in it would be good to vallidate the version I have.
>  
> Thanks, Robin.
> 
> _____________________________________________________________________
> Before acting on this e mail or opening any attachment please read the 
> disclaimer which can be accessed at 
> http://www.investec.com/EmailDisclaimer/UKEmailDisclaimer.htm
> Investec Bank (UK) Limited is authorised and regulated by the 
> Financial Services Authority.
> _____________________________________________________________________
> 
> _____________________________________________________________________
> This e-mail has been scanned for viruses by MCI's Internet Managed 
> Scanning Services - powered by MessageLabs. For further information 
> visit http://www.mci.com
> 
> Investec Bank (UK) Limited
> Registered office: 2 Gresham Street, London, EC2V 7QP Company
> No: 00489604 Incorporated in England and Wales
> 

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


_____________________________________________________________________
This e-mail has been scanned for viruses by Verizon Business Internet Managed 
Scanning Services - powered by MessageLabs. For further information visit 
http://www.verizonbusiness.com/uk

_____________________________________________________________________
Before acting on this e mail or opening any attachment please read the 
disclaimer which can be accessed at 
http://www.investec.com/EmailDisclaimer/UKEmailDisclaimer.htm
Investec Bank (UK) Limited is authorised and regulated by the Financial 
Services Authority.
_____________________________________________________________________

_____________________________________________________________________
This e-mail has been scanned for viruses by MCI's Internet Managed Scanning 
Services - powered by MessageLabs. For further information visit 
http://www.mci.com

Investec Bank (UK) Limited
Registered office: 2 Gresham Street, London, EC2V 7QP Company No: 00489604 
Incorporated in England and Wales

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

Reply via email to