Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Code signing on OS X before zipping a package

Hi Igor,

thanks for the reply. Do you have an example handy for the route you took for your short term solution?
I'm new to Maven and it sounds like a daunting task :-P
Thanks!

Valerio

2012/11/6 Igor Fedorenko <igor@xxxxxxxxxxxxxx>
This is not currently possible and adding new phase is not really an
option.

Short term you may be able to do what I did for artifact signing, which
boils down to suppressing default mojo executions and configuring
everything manually in the pom.

Long term, maven core needs to provide a mechanism to order plugin
executions within the same phase, but I have not thought much about all
implications.

--
Regards,
Igor


On 12-11-06 11:43 AM, Valerio Santinelli wrote:
Hello,

I've opened this bug on Bugzilla:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=393571

Basically, when you compile an app for OS X Mountain Lion, you have to
sign it with an Apple Developer ID.

To sign the app you have to use the codesign tool included in XCode,
which is a command line utility.

I run it through the maven-exec-plugin, but I couldn't find a phase that
sits after the creation of the .app and before the creation of the zip
file and before the creation of the zip of the executable in
repository/binary.

Is there a phase that I am missing or should there be a new phase to do
that kind of operation?
Thanks for the help!

Valerio


_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tycho-user

_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tycho-user


Back to the top