kordamp / markdown-gradle-plugin

Markdown/HTML plugin for gradle
Apache License 2.0
71 stars 51 forks source link

Fix licence info generation in Maven POM #8

Closed tomdcc closed 9 years ago

tomdcc commented 10 years ago

The currently published POMs are invalid according to the XSD, and are rejected by some artifact managers (e.g. Artifactory). The licence info is sitting directly inside the tag, rather than in a nested

tag. The builder notation is picking up the licence plugin object rather than generating a new property. This fixes that by referencing delegate.licence instead.
coveralls commented 10 years ago

Coverage Status

Coverage remained the same when pulling a5b5e7ce91e1fb7031a636effb7b2e829bb4816a on tomdcc:fix-pom-licence into 5519bee37b6d3385d10683f04f8fb1122e5e7553 on aalmiray:master.

aalmiray commented 9 years ago

thank you :smile: