Hi,
I want to generate a maven repository from the Texo/Teneo update site during the build process. The update site is
created during the build and at the end of the build I want to use b3 to generate a new site from the initial generated
update site.
I want the update site to only contain the Texo features and no dependencies, is this possible or how can I do that?
To test this I started by creating a b3 xml (see below), when I do build repository (from the ui), 3 directories are
created p2, interim and final, the p2 only contains these folders:
org.eclipse.equinox.p2.core
org.eclipse.equinox.p2.engine
org.eclipse.equinox.p2.repository
and the final directory only contains artifact.jar and contents.jar.
So I miss the final p2 site/maven repository. Am I doing something wrong?