Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tycho-user] Pack by default, sign in a profile

Hi all,

I'm trying to set up a pom in a way that the jar files get packed in any case, and I can sign them with a profile.
So what I'd like to do is, by default:
* pack200a
* pack200b
and when using a profile
* pack200a
* sign
* pack200b

However, I don't know a way to trigger signing execution just between pack200a and pack200b. So it seems to me that I'll need to deal with a couple of profiles if I want to achieve it.
Is there a nicer solution?

Cheers,
--
Mickael Istria
Eclipse developer at JBoss, by Red Hat
My blog - My Tweets

Back to the top