Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] materialized products don't contain the artifacts that were signed during the build

I am afraid you can't do this at the moment. I looked at
eclipse-maven-signing-plugin yesterday when signing m2e and I think I
have a pretty good idea what needs to be done to tycho and
eclipse-maven-signing-plugin to integrate artifacts singing in tycho p2
metadata flow properly, but I won't have time to implement this for
awhile and this certainly won't be ready in time for Indigo.

--
Regards,
Igor

On 11-05-26 12:11 AM, Hugues Malphettes wrote:
Hi everyone,

I have plugged the signing plugin developed at eclipse in the dash
project into an eclipse-repository project.
The generated repository is signed however the materialized products
don't contain the signed artifacts.

This is because to materialize the products tycho uses the reactor's
'internal' repositories as showed in the logs [1].

We are keeping track of this issue here:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=347242

What would be the best way to get the signed features and plugins into
the materialized products?
I am hoping that we don't need to run a separate tycho build to
materialize the products with the signed artifacts.

Cheers,
Hugues.

[1] For example in
https://hudson.eclipse.org/hudson/job/rtp-packages/153/console

[INFO] Calling director with arguments: [-metadatarepository,
file:/opt/public/jobs/rtp-packages/workspace/packages/org.eclipse.rtp.package.products/target/publisherRepository/,file:/opt/public/jobs/rtp-packages/workspace/packages/org.eclipse.rtp.package.basic.feature/target/,file:/opt/public/jobs/rtp-packages/workspace/packages/org.eclipse.rtp.package.web.feature/target/,file:/opt/public/jobs/rtp-packages/workspace/packages/org.eclipse.rtp.package.products/target/targetPlatformRepository/,
-artifactrepository,
file:/opt/public/jobs/rtp-packages/workspace/packages/org.eclipse.rtp.package.products/target/publisherRepository/,file:/opt/public/jobs/rtp-packages/workspace/packages/org.eclipse.rtp.package.basic.feature/target/,file:/opt/public/jobs/rtp-packages/workspace/packages/org.eclipse.rtp.package.web.feature/target/,file:/opt/users/hudsonbuild/.hudson/jobs/rtp-packages/workspace/.repository/,
-installIU, org.eclipse.rtp.package.basic, -destination,
/opt/public/jobs/rtp-packages/workspace/packages/org.eclipse.rtp.package.products/target/products/org.eclipse.rtp.package.basic/linux/gtk/x86/rt-basic-incubation-0.1.0.v20110525-2320-N,
-profile, DefaultProfile, -profileProperties,
org.eclipse.update.install.features=true, -roaming, -p2.os, linux, -p2.ws, gtk,
-p2.arch, x86]
Installing org.eclipse.rtp.package.basic 0.1.0.v20110525-2320.
_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tycho-user


Back to the top