tree: e99cacb3ece66d18631607e3acc1dfcd8f404324 [path history] [tgz]
  1. aggr/
  2. pommod/
  3. .gitignore
  4. Build EMF Maven Publish.launch
  5. build.properties
  6. feature.xml
  7. pom.xml
  8. README.md
releng/org.eclipse.emf.releng/publish/README.md

How to build?

Run mvn.

The pom.xml is configured to execute the default goals clean resources:resources verify.

pommod

The directory pommod contains a small Maven based project that contains a small utility to enrich the POM files produced by the CBI aggregator by mandatory information for upload to Maven Central.

OSSRH

Q & A

Why is there a feature.xml?

This project must be of a type recognized by Tycho. It contains an empty feature.xml and is declared as packaging-type ‘eclipse-feature’ for that sake.