Skip to content

Commit 0f52bcb

Browse files
committed
Add developer and SCM information to maven.
1 parent ecc6348 commit 0f52bcb

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

gradle/publishing/maven.gradle

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,30 @@ configure(rootProject) {
5858
url = 'http://www.apache.org/licenses/LICENSE-2.0.txt'
5959
}
6060
}
61+
62+
organization {
63+
name = "Carrot Search s.c."
64+
url = "https://www.carrotsearch.com"
65+
}
66+
67+
developers {
68+
developer {
69+
id = 'stanislaw.osinski'
70+
name = 'Stanisław Osiński'
71+
72+
}
73+
developer {
74+
id = 'dawid.weiss'
75+
name = 'Dawid Weiss'
76+
77+
}
78+
}
79+
80+
scm {
81+
connection = 'scm:git:[email protected]:carrotsearch/hppc.git'
82+
developerConnection = 'scm:git:[email protected]:carrotsearch/hppc.git'
83+
url = 'https://github.com/carrotsearch/hppc'
84+
}
6185
}
6286

6387
publications {

0 commit comments

Comments
 (0)