You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Antoine Levy-Lambert <an...@gmx.de> on 2006/09/20 00:10:15 UTC

settings or profile; using maven2 ant tasks

Hello,

I am trying to setup builds using Ant and Maven2 ant tasks.

I would like to have the following setup :

- all third party jars are stored in ClearCase and are accessed through filesystem. It is assumed we setup the filesystem to follow maven layout
(do not know exactly how, but will find out)

- all internal artifacts are published via WebDav on an Apache Server

- developers have on top of that a local, file system based repository, which overrides the WebDav repository

- the central builds take the third party jars from file system, and retrieve the internal dependencies from WebDav

- for the developers, it works the same with the file system based repository added to the equation

Could you suggest how to make this work with a settings.xml or profile.xml, and as little configuration as possible in the individual build files or pom files. We will write pom.xml files for each project.

Ideally, we would check in the profile.xml or settings.xml somewhere in ClearClase and make sure that it is used, we do not want the developers to each pick his configuration, rather we want to make it imperative.

Regards,

Antoine

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


Re: settings or profile; using maven2 ant tasks

Posted by Antoine Levy-Lambert <an...@gmx.de>.
Hello Mick,

I do not have a solution yet.

I am also looking at ivy. Ivy has an ant task to create the build order
from a fileset of build.xml files.
I have just created an issue on JIRA asking for the creation of such a
task in maven2. If my project was to choose the solution Ant + Maven2
Ant tasks, we would definitively need that.

Regards,

Antoine

Mick Knutson wrote:
> I have to do the same thing in a few weeks. Would you mind sharing your
> solution when you are done please?
>
>


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


Re: settings or profile; using maven2 ant tasks

Posted by Mick Knutson <mi...@gmail.com>.
I have to do the same thing in a few weeks. Would you mind sharing your
solution when you are done please?


On 9/19/06, Antoine Levy-Lambert <an...@gmx.de> wrote:
>
> Hello,
>
> I am trying to setup builds using Ant and Maven2 ant tasks.
>
> I would like to have the following setup :
>
> - all third party jars are stored in ClearCase and are accessed through
> filesystem. It is assumed we setup the filesystem to follow maven layout
> (do not know exactly how, but will find out)
>
> - all internal artifacts are published via WebDav on an Apache Server
>
> - developers have on top of that a local, file system based repository,
> which overrides the WebDav repository
>
> - the central builds take the third party jars from file system, and
> retrieve the internal dependencies from WebDav
>
> - for the developers, it works the same with the file system based
> repository added to the equation
>
> Could you suggest how to make this work with a settings.xml or profile.xml,
> and as little configuration as possible in the individual build files or pom
> files. We will write pom.xml files for each project.
>
> Ideally, we would check in the profile.xml or settings.xml somewhere in
> ClearClase and make sure that it is used, we do not want the developers to
> each pick his configuration, rather we want to make it imperative.
>
> Regards,
>
> Antoine
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>


-- 

Thanks

DJ MICK
http://www.djmick.com
http://www.myspace.com/mickknutson