[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[News.eclipse.technology.packaging] Re: Generating an Eclipse install from a Maven 2 project

Erkki,

Your request seems to go into the area of provisioning. It is our current thinking that this is beyond what the packaging project is planing to provide. That does not mean that the request is not useful, but I think we need to involve the platform team when it comes to provisioning.

Best Regards,

Jochen

Erkki Lindpere wrote:
Imagine if setting up and running a full developement environment for a complex project from scratch would consist of running the following commands:

 >cvs checkout project
 >cd project
 >mvn -Declipse.install.area=/eclipse eclipse:install
 >/eclipse/eclipse