Showing posts with label plugin. Show all posts
Showing posts with label plugin. Show all posts

Monday, January 14, 2019

mvn-jlink 1.0.0

Java provides some modularity since Java 9 (project Jigsaw) and it provides way to build JDK images containing only needed modules. There are two nice tool in JDK called jdeps and jlink which helps in build new JDK image but I use maven to build my own OSS projects and I wanted some way to automate process. So I have developed and published maven plug-in MVN-JLINK which can call jdeps and jlink (and any tool provided by JDK) and even it can load and unpack OpenJDK builds from Adopt and Bellsoft (Liberica).

Monday, November 7, 2016

mvn-golang plugin 2.1.2 is out

Maven plugin to work with GoLang in maven is out and accessible through the Maven central. Also I made some example of project with multiple modules and shared sources, it can be downloaded as zip or investigated in github

Saturday, May 28, 2016

GoLang maven wrapper 2.1.0 is out

the new 2.1.0 version of the maven golang wrapper has been published in the maven central. Main new feature - support for branches and tags for dependencies and creating of new artifact with packed project folders in local maven repository. Also fixed bug in test command and minor refactoring.

Saturday, March 26, 2016

Released mvn-golang-wrapper 1.0.0

I has been published the initial 1.0.0 version of the mvn-golang-wrapper plugin in the maven central. The Example "Hello World" for the plugin can be cloned here.

Monday, November 16, 2015

IDEA Mind Map pluigin

Published the version of NB Mind Map for IDEA. It is based on the core 1.1.1 of NB Mind Map plugin but without support of re-factoring operations.

Saturday, October 10, 2015

NetBeans MindMap 1.1.0

version 1.1.0 of the NetBeans MindMap plugin has been published in the NetBeans plugins portal update center. Many improvements to  make work easier and more comfortable, improved integration with NetBeans.
http://www.igormaznitsa.com/netbeans-mmd-plugin/

Monday, September 7, 2015

Knowledge management in NetBeans projects

I have published NetBeans plugin to create and edit mind maps within NetBeans IDE projects. It allows keep project knowledge together with the projects and work with knowledge graph just in the IDE.

Nice screencast from NetBeans team