Re: Building NetBeans Platform app with Maven packages from local repository

2022-06-12 Thread Jean-Marc Borer
Sorry it has moved. Now you need to check https://github.com/apache/netbeans-mavenutils-nb-repository-plugin and the documentation will tell the same as before. On Sun, Jun 12, 2022 at 12:33 PM Jean-Marc Borer wrote: > Hello Dmitry, > > Yes it actually is. You need first to compile the sources.

Re: Building NetBeans Platform app with Maven packages from local repository

2022-06-12 Thread Jean-Marc Borer
Hello Dmitry, Yes it actually is. You need first to compile the sources. Check here https://github.com/mojohaus/nb-repository-plugin/ to upload the artifacts into your own repo. Then use the proper version for the platform. If the the version is the same as one that is on central, it still

Building NetBeans Platform app with Maven packages from local repository

2022-06-01 Thread Dmitry Avtonomov
Hi dev mailing list users! I'd like to build a platform app with Maven, using a platform that I built myself. If you start NB IDE 13 and run "File -> New Project, Java with Maven -> NetBeans Application" it will start a wizard which allows selection of the platform to be used. There are various