-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migration to maven #2
Comments
👍 :-) |
Hi, I'm migrating it to gradle and as part of that I'm also creating proper dependency management for it. Once that is done I'd also look into putting it on the maven repositories. |
Oh... That's great then :) |
Is this the one? https://github.com/LMAX-Exchange/freud/tree/v2.0-merged |
Yep. this is the merge. I hope to get it out there in the next few days. |
I still need to work out the artifacts to upload, update the docs, add back the license stuff to all files etc. etc. |
To do it from actual configuration gradle jar
gradle writeNewPom
for i in $(find . -name pom.xml);
do
mvn install:install-file -Dfile=$(dirname $i)/libs/$(basename $(readlink -f $(dirname $i)/..))-2.0.jar -DpomFile=$i;
done |
Hi,
are there any chances of migrating this project to maven?
The text was updated successfully, but these errors were encountered: