Automated Gradle project deployment to Sonatype OSSRH, closes #44
This commit is contained in:
parent
9dfb2678c4
commit
6b69c9cf94
@ -44,9 +44,9 @@ uploadArchives {
|
|||||||
pom.project {
|
pom.project {
|
||||||
packaging 'jar'
|
packaging 'jar'
|
||||||
|
|
||||||
name 'mapsforge'
|
name 'vtm'
|
||||||
description 'The mapsforge project provides free and open software for OpenStreetMap-based applications.'
|
description 'A vector-tile map library written in Java - running on Android, iOS, Desktop and within the browser.'
|
||||||
url 'https://github.com/mapsforge/mapsforge'
|
url 'https://github.com/mapsforge/vtm'
|
||||||
|
|
||||||
licenses {
|
licenses {
|
||||||
license {
|
license {
|
||||||
@ -57,26 +57,16 @@ uploadArchives {
|
|||||||
}
|
}
|
||||||
|
|
||||||
scm {
|
scm {
|
||||||
connection 'scm:git:https://github.com/mapsforge/mapsforge'
|
connection 'scm:git:https://github.com/mapsforge/vtm'
|
||||||
developerConnection 'scm:git:https://github.com/mapsforge/mapsforge'
|
developerConnection 'scm:git:https://github.com/mapsforge/vtm'
|
||||||
url 'https://github.com/mapsforge/mapsforge'
|
url 'https://github.com/mapsforge/vtm'
|
||||||
}
|
}
|
||||||
|
|
||||||
developers {
|
developers {
|
||||||
developer {
|
developer {
|
||||||
id 'thilo.muehlberg'
|
id 'hannes.janetzek'
|
||||||
name 'Thilo Mühlberg'
|
name 'Hannes Janetzek'
|
||||||
email 'thilo.muehlberg@gmail.com'
|
email 'hannes.janetzek@gmail.com'
|
||||||
}
|
|
||||||
developer {
|
|
||||||
id 'jjbross'
|
|
||||||
name 'Jürgen Broß'
|
|
||||||
email 'jjbross@gmail.com'
|
|
||||||
}
|
|
||||||
developer {
|
|
||||||
id 'ludwigbrinckmann'
|
|
||||||
name 'Ludwig M Brinckmann'
|
|
||||||
email 'ludwigbrinckmann@gmail.com'
|
|
||||||
}
|
}
|
||||||
developer {
|
developer {
|
||||||
id 'devemux86'
|
id 'devemux86'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user