Good day

I sent this to the user group, but perhaps more appropriate for the dev
group seeing as ant-to-maven migration is probably less common than normal
use cases.

Some questions that I'm hoping someone can answer:

(1)  For an Ant Based Netbeans Platform Application

•  harness.dir   and
•  nbplatform.active.dir

can be set to point to a customized build harness and netbeans platform (
https://netbeans.apache.org/wiki/main/wiki/DevFaqAutomaticPlatformDownload/
)

What are the properties to be set for a *Maven* Based NetBeans Platform
Application - is the following pom.xml change sufficient or are there other
properties also?

    <properties>
>        <netbeans.version>[customized-netbeans-release]</netbeans.version>
>     </properties>



(2)  Is there a timeline for when *nbm-maven-plugin *version *14.1* will be
released?

I'm interested in the change in
https://github.com/apache/netbeans-mavenutils-nbm-maven-plugin/pull/142


Kind regards,
Andreas

Reply via email to