mirror of
https://github.com/Rogiel/torrent4j
synced 2025-12-06 07:32:47 +00:00
Fix tracker support and update maven build script
Fixed an issue with the tracker support in which it wansn't doing requests correctly and not updating the swarm list. Also adds support for assembling in maven. Now, each compilation will build generate an zip, tar.gz and tar.bz2 files with dependencies, binary and javadoc files.
This commit is contained in:
3
.project
3
.project
@@ -11,12 +11,13 @@
|
||||
</arguments>
|
||||
</buildCommand>
|
||||
<buildCommand>
|
||||
<name>org.maven.ide.eclipse.maven2Builder</name>
|
||||
<name>org.eclipse.m2e.core.maven2Builder</name>
|
||||
<arguments>
|
||||
</arguments>
|
||||
</buildCommand>
|
||||
</buildSpec>
|
||||
<natures>
|
||||
<nature>org.eclipse.m2e.core.maven2Nature</nature>
|
||||
<nature>org.eclipse.jdt.core.javanature</nature>
|
||||
<nature>org.maven.ide.eclipse.maven2Nature</nature>
|
||||
</natures>
|
||||
|
||||
Reference in New Issue
Block a user