custom scopes eaten when dependency is transitive

2011-10-10 Thread Nigel Magnay
Hello I use flexmojos maven plugin to build flex projects with maven. Flex projects have more dependency scopes than java projects, which control various things like caching and runtime dependency loading. To do this, various scopes are added (e.g: rsl). This works fine when dependencies are dir

Re: Custom scopes

2008-03-14 Thread Christian Edward Gruber
Christian. On 14-Mar-08, at 10:45 , Brian E. Fox wrote: Nope, the scopes are coded into the core and most of the plugins since it's a core concept. -Original Message- From: VELO [mailto:[EMAIL PROTECTED] Sent: Friday, March 14, 2008 9:42 AM To: Maven Developers List Subject: Re: Cus

Re: Custom scopes

2008-03-14 Thread Marvin Froeder
. There may be cases (like > >>>>>>>> netmodules, > >>>>>>>> or > >>>>>>>> linking of assemblies) where you don't want transitive > >> dependencies, > >>>>>>>> they > >&g

Re: Custom scopes

2008-03-14 Thread Christian Edward Gruber
Fox wrote: Nope, the scopes are coded into the core and most of the plugins since it's a core concept. -Original Message- From: VELO [mailto:[EMAIL PROTECTED] Sent: Friday, March 14, 2008 9:42 AM To: Maven Developers List Subject: Re: Custom scopes And there is any where to say: &qu

Re: Custom scopes

2008-03-14 Thread VELO
; > > >>> > > > > >>> So the key is not to change scopes but to change the artifact type > > > > >>> of the > > > > >>> dependency to handle different behavior of the scope. > > > > >>> > > > &g

Re: Custom scopes

2008-03-14 Thread Shane Isbell
;>> > > > >>> Shane > > > >>> On Fri, Mar 14, 2008 at 12:50 PM, Christian Edward Gruber < > > > >>> [EMAIL PROTECTED]> wrote: > > > >>> > > > >>>> Why would you actually need other scopes? Don

Re: Custom scopes

2008-03-14 Thread VELO
Don't think of scope, > > >>>> think > > >>>> of use-cases: > > >>>> > > >>>> 1. Need for both compile and in the deployed system > > >>>> 2. Need only for compile. > > >>>> 3. Need only in the

Re: Custom scopes

2008-03-14 Thread VELO
th compile and in the deployed system > >>>> 2. Need only for compile. > >>>> 3. Need only in the deployed system > >>>> 4. Provided locally for compile > >>>> 5. Need only during testing > >>>> > >>>>

Re: Custom scopes

2008-03-14 Thread Shane Isbell
t;>>> > >>>> 1. Need for both compile and in the deployed system > >>>> 2. Need only for compile. > >>>> 3. Need only in the deployed system > >>>> 4. Provided locally for compile > >>>> 5. Need only during test

Re: Custom scopes

2008-03-14 Thread Christian Edward Gruber
he maven dependency scopes. Christian. On 14-Mar-08, at 10:45 , Brian E. Fox wrote: Nope, the scopes are coded into the core and most of the plugins since it's a core concept. -Original Message- From: VELO [mailto:[EMAIL PROTECTED] Sent: Friday, March 14, 2008 9:42 AM To: Maven Deve

Re: Custom scopes

2008-03-14 Thread Christian Edward Gruber
re and most of the plugins since it's a core concept. -Original Message- From: VELO [mailto:[EMAIL PROTECTED] Sent: Friday, March 14, 2008 9:42 AM To: Maven Developers List Subject: Re: Custom scopes And there is any where to say: "Hey maven, I wanna change your scopes, I wanna this scope

Re: Custom scopes

2008-03-14 Thread VELO
e handled by the maven dependency scopes. > >> > >> Christian. > >> > >> On 14-Mar-08, at 10:45 , Brian E. Fox wrote: > >> > >>> Nope, the scopes are coded into the core and most of the plugins > >>> since > >>>

Re: Custom scopes

2008-03-14 Thread Shane Isbell
> > >> What other scenarios would your other language have need for? These > >> are the scenarios that are handled by the maven dependency scopes. > >> > >> Christian. > >> > >> On 14-Mar-08, at 10:45 , Brian E. Fox wrote: > >> >

