Closed khatchad closed 6 years ago
1 above is done
I've created https://github.com/ponder-lab/edu.cuny.hunter.streamrefactoring.annotations. Basically, I've copied the annotation library there (we should remove it in this repository if we decide to keep it there). Have a look at https://jitpack.io/#ponder-lab/edu.cuny.hunter.streamrefactoring.annotations/1.0.0 for usage instructions. Perhaps we want to use this instead of maven central (seems easier to configure).
Not necessary since we're using jitpack.io.
Please:
pom.xml
file in https://github.com/ponder-lab/Java-8-Stream-Refactoring/tree/master/edu.cuny.hunter.streamrefactoring.annotations. You may consider using the tycho plug-in to use the existing Eclipse project metadata to help.pom.xml
file build and deploy the annotation jar to maven central.pom.xml
snippet to Java-8-Stream-Refactoring/README.md that explains how to modify a project'spom.xml
file to use the annotation jar as a dependency in a project.