maven-assembly-plugin version?

2006-08-10 Thread Liu, Jervis
Hi, 

The maven-assembly-plugin version we used (2.2-SNAPSHOT) caused a lot of 
problems in my build. Is there any reason why we cant use the stable version 
2.1? I have tried 2.1, it works fine.

Thanks,
Jervis

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



RE: maven-assembly-plugin version?

2006-08-10 Thread Liu, Jervis
Forgot to mention, this is used by distribution standalone module.

 -Original Message-
 From: Liu, Jervis 
 Sent: Thursday, August 10, 2006 5:04 PM
 To: tuscany-dev@ws.apache.org
 Subject: maven-assembly-plugin version?
 
 
 Hi, 
 
 The maven-assembly-plugin version we used (2.2-SNAPSHOT) 
 caused a lot of problems in my build. Is there any reason why 
 we cant use the stable version 2.1? I have tried 2.1, it works fine.
 
 Thanks,
 Jervis
 
 -
 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]



Re: maven-assembly-plugin version?

2006-08-10 Thread Jeremy Boynes
IIRC the 2.1 version caused the build to be run twice. We have been  
using the snapshot for a while - what problems did you see?

--
Jeremy

On Aug 10, 2006, at 2:04 AM, Liu, Jervis wrote:


Hi,

The maven-assembly-plugin version we used (2.2-SNAPSHOT) caused a  
lot of problems in my build. Is there any reason why we cant use  
the stable version 2.1? I have tried 2.1, it works fine.


Thanks,
Jervis

-
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]



Re: maven-assembly-plugin version?

2006-08-10 Thread Matthew Sykes
If Jervis hit the same issue I did, the problem was that the 
2.2-SNAPSHOT is now dependent on 
org.codehaus.plexus:plexus-archiver:1.0-alpha-7-SNAPSHOT which wasn't 
available in any of the configured repositories.


I ended up pulling it from snapshots.repository.codehaus.org to resolve 
the dependency.


Jeremy Boynes wrote:
IIRC the 2.1 version caused the build to be run twice. We have been 
using the snapshot for a while - what problems did you see?

--
Jeremy

On Aug 10, 2006, at 2:04 AM, Liu, Jervis wrote:


Hi,

The maven-assembly-plugin version we used (2.2-SNAPSHOT) caused a lot 
of problems in my build. Is there any reason why we cant use the 
stable version 2.1? I have tried 2.1, it works fine.


Thanks,
Jervis

-
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]




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



RE: maven-assembly-plugin version?

2006-08-10 Thread Liu, Jervis
well, not a big issue, but the snapshot version have to be downloaded everyday, 
and sometimes the snapshot version is not very stable. For example, today's 
assembly-plugin try to download 
org.codehaus.plexus:plexus-archiver:jar:1.0-alpha-7-SNAPSHOT, but I checked 
http://www.ibiblio.org/maven2/ repository, for some reasons, it is not 
available there yet. 

Missing:
--
1) org.codehaus.plexus:plexus-archiver:jar:1.0-alpha-7-SNAPSHOT

  Try downloading the file manually from the project website.

  Then, install it using the command:
  mvn install:install-file -DgroupId=org.codehaus.plexus 
-DartifactId=plexus-archiver \
  -Dversion=1.0-alpha-7-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file

  Path to dependency:
1) 
org.apache.maven.plugins:maven-assembly-plugin:maven-plugin:2.2-20060809.234942-6
2) org.codehaus.plexus:plexus-archiver:jar:1.0-alpha-7-SNAPSHOT

--
1 required artifact is missing.


Thanks,
Jervis
 -Original Message-
 From: Jeremy Boynes [mailto:[EMAIL PROTECTED]
 Sent: Thursday, August 10, 2006 9:09 PM
 To: tuscany-dev@ws.apache.org
 Subject: Re: maven-assembly-plugin version?
 
 
 IIRC the 2.1 version caused the build to be run twice. We have been  
 using the snapshot for a while - what problems did you see?
 --
 Jeremy
 
 On Aug 10, 2006, at 2:04 AM, Liu, Jervis wrote:
 
  Hi,
 
  The maven-assembly-plugin version we used (2.2-SNAPSHOT) caused a  
  lot of problems in my build. Is there any reason why we cant use  
  the stable version 2.1? I have tried 2.1, it works fine.
 
  Thanks,
  Jervis
 
  
 -
  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]
 
 

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



Re: maven-assembly-plugin version?

2006-08-10 Thread Venkata Krishnan

I too ended up downloading an available version of the snapshot jar from the
codehaus site and renamed it to 1.0-alpha-7-SNAPSHOT after which the build
has gone thro

- Venkat

On 8/10/06, Liu, Jervis [EMAIL PROTECTED] wrote:


well, not a big issue, but the snapshot version have to be downloaded
everyday, and sometimes the snapshot version is not very stable. For
example, today's assembly-plugin try to download
org.codehaus.plexus:plexus-archiver:jar:1.0-alpha-7-SNAPSHOT, but I
checked http://www.ibiblio.org/maven2/ repository, for some reasons, it is
not available there yet.

Missing:
--
1) org.codehaus.plexus:plexus-archiver:jar:1.0-alpha-7-SNAPSHOT

  Try downloading the file manually from the project website.

  Then, install it using the command:
  mvn install:install-file 
-DgroupId=org.codehaus.plexus-DartifactId=plexus-archiver \
  -Dversion=1.0-alpha-7-SNAPSHOT -Dpackaging=jar
-Dfile=/path/to/file

  Path to dependency:
1)
org.apache.maven.plugins:maven-assembly-plugin:maven-plugin:2.2-20060809.234942-6
2) org.codehaus.plexus:plexus-archiver:jar:1.0-alpha-7-SNAPSHOT

--
1 required artifact is missing.


Thanks,
Jervis
 -Original Message-
 From: Jeremy Boynes [mailto:[EMAIL PROTECTED]
 Sent: Thursday, August 10, 2006 9:09 PM
 To: tuscany-dev@ws.apache.org
 Subject: Re: maven-assembly-plugin version?


 IIRC the 2.1 version caused the build to be run twice. We have been
 using the snapshot for a while - what problems did you see?
 --
 Jeremy

 On Aug 10, 2006, at 2:04 AM, Liu, Jervis wrote:

  Hi,
 
  The maven-assembly-plugin version we used (2.2-SNAPSHOT) caused a
  lot of problems in my build. Is there any reason why we cant use
  the stable version 2.1? I have tried 2.1, it works fine.
 
  Thanks,
  Jervis
 
 
 -
  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]



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