Fix missing project information in generated POMS
This commit ensures that the project name and description are published with the generated POMs.
This commit is contained in:
@@ -5,8 +5,10 @@ publishing {
|
||||
publications {
|
||||
mavenJava(MavenPublication) {
|
||||
pom {
|
||||
name = project.description
|
||||
description = project.description
|
||||
afterEvaluate {
|
||||
name = project.description
|
||||
description = project.description
|
||||
}
|
||||
url = "https://github.com/spring-projects/spring-framework"
|
||||
organization {
|
||||
name = "Spring IO"
|
||||
|
||||
Reference in New Issue
Block a user