Skip to main content

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

Hi,

I am building the recipes following the advice in the README [1].
Building the recipes works fine, but building the p2 repository gives
rise to some warnings which worry me:

> WARNING] Mirror tool: Problems resolving provisioning plan.: Unable to satisfy dependency from v20150830-1840.all 1.0.0.EG4EgsEMEcLiEQ-Lh-Wb5bf4CV_TBW2U10Q to org.eclipse.recommenders.overrides.rcp [2.4.3.v20160708-1339].; ...

It seems like the All Bundles category tries (not sure if it succeeds)
all the bundles in my local Maven repository, which contains
locally-built Code Recommenders bundles, among other things. These
bundles certainly should not end up on the p2 update site; only the ones
build by recipes should.

I tried to work around this by explicitly listing all bundles as
<dependencies> of the p2 project, configuring a
target-platform-definition with
<pomDependencies>consider</pomDependencies>, and building with
-Dtycho.localArtifacts=ignore, in the hope that this would only consider
those artifacts listed explicitly, but to no avail.

Does anyone know how to get rid of this worrying warning (save nuking
~/.m2/repository before every build) or do I worry too much? ;-)

Best wishes,

Andreas

[1] <https://github.com/eclipse/ebr>

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