Open balmyBanzai opened 8 years ago
I had the same issue so I'll just let people know what I've done to build it on Ubuntu:
sudo apt-get install maven
#Build the plugin (From the root of the repository)
mvn install
# target/ConsoleLogToWorkspace.hpi should be created
This looks cool! How do I build it? I might have missed the instructions somewhere...