Skip to content

Commit

Permalink
refs #29: add license to generated pom
Browse files Browse the repository at this point in the history
  • Loading branch information
redrezo committed Sep 22, 2020
1 parent 9139f6b commit 53d00f2
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -461,6 +461,16 @@ publishing {
groupId = 'org.eclipse.fx'
artifactId = 'org.eclipse.fx.drift'
version = "${Versioning.version}${Versioning.releaseMode ? '' : '-SNAPSHOT'}"
pom {
name = 'DriftFX'
url = 'https://github.com/eclipse-fx/efxclipse-drift'
licenses {
license {
name = 'Eclipse Public License - v 2.0'
url = 'https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.txt'
}
}
}
artifact("$buildDir/signed/org.eclipse.fx.drift.jar") {
extension 'jar'
}
Expand Down

0 comments on commit 53d00f2

Please sign in to comment.