nbm:branding appends "netbeans" by default for nbmBuildDir
----------------------------------------------------------
Key: MNBMODULE-14
URL: http://jira.codehaus.org/browse/MNBMODULE-14
Project: Maven 2.x Netbeans Module Plugin
Issue Type: Bug
Affects Versions: 2.5
Environment: Java(TM) 2 Runtime Environment, Standard Edition (build
1.5.0_11-b03), maven 2.0.6, maven-nbm-plugin LATEST (2.5)
Reporter: Emilian Bold
Assignee: Milos Kleint
By default, the nbmBuild dir is set to target/nbm/netbeans/$cluster . There is
no way to get rid of the "/netbeans/" part, even if I set nbmBuildDir to
another value :
<nbmBuildDir>testt</nbmBuildDir>
and I have cluster and brandingToken set up:
<cluster>mysuite</cluster>
<brandingToken>mysuite</brandingToken>
, I get the branding jars in testt/netbeans/mysuite (which contains the
core/locale, and modules/locale folders).
In order to be able to use nbm:cluster and nbm:run-platform, the workarround is
to change the clusterBuildDir / nbmBuildDir to
${project.build.directory}/netbeans (ie. I'm forced to use that "netbeans"
path).
--
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