Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [m2e-users] share a m2Eclipse like "Team Project Set"

Hi Asaf,

sound very interesting ;-)

I understand your "foo-build" solution as a “big” multi module maven pom-artefact, which have all the department maven artefacts as module.

This will simplify the checkout in eclipse, but it is a litle kind of workaround. Maybe I will do that!

 

Your maven plugin will help to check out the “referenced” projects, but they are no projects with eclipse nature.

You use a pom for handling the “meta-data” which for example in the eclipse project set. I’m not sure if this is

The solution, but I’m sure it is the right way.

 

Fredy

 

 

 

Von: m2e-users-bounces@xxxxxxxxxxx [mailto:m2e-users-bounces@xxxxxxxxxxx] Im Auftrag von Asaf Mesika
Gesendet: Dienstag, 8. Februar 2011 15:06
An: Maven Integration for Eclipse users mailing list
Betreff: Re: [m2e-users] share a m2Eclipse like "Team Project Set"

 

Why not have a "foo-build" project which has a pom.xml file of pom packaging,which serves as an aggregator for you project.

This project will contain all the projects you need for a specific product. You can use git sub-module to hold the references to each project.

 

I'm in the process of writing a maven plugin which analyzes a pom.xml file, and for a specific groupId artifacts, it retrieves its pom file from Nexus, extracts the repository location and checks it out to the "foo-build" project directory. I think Atlassian Confluence wrote something similar.

 

 

 

On Tue, Feb 8, 2011 at 3:52 PM, Igor Fedorenko <igor@xxxxxxxxxxxxxx> wrote:

You'll have to write some java code to do that, I can provide pointers
at m2e-dev mailing list if you are interested.

Sonatype also has a commercial product that does this as part of larger
development workspace materialization workflow.

--
Regards,
Igor

On 11-02-08 02:42 AM, Hauschel Fred Robert wrote:

Hi all,
is there a possibility to share a m2Eclipse like "Team Project Set" ?
The standard project set cannot handle Multi Modules and the maven
nature (I think so!).

The Goal:
Semi automated Eclipse setup with all the department Projects for new
developers in a easy way.

Or does anybody have a scripting idea ?

Thanks Fredy

_______________________________________________
m2e-users mailing list
m2e-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/m2e-users

 


Back to the top