AW: Including dependencies with assembly plugin: Scope problem

2009-10-13 Thread Lewis, Eric
Anyone?  :-) 

 -Ursprüngliche Nachricht-
 Von: Lewis, Eric [mailto:eric.le...@ipi.ch] 
 Gesendet: Freitag, 9. Oktober 2009 18:03
 An: Maven Users List
 Betreff: Including dependencies with assembly plugin: Scope problem
 
 Hi
 
 I'm trying to include all the runtime dependencies with an 
 assembly descriptor:
 
 !-- The runtime dependencies --
 dependencySet
   useStrictFilteringtrue/useStrictFiltering
   useProjectArtifactfalse/useProjectArtifact
   outputDirectory${batch.zip.library}/outputDirectory
   scoperuntime/scope
   !-- Don't distribute sources --
   excludes
 exclude*:sources/exclude
   /excludes
 /dependencySet
 
 
 Now I have a dependency which in a parent POM has the scope 
 'test'. In my project, however, that's redefined to 'runtime'.
 The problem is that it's not included in the final ZIP file, 
 and I don't understand why.
 Maven's debugging output handles the scope differently 
 (sometimes it appears to be 'test', sometimes 'runtime') and 
 finally filters it because it's considered 'test'.
 
 Can someone help me?
 
 Best regards,
 Eric
 
 -
 To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
 For additional commands, e-mail: users-h...@maven.apache.org
 
 
-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Including dependencies with assembly plugin: Scope problem

2009-10-09 Thread Lewis, Eric
Hi

I'm trying to include all the runtime dependencies with an assembly descriptor:

!-- The runtime dependencies --
dependencySet
  useStrictFilteringtrue/useStrictFiltering
  useProjectArtifactfalse/useProjectArtifact
  outputDirectory${batch.zip.library}/outputDirectory
  scoperuntime/scope
  !-- Don't distribute sources --
  excludes
exclude*:sources/exclude
  /excludes
/dependencySet


Now I have a dependency which in a parent POM has the scope 'test'. In my 
project, however, that's redefined to 'runtime'.
The problem is that it's not included in the final ZIP file, and I don't 
understand why.
Maven's debugging output handles the scope differently (sometimes it appears to 
be 'test', sometimes 'runtime') and finally filters it because it's considered 
'test'.

Can someone help me?

Best regards,
Eric

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org