You are viewing a plain text version of this content. The canonical link for it is here.
Posted to netcat@netbeans.apache.org by joe schmo <ge...@hotmail.com> on 2019/03/18 10:58:18 UTC

testing problem

I still need the spec assigned to me but I did find a copy to continue testing from and I am having an issue I'm not sure is a bug or just lack of knowledge on my part.

Build installers for NB application<http://netbeans-vm.apache.org/synergy/client/app/index.html#/case/238/suite/1510/v/1> Test Case   Report issue ↗<https://issues.apache.org/jira/secure/CreateIssue!default.jspa?pid=12320634&issuetype=1&summary=Build%20installers%20for%20NB%20application>

  *   Steps:
     *   Create new Maven NetBeans Application project (Nbapp)
     *   Clean and build on Nbapp-parent

After doing the following steps I get an error building, here is a snippet.

------------------------------------------------------------------------
Failed to execute goal org.codehaus.mojo:nbm-maven-plugin:4.1:branding (default-branding) on project Nbapp-branding: Execution default-branding of goal org.codehaus.mojo:nbm-maven-plugin:4.1:branding failed: An API incompatibility was encountered while executing org.codehaus.mojo:nbm-maven-plugin:4.1:branding: java.lang.ExceptionInInitializerError: null
-----------------------------------------------------
realm =    extension>org.codehaus.mojo:nbm-maven-plugin:4.1
strategy = org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy
urls[0] = file:/C:/Users/Joe/.m2/repository/org/codehaus/mojo/nbm-maven-plugin/4.1/nbm-maven-plugin-4.1.jar
.
.
.

Also, I am including an image showing what happens with my Maven Repositories.

Any help would be appreciated.

Thanks

BC