2022-01-01 23:51:06 +00:00
|
|
|
publishing {
|
|
|
|
publications {
|
|
|
|
mavenJava(MavenPublication) {
|
|
|
|
from components.java
|
|
|
|
|
|
|
|
pom {
|
2022-03-08 22:30:13 +00:00
|
|
|
name = 'X-Pipe Beacon'
|
|
|
|
description = 'The socket-based implementation used for the communication with the X-Pipe daemon.'
|
2022-01-10 06:10:44 +00:00
|
|
|
url = 'https://github.com/xpipe-io/xpipe_java/beacon'
|
2022-01-01 23:51:06 +00:00
|
|
|
licenses {
|
|
|
|
license {
|
|
|
|
name = 'The MIT License (MIT)'
|
2022-01-10 06:10:44 +00:00
|
|
|
url = 'https://github.com/xpipe-io/xpipe_java/LICENSE.md'
|
2022-01-01 23:51:06 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
developers {
|
|
|
|
developer {
|
|
|
|
id = 'crschnick'
|
|
|
|
name = 'Christopher Schnick'
|
|
|
|
email = 'crschnick@xpipe.io'
|
|
|
|
}
|
|
|
|
}
|
|
|
|
scm {
|
|
|
|
connection = 'scm:git:git://github.com/xpipe-io/xpipe_java.git'
|
|
|
|
developerConnection = 'scm:git:ssh://github.com/xpipe-io/xpipe_java.git'
|
|
|
|
url = 'https://github.com/xpipe-io/xpipe_java'
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|