Use settings.xml configuration although configuration is not explicited, and
anyway incompletely
------------------------------------------------------------------------------------------------
Key: MNBMODULE-123
URL: http://jira.codehaus.org/browse/MNBMODULE-123
Project: Maven NetBeans Module Plugin
Issue Type: Bug
Affects Versions: 3.5
Reporter: Gabriele Kahlout
Assignee: Jesse Glick
Priority: Critical
Steps to reproduce:
have a settings.xml as follows:
<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0
http://maven.apache.org/xsd/settings-1.0.0.xsd">
<profiles>
<profile>
<id>deployment</id>
<properties>
<keystorepassword>15Brfffffustakrebs</keystorepassword>
<keystorealias>mdddemo</keystorealias>
</properties>
</profile>
</profiles>
</settings>
Debugging nbm-maven you see that the keystorealias mdddemo is received,
although the pom doesn't refer to those.
Failed to execute goal
org.codehaus.mojo:nbm-maven-plugin:3.5-SNAPSHOT:webstart-app (webstart) on
project application: If you want to sign the jnlp application, you need to
define all three keystore related parameters. -> [Help 1]
To see the full stack trace of the errors, re-run Maven with the -e switch.
Re-run Maven using the -X switch to enable full debug logging.
For more information about the errors and possible solutions, please read the
following articles:
[Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email