Remove unnecessary use of maven-pom-editor.gradle plugin.
This commit is contained in:
@@ -60,8 +60,6 @@ description = 'Spring Session for Apache Geode'
|
||||
//ext['spring-data-bom.version'] = "$springDataBomVersion"
|
||||
//ext['spring-session-bom.version'] = "$springSessionBomVersion"
|
||||
|
||||
ext.MAVEN_POM_EDITOR_GRADLE = "$rootDir/gradle/maven-pom-editor.gradle"
|
||||
|
||||
nohttp {
|
||||
source.exclude "buildSrc/build/**"
|
||||
}
|
||||
|
||||
@@ -1,33 +0,0 @@
|
||||
|
||||
def customizePom(gradleProject, pom) {
|
||||
|
||||
pom.whenConfigured { generatedPom ->
|
||||
generatedPom.project {
|
||||
developers {
|
||||
developer {
|
||||
id = 'vmw'
|
||||
name = "VMware"
|
||||
organization = "VMware, Inc."
|
||||
email = "support@vmware.com"
|
||||
}
|
||||
}
|
||||
scm {
|
||||
connection = 'scm:git:git@github.com:spring-projects/spring-session-data-geode.git'
|
||||
developerConnection = 'scm:git:git@github.com:spring-projects/spring-session-data-geode.git'
|
||||
url = 'https://github.com/spring-projects/spring-session-data-geode'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
project.install {
|
||||
repositories.mavenInstaller {
|
||||
customizePom(project, pom)
|
||||
}
|
||||
}
|
||||
|
||||
project.uploadArchives {
|
||||
repositories.mavenDeployer {
|
||||
customizePom(project, pom)
|
||||
}
|
||||
}
|
||||
@@ -3,7 +3,6 @@ plugins {
|
||||
}
|
||||
|
||||
apply plugin: 'io.spring.convention.spring-module'
|
||||
//apply from: MAVEN_POM_EDITOR_GRADLE
|
||||
|
||||
description = "Spring Session for Apache Geode"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user