Last updated: 2012-11-01
This post will create a Maven plugin for Jigsaw. This plugin is based on
HK2 Maven plugin.
The post includes all the code needed to build the plugin.
(the resulting source code, except for changes in Jigsaw’s source, is
available at: https://svn.kenai.com/svn/lh-playground~svn/jigsaw )
Setting up the environment:
Get Subversion
sudo apt-get install subversion
- Get Maven
sudo apt-get install maven2
- Set JAVA_HOME
export JAVA_HOME=’/usr/lib/jvm/java-7-openjdk-i386'
Custom Plexus Javac Component: