Skip to content

Commit

Permalink
Add scm section to Maven POM data
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosame committed Nov 19, 2023
1 parent 98d0f28 commit ac00e43
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -200,13 +200,18 @@ publishing {
from(components.java)
pom {
description = 'css4j agent module'
url = "https://github.com/css4j/css4j-agent/"
url = "https://css4j.github.io/"
licenses {
license {
name = "BSD 3-clause license"
url = "https://css4j.github.io/LICENSE.txt"
}
}
scm {
connection = "scm:git:https://github.com/css4j/css4j-agent.git"
developerConnection = "scm:git:git://git@github.com:css4j/css4j-agent.git"
url = "https://github.com/css4j/css4j-agent"
}
}
}
}
Expand Down

0 comments on commit ac00e43

Please sign in to comment.