You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Ittay Dror <it...@tikalk.com> on 2008/04/15 11:38:43 UTC

using external files in parent pom

Hi,

I have a parent pom that contains a plugin that references an external 
file. Now if I execute a child pom (where presumably, it finds the 
parent in the repository, not relative path), I want the file to be 
automatically downloaded so the plugin can reference it. How can I do 
that (and how should the reference to the file look like)?

Thank you,
Ittay

-- 
Ittay Dror <it...@tikalk.com>
Tikal <http://www.tikalk.com>
Tikal Project <http://tikal.sourceforge.net>


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


Re: using external files in parent pom

Posted by Ittay Dror <it...@tikalk.com>.
perfect!

thanks

nicklist@planet.nl wrote:
> Take a look at the multi module configuration section of the checkstyle plugin documentation [1].
>
> Hth,
>
> Nick S.
>
> [1] http://maven.apache.org/plugins/maven-checkstyle-plugin/examples/multi-module-config.html
>
>
> -----Original Message-----
> From: Ittay Dror [mailto:ittayd@tikalk.com]
> Sent: Tue 4/15/2008 11:38
> To: Maven Users List
> Subject: using external files in parent pom
>  
> Hi,
>
> I have a parent pom that contains a plugin that references an external 
> file. Now if I execute a child pom (where presumably, it finds the 
> parent in the repository, not relative path), I want the file to be 
> automatically downloaded so the plugin can reference it. How can I do 
> that (and how should the reference to the file look like)?
>
> Thank you,
> Ittay
>
>   

-- 
Ittay Dror <it...@tikalk.com>
Tikal <http://www.tikalk.com>
Tikal Project <http://tikal.sourceforge.net>


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


RE: using external files in parent pom

Posted by ni...@planet.nl.
Take a look at the multi module configuration section of the checkstyle plugin documentation [1].

Hth,

Nick S.

[1] http://maven.apache.org/plugins/maven-checkstyle-plugin/examples/multi-module-config.html


-----Original Message-----
From: Ittay Dror [mailto:ittayd@tikalk.com]
Sent: Tue 4/15/2008 11:38
To: Maven Users List
Subject: using external files in parent pom
 
Hi,

I have a parent pom that contains a plugin that references an external 
file. Now if I execute a child pom (where presumably, it finds the 
parent in the repository, not relative path), I want the file to be 
automatically downloaded so the plugin can reference it. How can I do 
that (and how should the reference to the file look like)?

Thank you,
Ittay

-- 
Ittay Dror <it...@tikalk.com>
Tikal <http://www.tikalk.com>
Tikal Project <http://tikal.sourceforge.net>


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