I haven't done any groovy for a while and when I ran my groovy command I got this: . more »
Categories: "Computer Languages"
When trying to workout why a maven build is failing, I used these options to switch on JMX support inside Maven. Once Maven was running I connected jconsole to read the stats. Log lines have their thread name: more »
Here are a few Maven things I want to remember: Create project mvn archetype:generate Download all the source jars in a project mvn dependency:resolve -Dclassifier=sources Print dependencies mvn dependency:tree Download jar to local repo mvn… more »
This is a tutorial and example of how Bash increases productivity. We know that a Java archive is just a zip archive so it contains lots of files. We want to create our own index of what they contain so we are going to unpack them and create an index of… more »
Further to my article Import Firefox Password Manager into Lastpass, I needed to do the same for the passwords stored on my mobile phone. more »