You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Johannes Schneider <ma...@cedarsoft.com> on 2010/12/14 21:21:14 UTC

Webstart: Setting the store and pass using system properties

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi guys,

at the moment I am trying to figure out how to use the WebStart plugin.
Everything works fine, when I add the path to the keystore location and
the keystore password into the pom. But of course I'd prefer to store
those values within settings.xml or use command line parameters.

But the webstart plugin does not pick up the values when calling like that:
"mvn package -Dstorepass=mypass" does

Any ideas?


Thanks,

Johannes
- -- 
Johannes Schneider - blog.cedarsoft.com
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iQEcBAEBAgAGBQJNB9G3AAoJEAytD9R7Qv6dZtYIAJXrLbt9ZDP/K2e9O4UBxXPb
K8X3hLeVrUeq0sX8rngixPe9x2uLMqemenxKeUUB70zEBN3qjJ4vMACeX6o8xcrh
HT9MY9PGYUCzCsYBN7I2GbYpV5anjVtNQSX0tc97ZAcm0sx2MgV0Dg63K0T9l0OB
VV4ANB5pW+hGWmJ9EXdGu8Cg6KVuOr6utYZO2TIr+X7veHbgjWJZ4cp/x8QtM03e
okareAgg87i19QRqQpxioHji2m9s9JWiL//L+OULTj4tbGGal9X86ZtHjXYaoNlN
AZ8nMdYIzGwTq2qa2h4Vo3I9wS3++hrzs3lH1/uzyr0U4HKxkbJRNGWJ6dhNV0g=
=QeTS
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: Webstart: Setting the store and pass using system properties

Posted by Johannes Schneider <ma...@cedarsoft.com>.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Think I have solved it:

	<sign>
            <keystore>${keystore.location}</keystore>
            <storepass>${keystore.pass}</storepass>
            <alias>${keystore.alias}</alias>
       </sign>



On 12/14/2010 09:21 PM, Johannes Schneider wrote:
> Hi guys,
> 
> at the moment I am trying to figure out how to use the WebStart plugin.
> Everything works fine, when I add the path to the keystore location and
> the keystore password into the pom. But of course I'd prefer to store
> those values within settings.xml or use command line parameters.
> 
> But the webstart plugin does not pick up the values when calling like that:
> "mvn package -Dstorepass=mypass" does
> 
> Any ideas?
> 
> 
> Thanks,
> 
> Johannes

- ---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


- -- 
Johannes Schneider - blog.cedarsoft.com
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iQEcBAEBAgAGBQJNB9szAAoJEAytD9R7Qv6dDmAH/2yLDezvKGDT29jO+/M9I6Cc
4T70CXx/lEPKkjz7UBKRqiqqtMV7svCeXnmHIPEPv4t5MqzAr/lJ/mHr+4uJgaid
Eqvgmi2VBR3znw+nLys0+z+A2YInJ9GiWL5GmmETHS+cw0iuUO2ScAlWyB44MeFS
MlfuT6UX97oq1eny4VS1avkvF0rqFDirnBi5hMGQAovmXWW99b4pCgK3Gkm1lQnf
r/5tjIGephjDPh9L+jE+RblrP2AqvvLOHWKL2sL6P7Qj066Y7rensLPZdD+wlqjo
eupj7HOPzdE47AXt/2hxrY3K+NFNPCd8EtVV6j7updO/XJh5x41DYScGMIwl9k4=
=xASR
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org