RE: My own repo is consulted for parent POM's but for plugins

2005-04-26 Thread J. Matthew Pryor
That would be very sensible default behavior IMO 

> -Original Message-
> From: Jason van Zyl [mailto:[EMAIL PROTECTED] 
> Sent: Thursday, April 28, 2005 5:19 AM
> To: Maven Users List
> Subject: Re: My own repo is consulted for parent POM's but for plugins
> 
> On Tue, 2005-04-26 at 18:03 -0400, John Casey wrote:
> > -BEGIN PGP SIGNED MESSAGE-
> > Hash: SHA1
> > 
> > We actually have the repositories for plugin download specified 
> > separately in the pom, using the  stanza. It 
> > looks similar to (using your original example):
> > 
> >
> >
> >my_own_repo
> >...
> >
> >
> > 
> > If this doesn't take care of the problem, let me know.
> 
> Sure, but maybe it would be nice to default the plug-in 
> repositories to the standard repository settings if nothing 
> exists for the plug-in repo settings.
> 
> --
> jvz.
> 
> Jason van Zyl
> jason at maven.org
> http://maven.apache.org
> 
> 
> 
> -
> 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: My own repo is consulted for parent POM's but for plugins

2005-04-26 Thread John Casey
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

yeah, I can never remember which way that falls for the generated
model... :)

Peter van de Hoef wrote:
> Yes, it works!
> 
> It appears, by the way, that the child of  is
>  instead of .
> 
> Thank you very much for your help.
> - Peter
> 
> John Casey wrote:
> 
> We actually have the repositories for plugin download specified
> separately in the pom, using the  stanza. It looks
> similar to (using your original example):
> 
>
>
>my_own_repo
>...
>
>
> 
> If this doesn't take care of the problem, let me know.
> 
> Cheers,
> -john
> 
> 
> Peter van de Hoef wrote:
> 
 Done. http://jira.codehaus.org/browse/MNG-358

 Jason van Zyl wrote:


> On Tue, 2005-04-26 at 22:26 +0200, Peter van de Hoef wrote:
>
>
>
>> Hi all,
>>
>> I have the following situation.
>> A parent POM (parent) a child POM (child) and a plugin (plugin).
>> The child inherits from the parent and uses the plugin like:
>>  
>
>
>
> Can you post a JIRA issue, we do have separate repositories set for
> downloading plug-ins so we'll need to fix the inheritance and default
> population for the plug-ins remote repository.
>
>
>

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



-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.6 (GNU/Linux)

iD8DBQFCbsAOK3h2CZwO/4URAlNcAKCGMu2zUWTWJOGAdQPU8lXX9SrqJgCfd/IR
rhyUzDbdkTpCNGVuRIuXqBA=
=/d45
-END PGP SIGNATURE-

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



Re: My own repo is consulted for parent POM's but for plugins

2005-04-26 Thread Peter van de Hoef
Yes, it works!
It appears, by the way, that the child of  is 
 instead of .

Thank you very much for your help.
- Peter
John Casey wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
We actually have the repositories for plugin download specified
separately in the pom, using the  stanza. It looks
similar to (using your original example):
   
   
   my_own_repo
   ...
   
   
If this doesn't take care of the problem, let me know.
Cheers,
- -john
Peter van de Hoef wrote:
Done. http://jira.codehaus.org/browse/MNG-358
Jason van Zyl wrote:

On Tue, 2005-04-26 at 22:26 +0200, Peter van de Hoef wrote:

Hi all,
I have the following situation.
A parent POM (parent) a child POM (child) and a plugin (plugin).
The child inherits from the parent and uses the plugin like:
 

Can you post a JIRA issue, we do have separate repositories set for
downloading plug-ins so we'll need to fix the inheritance and default
population for the plug-ins remote repository.

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

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.6 (GNU/Linux)
iD8DBQFCbrrMK3h2CZwO/4URAuKwAJ9N9SkXbLKzoNxY1fqVCFIe5oK/YACdEr7S
az35RKlDQZuPAQCCCNhRxBs=
=m8Ar
-END PGP SIGNATURE-
-
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: My own repo is consulted for parent POM's but for plugins

2005-04-26 Thread Jason van Zyl
On Tue, 2005-04-26 at 18:03 -0400, John Casey wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
> 
> We actually have the repositories for plugin download specified
> separately in the pom, using the  stanza. It looks
> similar to (using your original example):
> 
>
>
>my_own_repo
>...
>
>
> 
> If this doesn't take care of the problem, let me know.

Sure, but maybe it would be nice to default the plug-in repositories to
the standard repository settings if nothing exists for the plug-in repo
settings.

-- 
jvz.

Jason van Zyl
jason at maven.org
http://maven.apache.org



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



Re: My own repo is consulted for parent POM's but for plugins

2005-04-26 Thread John Casey
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

We actually have the repositories for plugin download specified
separately in the pom, using the  stanza. It looks
similar to (using your original example):

   
   
   my_own_repo
   ...
   
   

If this doesn't take care of the problem, let me know.

Cheers,
- -john


Peter van de Hoef wrote:
> Done. http://jira.codehaus.org/browse/MNG-358
> 
> Jason van Zyl wrote:
> 
>> On Tue, 2005-04-26 at 22:26 +0200, Peter van de Hoef wrote:
>>  
>>
>>> Hi all,
>>>
>>> I have the following situation.
>>> A parent POM (parent) a child POM (child) and a plugin (plugin).
>>> The child inherits from the parent and uses the plugin like:
>>>   
>>
>>
>> Can you post a JIRA issue, we do have separate repositories set for
>> downloading plug-ins so we'll need to fix the inheritance and default
>> population for the plug-ins remote repository.
>>
>>  
>>
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.6 (GNU/Linux)

iD8DBQFCbrrMK3h2CZwO/4URAuKwAJ9N9SkXbLKzoNxY1fqVCFIe5oK/YACdEr7S
az35RKlDQZuPAQCCCNhRxBs=
=m8Ar
-END PGP SIGNATURE-

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



Re: My own repo is consulted for parent POM's but for plugins

2005-04-26 Thread Peter van de Hoef
Done. http://jira.codehaus.org/browse/MNG-358
Jason van Zyl wrote:
On Tue, 2005-04-26 at 22:26 +0200, Peter van de Hoef wrote:
 

Hi all,
I have the following situation.
A parent POM (parent) a child POM (child) and a plugin (plugin).
The child inherits from the parent and uses the plugin like:
   

Can you post a JIRA issue, we do have separate repositories set for
downloading plug-ins so we'll need to fix the inheritance and default
population for the plug-ins remote repository.
 

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


Re: My own repo is consulted for parent POM's but for plugins

2005-04-26 Thread Jason van Zyl
On Tue, 2005-04-26 at 22:26 +0200, Peter van de Hoef wrote:
> Hi all,
> 
> I have the following situation.
> A parent POM (parent) a child POM (child) and a plugin (plugin).
> The child inherits from the parent and uses the plugin like:

Can you post a JIRA issue, we do have separate repositories set for
downloading plug-ins so we'll need to fix the inheritance and default
population for the plug-ins remote repository.

-- 
jvz.

Jason van Zyl
jason at maven.org
http://maven.apache.org

you are never dedicated to something you have complete confidence in.
No one is fanatically shouting that the sun is going to rise tomorrow.
They know it is going to rise tomorrow. When people are fanatically
dedicated to political or religious faiths or any other kind of 
dogmas or goals, it's always because these dogmas or
goals are in doubt.

  -- Robert Pirzig, Zen and the Art of Motorcycle Maintenance


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