This commit is contained in:
parent
70ee07d975
commit
9ab205db5c
50
build.gradle
50
build.gradle
@ -41,32 +41,36 @@ dependencies {
|
|||||||
testImplementation group: 'org.mockito', name: 'mockito-core', version: '1.+'
|
testImplementation group: 'org.mockito', name: 'mockito-core', version: '1.+'
|
||||||
}
|
}
|
||||||
|
|
||||||
modifyPom {
|
publishing {
|
||||||
project {
|
publications {
|
||||||
name 'EvA2'
|
mavenJava(MavenPublication) {
|
||||||
description 'Gradle plugin that provides tasks for configuring and uploading artifacts to Sonatype Nexus.'
|
pom {
|
||||||
url 'http://www.ra.cs.uni-tuebingen.de/software/eva2/'
|
name 'EvA2'
|
||||||
inceptionYear '2008'
|
description 'Gradle plugin that provides tasks for configuring and uploading artifacts to Sonatype Nexus.'
|
||||||
|
url 'http://www.ra.cs.uni-tuebingen.de/software/eva2/'
|
||||||
|
inceptionYear '2008'
|
||||||
|
|
||||||
scm {
|
scm {
|
||||||
url 'https://gitlab.cs.uni-tuebingen.de/eva2/eva2/'
|
url 'https://gitlab.cs.uni-tuebingen.de/eva2/eva2/'
|
||||||
connection 'scm:https://gitlab.cs.uni-tuebingen.de/eva2/eva2/.git'
|
connection 'scm:https://gitlab.cs.uni-tuebingen.de/eva2/eva2/.git'
|
||||||
developerConnection 'scm:https://gitlab.cs.uni-tuebingen.de/eva2/eva2/.git'
|
developerConnection 'scm:https://gitlab.cs.uni-tuebingen.de/eva2/eva2/.git'
|
||||||
}
|
}
|
||||||
|
|
||||||
licenses {
|
licenses {
|
||||||
license {
|
license {
|
||||||
name 'GNU Lesser General Public License, Version 3.0'
|
name 'GNU Lesser General Public License, Version 3.0'
|
||||||
url 'http://www.gnu.org/licenses/lgpl-3.0.html'
|
url 'http://www.gnu.org/licenses/lgpl-3.0.html'
|
||||||
distribution 'repo'
|
distribution 'repo'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
developers {
|
developers {
|
||||||
developer {
|
developer {
|
||||||
id 'halfdan'
|
id 'halfdan'
|
||||||
name 'Fabian Becker'
|
name 'Fabian Becker'
|
||||||
email 'halfdan@xnorfz.de'
|
email 'halfdan@xnorfz.de'
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user