Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cross-project-issues-dev] usage of general parent pom and settings.xml

Hi all,

I'm a Maven newbie and just looking at some CBI stuff which I could use for the eTrice project.

I saw that http://wiki.eclipse.org/Maven/Parent_POM recommends to use a parent pom
[1].
<parent>
   <groupId>org.eclipse</groupId>
   <artifactId>eclipse-parent</artifactId>
   <version>3</version>
</parent>
but it is not clear to which repository this is published.

Also the settings.xml [2] seems to be outdated.

Is it still recommended to uses these two files?

Thanks,
Henrik


[1] http://git.eclipse.org/c/dash/org.eclipse.dash.maven.git/tree/eclipse-parent/pom.xml
[2] http://git.eclipse.org/c/dash/org.eclipse.dash.maven.git/tree/settings.xml


Back to the top