From 90340713982ced4125e3276cdb1bb4b893093d31 Mon Sep 17 00:00:00 2001 From: Maxim Zaytsev Date: Mon, 19 Feb 2018 12:33:19 +0300 Subject: [PATCH] added maven modules for some ttorrent parts --- bencoding/pom.xml | 17 +++++++++++++++++ common/pom.xml | 17 +++++++++++++++++ network/pom.xml | 17 +++++++++++++++++ pom.xml | 10 +++++++++- ttorrent-client/pom.xml | 17 +++++++++++++++++ ttorrent-tracker/pom.xml | 17 +++++++++++++++++ 6 files changed, 94 insertions(+), 1 deletion(-) create mode 100644 bencoding/pom.xml create mode 100644 common/pom.xml create mode 100644 network/pom.xml create mode 100644 ttorrent-client/pom.xml create mode 100644 ttorrent-tracker/pom.xml diff --git a/bencoding/pom.xml b/bencoding/pom.xml new file mode 100644 index 000000000..e8d10877d --- /dev/null +++ b/bencoding/pom.xml @@ -0,0 +1,17 @@ + + 4.0.0 + + + com.turn + ttorrent + 1.2 + ../pom.xml + + + ttorrent/bencoding + http://turn.github.com/ttorrent/ + ttorrent-bencoding + 1.2 + jar + \ No newline at end of file diff --git a/common/pom.xml b/common/pom.xml new file mode 100644 index 000000000..9d70cf684 --- /dev/null +++ b/common/pom.xml @@ -0,0 +1,17 @@ + + 4.0.0 + + + com.turn + ttorrent + 1.2 + ../pom.xml + + + ttorrent/common + http://turn.github.com/ttorrent/ + ttorrent-common + 1.2 + jar + \ No newline at end of file diff --git a/network/pom.xml b/network/pom.xml new file mode 100644 index 000000000..793c7a3cd --- /dev/null +++ b/network/pom.xml @@ -0,0 +1,17 @@ + + 4.0.0 + + + com.turn + ttorrent + 1.2 + ../pom.xml + + + ttorrent/network + http://turn.github.com/ttorrent/ + ttorrent-network + 1.0 + jar + \ No newline at end of file diff --git a/pom.xml b/pom.xml index 4b2af60e0..272fbb9e8 100644 --- a/pom.xml +++ b/pom.xml @@ -18,7 +18,15 @@ com.turn ttorrent 1.2 - jar + pom + + + network + bencoding + ttorrent-tracker + ttorrent-client + common + Turn, Inc. diff --git a/ttorrent-client/pom.xml b/ttorrent-client/pom.xml new file mode 100644 index 000000000..9d0890127 --- /dev/null +++ b/ttorrent-client/pom.xml @@ -0,0 +1,17 @@ + + 4.0.0 + + + com.turn + ttorrent + 1.2 + ../pom.xml + + + ttorrent/client + http://turn.github.com/ttorrent/ + ttorrent-client + 1.2 + jar + \ No newline at end of file diff --git a/ttorrent-tracker/pom.xml b/ttorrent-tracker/pom.xml new file mode 100644 index 000000000..c3b8363a1 --- /dev/null +++ b/ttorrent-tracker/pom.xml @@ -0,0 +1,17 @@ + + 4.0.0 + + + com.turn + ttorrent + 1.2 + ../pom.xml + + + ttorrent/tracker + http://turn.github.com/ttorrent/ + ttorrent-tracker + 1.2 + jar + \ No newline at end of file