Thank you for the very detailed explanation. One thing is however unclear to me: We have one common keystore with our certified key which we want to use for a lot of different projects. Do you have a suggestion on how to handle that? I am hoping that it is possible to drop this keystore in its own project and depend upon it from other projects, but I am unclear about how to point to the actual keystore file in that dependant project. Can I create a pom-like project with the keystore attached and somehow point to the keystore-file in the local repository, or can I use some sort of assembly magic to pull the keystore from its project and point to that?
Regards, /Henrik >-----Original Message----- >From: leeand00 [mailto:[EMAIL PROTECTED] >Sent: 24. oktober 2007 16:32 > >I'm not sure if I can help out with the multiple keystores, but I can >help >with not specifying an absolute path name. If you use the properties >that >are available in Maven2, for instance ${basedir} you won't have to >specify >an absolute path name to your keystore.
