Questions tagged [maven-nbm]
10 questions
3
votes
1 answer
Set the release version for NetBeans RCP application Windows installer
I am building a NetBeans RCP application using the NetBeans platform version 7.3 and the maven-nbm-plugin. For Windows, I'm building an installer using the nbm:build-installers mojo. The installer produced installs my application, but the version…

Barry Wark
- 107,306
- 24
- 181
- 206
1
vote
1 answer
Netbeans RCP - duplicate third party jar in "clusters/modules/ext" folder
I have two Cluster in my Netbeans RCP project (Cluster A, and Cluster B).
Module M-A in Cluster A, has dependency to Module M-B in Cluster B. M-A ---> M-B
besides this, both modules (M-A and M-B) have dependency to a third party jar (…

mhshams
- 16,384
- 17
- 55
- 65
1
vote
1 answer
How do I specify metadata for the executable created by the nbm maven plugin
I'd like to specify the metadata that is visible when I right-click / info on the executable created by the netbeans maven plugin (nbm).
Currently it looks loke this:
I am specifically missing a way to speficy the following:
name
version
I…

oers
- 18,436
- 13
- 66
- 75
1
vote
1 answer
exporting all packages in nbm-maven-plugin
I'm creating a wrapper module in Netbeans platform that contains a set of jar dependencies, I want to make all of the packages (including ones in jars) available to other modules that depends on this wrapper. so far I've been able to do it by…

Aboud Zakaria
- 567
- 9
- 25
1
vote
0 answers
Netbeans Maven-based Module is not providing its dependencies
I want to accomplish what I think these directions describe.
I want to use an external, maven-based project from a rcp platform application.
I've used the new Project wizard to build a new maven-based application that include a maven-based module. …

Ryan
- 2,061
- 17
- 28
0
votes
1 answer
maven error "The POM for ... is missing" - right after maven downloads the pom
So maven downloads the pom then declares that it is missing. Then it proceeds to download the jars.
Heres the log
[DEBUG] Using connector WagonRepositoryConnector with priority 0 for http://bits.netbeans.org/maven2/
Downloading:…

notzippy
- 468
- 7
- 10
0
votes
1 answer
What maven artifact contains org.netbeans.core.NbErrorManager
I'm converting a netbeans platform build to maven, and I'm failing to identity the Maven artifact for org.netbeans.core.NbErrorManager. Which one is it?

bmargulies
- 97,814
- 39
- 186
- 310
0
votes
1 answer
How to get same state of jar to multiple nbm modules?
My NetBeans platform application has two nbm modules A and B and one jar project.
NB modules have a dependency on a JAR which contains singleton class named Engine.
When I access Engine class from module A, Engine object created and returned. So I…

Gayan Ranasinghe
- 1
- 4
0
votes
1 answer
Netbeans platform. Non-ascii characters in path to app
I'm create my app by using netbeans platfrom(7.4). I use nbm-maven plugin 3.13. In windows(8 in virtual box), i setup app to folder with cyrilic characters. Next, I launch exe file and have message box("Non-ascii ...").
I find bug report…

den
- 1
- 2
0
votes
0 answers
Is nbm-maven-plugin safe to be used for maven parallel build?
I have a multi module project that uses nbm-maven-plugin. I'm currently testing out the parallel build feature from maven 3. Very happy with the result as it improves the speed by almost 60% :) The problem is, it doesn't seem to be marked as thread…

ceilfors
- 2,617
- 23
- 33