Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » TMF (Xtext) » Explanation of 2.9 parent and target projects
Explanation of 2.9 parent and target projects [message #1719299] Wed, 06 January 2016 21:04 Go to next message
Larry LeBron is currently offline Larry LeBronFriend
Messages: 124
Registered: October 2015
Senior Member
I'm starting my first new project using 2.9, and am completely new to Maven.
Can anyone briefly explain what the "target" and "parent" projects are, which are created when I enable Maven building?

My use case is an Xbase DSL which I'd like to share with other eclipse users in as simple a way as possible. In the past I'd built p2s using buckminster.

Do these projects enable this type of functionality?

Thanks!
Re: Explanation of 2.9 parent and target projects [message #1719305 is a reply to message #1719299] Wed, 06 January 2016 22:28 Go to previous messageGo to next message
Christian Dietrich is currently offline Christian DietrichFriend
Messages: 14716
Registered: July 2009
Senior Member
Xtext uses Maven Tycho for the build https://eclipse.org/tycho/ http://wiki.eclipse.org/Category:Tycho
- the parent pom defines an aggregator build (see maven docs) so that multiple modules can be built with one maven command. it contains configurations that apply to all child modules as well.
- the target project contains the eclipse target definition which the build is done against (which dependencies can be found in which p2 repositories) http://www.vogella.com/tutorials/EclipseTargetPlatform/article.html


Twitter : @chrdietrich
Blog : https://www.dietrich-it.de
Re: Explanation of 2.9 parent and target projects [message #1719306 is a reply to message #1719305] Wed, 06 January 2016 23:31 Go to previous message
Larry LeBron is currently offline Larry LeBronFriend
Messages: 124
Registered: October 2015
Senior Member
Ok, great!

Thanks very much for the explanation.
Previous Topic:Release notes for XText milestones?
Next Topic:follow-up on Run/Debug as Java application for Xbase languages
Goto Forum:
  


Current Time: Mon Sep 23 13:31:13 GMT 2024

Powered by FUDForum. Page generated in 0.03329 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top