Re: Custom scopes

2008-03-14 Thread Christian Edward Gruber
-Original Message- From: VELO [mailto:[EMAIL PROTECTED] Sent: Friday, March 14, 2008 9:42 AM To: Maven Developers List Subject: Re: Custom scopes And there is any where to say: "Hey maven, I wanna change your scopes, I wanna this scopes"? VELO On Fri, Mar 14, 2008 at 10:13 AM,

Re: Custom scopes

2008-03-14 Thread Shane Isbell
re concept. > > > > -Original Message- > > From: VELO [mailto:[EMAIL PROTECTED] > > Sent: Friday, March 14, 2008 9:42 AM > > To: Maven Developers List > > Subject: Re: Custom scopes > > > > And there is any where to say: "Hey maven, I wanna c

Re: Custom scopes

2008-03-14 Thread Christian Edward Gruber
Mar-08, at 10:45 , Brian E. Fox wrote: Nope, the scopes are coded into the core and most of the plugins since it's a core concept. -Original Message- From: VELO [mailto:[EMAIL PROTECTED] Sent: Friday, March 14, 2008 9:42 AM To: Maven Developers List Subject: Re: Custom scopes And

Re: Custom scopes

2008-03-14 Thread VELO
ce > > it's a core concept. > > > > -Original Message- > > From: VELO [mailto:[EMAIL PROTECTED] > > Sent: Friday, March 14, 2008 9:42 AM > > To: Maven Developers List > > Subject: Re: Custom scopes > > > > And there is any

Re: Custom scopes

2008-03-14 Thread Christian Edward Gruber
From: VELO [mailto:[EMAIL PROTECTED] Sent: Friday, March 14, 2008 9:42 AM To: Maven Developers List Subject: Re: Custom scopes And there is any where to say: "Hey maven, I wanna change your scopes, I wanna this scopes"? VELO On Fri, Mar 14, 2008 at 10:13 AM, Christian Edward Grub

RE: Custom scopes

2008-03-14 Thread Brian E. Fox
Nope, the scopes are coded into the core and most of the plugins since it's a core concept. -Original Message- From: VELO [mailto:[EMAIL PROTECTED] Sent: Friday, March 14, 2008 9:42 AM To: Maven Developers List Subject: Re: Custom scopes And there is any where to say: "He

Re: Custom scopes

2008-03-14 Thread VELO
And there is any where to say: "Hey maven, I wanna change your scopes, I wanna this scopes"? VELO On Fri, Mar 14, 2008 at 10:13 AM, Christian Edward Gruber <[EMAIL PROTECTED]> wrote: > "System" scope doesn't exist in Java either. It's not a Java thing, > but a Maven thing, and it just means th

Re: Custom scopes

2008-03-14 Thread Christian Edward Gruber
"System" scope doesn't exist in Java either. It's not a Java thing, but a Maven thing, and it just means that the dependency is provided at compile time by a local direct path, and that the ultimate runtime will provide the dependency. Christian. On 14-Mar-08, at 07:25 , VELO wrote: Hi

Fwd: Custom scopes

2008-03-14 Thread VELO
Hi guys, I'm developing a maven compiler mojo to another language (not Java, but I prefer don't reveal, at least not now). That language have more scopes (total 6). One (COMPILE) is Java like. But the others have different naming: RUNTIME on Java there is called EXTERNAL PROVIDED on Java

Re: How are people getting around the lack of custom scopes?

2006-04-30 Thread Brett Porter
jsf Then users of Spring framework may include them: *org.springframework* spring-webflow default,jsf Eric On 4/30/06, Colin Sampaleanu <[EMAIL PROTECTED]> wrote: I am curious how heavy Maven2 users are getting around the lack of custom scopes. Profiles seem to

Re: How are people getting around the lack of custom scopes?

2006-04-30 Thread Kenney Westerhof
f > > > > > > > > > > Then users of Spring framework may include them: > > > > > > > > *org.springframework* > > > > spring-webflow > > > > default,jsf > > > > > > > > Eric &