Skip to content
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

Open
tadas-subonis opened this issue Apr 30, 2013 · 7 comments
Open

Migration to maven #2

tadas-subonis opened this issue Apr 30, 2013 · 7 comments

Comments

@tadas-subonis
Copy link

Hi,

are there any chances of migrating this project to maven?

@tduchateau
Copy link

👍 :-)

@langera
Copy link
Contributor

langera commented May 1, 2013

Hi,

I'm migrating it to gradle and as part of that I'm also creating proper dependency management for it.
Its on a branch "freud2" from MASTER and should have the full set of features soon. I'll merge it back when it does.

Once that is done I'd also look into putting it on the maven repositories.

@tadas-subonis
Copy link
Author

Oh... That's great then :)

@runeflobakk
Copy link

Is this the one? https://github.com/LMAX-Exchange/freud/tree/v2.0-merged
Will it end up in the Central Repo at some time?
Thank you very much, looks like an awesome library! If I can be of some assistance in deploying to Central, please let me know. I have no experience with Gradle, but know the Maven concepts and toolset pretty well.

@langera
Copy link
Contributor

langera commented Jun 25, 2013

Yep. this is the merge. I hope to get it out there in the next few days.

@langera
Copy link
Contributor

langera commented Jun 25, 2013

I still need to work out the artifacts to upload, update the docs, add back the license stuff to all files etc. etc.
Then I'll get to the pom generating task which may be just a one liner in gradle or may be when i ask for help

@wadouk
Copy link

wadouk commented Feb 27, 2014

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants