How to compile your own version of NBANDROID V2 - NBANDROIDTEAM/NBANDROID-V2 GitHub Wiki

git clone https://github.com/NBANDROIDTEAM/NBANDROID-V2.git
cd ./NBANDROID-V2

Now open the pom.xml file in the editor..
For example: kate pom.xml
In section:

       <profile>
            <id>Default-no-gradle</id>
            .
            .
            .
            <properties>
              .
              .
              .
                <nb.impl>incubator-netbeans-release-404-on-20190319</nb.impl>
                <version.nb>RELEASE100</version.nb>
            </properties>
        </profile>

Change the nb.impl to the implementation version of your Apache Netbeans.
You can find the version in About..
About
Next, you need to change the version of the ANB libraries in the Maven repository version.nb
ANB 10.0 = RELEASE100, ANB 11.0 = RELEASE110, ANB 11.1 = RELEASE111
And we save the changes..

Java >= 10 is required for compilation, if you are using an older version as default then run:
mvn -Dmaven.compiler.fork=true -Dmaven.compiler.executable=/path/to/javac clean install
For Java >= 10 as default run:
mvn clean install
And finally:
mvn nbm:autoupdate
cd ./target/netbeans_site
And here are your compiled modules...

⚠️ **GitHub.com Fallback** ⚠️