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,

> The warning is actually a limitation. The "All Bundles" categories
> should fetch everything it sees into the repository. The idea is to
> get rid of the aggregation feature, which currently requires to list
> bundles manually.

I must admit that I didn't quite understand the aggregation feature when
I read through the EBR code last week. It is referenced in the
category.xml but with no category and it only includes a few plugins.

> Now, there probably could be a switch in Tycho that
> would prevent including bundles from the local Maven repo but only
> consider the current reactor and target platform. But that's up to
> the Tycho team (if they ever are going to implement it).

I would have thought localArtifacts.ignore doing the trick, but
apparently it does not. I'll experiment some more.

> As a workaround, I suggest using a separate local Maven repository
> for the recipes build (eg., -Dmaven.repo.local=$HOME/.m2/ebr-repo).
> 
> BTW, the aggregation feature currently only lists three bundles.
> Thus, I doubt the p2 repo is useful for you guys. Would be great to
> see a pull request once in a while. :)

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 may have some time to look around in the ebr.git repository some more
and prepare some pull request in the future, but don't hold your breath.

Best wishes,

Andreas

-- 
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