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

Maven packages is not up to date. #225

Closed
Kuinox opened this issue Sep 24, 2018 · 11 comments
Closed

Maven packages is not up to date. #225

Kuinox opened this issue Sep 24, 2018 · 11 comments

Comments

@Kuinox
Copy link

Kuinox commented Sep 24, 2018

Hi,
The availabe maven package of ttorrent is the version 1.5 and is not up to date.
Can you update the maven package ? Thanks.

@Dead-off
Copy link
Collaborator

i never loaded libraries into maven repo. How i understand for loading library private keys are requiring and only @mpetazzoni has they.

@ghost
Copy link

ghost commented Sep 26, 2018

So the following will import old code I'm assuming?

compile 'com.turn:ttorrent-core:1.5'

@Dead-off
Copy link
Collaborator

right

@ghost
Copy link

ghost commented Sep 26, 2018

Are you able to tag the new release though? That will enable importing it using tools like JitPack.

@Dead-off
Copy link
Collaborator

good idea:)
i will do it after fixing some problems

@Dead-off
Copy link
Collaborator

Dead-off commented Dec 7, 2018

i tagged new release by ttorrent-2.0 tag.
Without access to sonatype i cannot upload new version to maven central repo or jcenter but you can add jitpack repository and add dependency (see https://jitpack.io/)
compile 'com.github.mpetazzoni:ttorrent:ttorrent-2.0'
but it's unsecure way. Do it only if you trust to jitpack:)

@lanedas
Copy link

lanedas commented Mar 20, 2019

Hi,
tried your workaround of using jitpack. Unfortunately net.sf:jargs:1.0 is missing but I barely find a official repo which contains this lib. Do you have an idea?

Thanks!

@Dead-off
Copy link
Collaborator

Dead-off commented Mar 20, 2019

try to add jboss repository:
maven { url 'https://repository.jboss.org/nexus/content/repositories/thirdparty-releases/' } in your build.gradle or similar line if you use maven. It's something like:

<repository>
    <id>jboss-thirdparty-releases</id>
    <name>JBoss Thirdparty Releases</name>
    <url>https://repository.jboss.org/nexus/content/repositories/thirdparty-releases/</url>
</repository>

@lanedas
Copy link

lanedas commented Mar 20, 2019

thank you for your fast reply. will test it!

@mpetazzoni
Copy link
Owner

@Dead-off Do you know how I could transfer that ownership to you so you can publish new releases to Maven Central? I can't find any instructions about this is Sonatype's repository. You may have to contact them directly.

@EArminjon
Copy link

#251

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