After you cloned this repository:
git@github.com:scijava/scijava-scripts.git
The following sequence of steps will make you happy:
ssh code.imagej.net Then I stopped this because I had no user on code.imagej.net. So sad!
After you cloned this repository:
git@github.com:scijava/scijava-scripts.git
The following sequence of steps will make you happy:
ssh code.imagej.net Then I stopped this because I had no user on code.imagej.net. So sad!
Annoyed by mvn throwing tons of javadoc errors? Some of those might be fixed with:
Removing mail addresses from @author: sed -i '' -e 's/\(@author .*\) [<(].*[)>] *$/\1/' $(git grep -l '@author') sed -i '' -e 's/\(@author .*\) <.*> *$/\1/' $(git grep -l '@author')