Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ebr-dev] Suspicious warnings on "mvn clean package -f releng/p2"

Hi Gunnar,

> I'm working on a separate build that combines the maven-bundle-plugin
> with Tycho in two reactors, not on the EBR project itself. Hence, I only
> use EBR (along with the JGit/EGit and Eclipse Aether builds) for
> inspiration.

I got something working in a *single* aggregator build (still with two
*reactors*, thanks to the maven-invoker-plugin). You can now run "mvn
clean install" and use both "bundle" and "eclipse-repository" packaging
in a single aggregator build, with the latter consuming the former.

I even managed to (mostly) separate the invoked Tycho part of the build
from the local repository of the invoking build, using invoker:install
[1]. Have a look at [2] for inspiration.

Maybe this would work for EBR as well? Anyway, I'm very interested in
your thoughts on this approach, as you no doubt have spend a fair amount
of time Tycho-wrangling yourself.

Best wishes,

Andreas

[1]
<https://maven.apache.org/plugins/maven-invoker-plugin/install-mojo.html>
[2]
<https://github.com/codetrails/ctrlflow-aer-client/tree/master/repositories/p2-repository-invoker>

-- 
Codetrails GmbH
The knowledge transfer company

Robert-Bosch-Str. 7, 64293 Darmstadt
Phone: +49-6151-276-7092
Mobile: +49-170-811-3791
http://www.codetrails.com/

Managing Director: Dr. Marcel Bruch
Handelsregister: Darmstadt HRB 91940


Back to the top