Skip to content

Commit 74e8a0f

Browse files
committed
Update feature maven-publish
Add artifact plugin.yml
1 parent 8243de4 commit 74e8a0f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

features/maven-publish/skeleton/build.gradle

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ publishing {
1212
}
1313
from components.java
1414

15+
afterEvaluate {
16+
artifact source: "${project.sourceSets.main.groovy.outputDir}/META-INF/grails-plugin.xml",
17+
classifier: "plugin",
18+
extension: 'xml'
19+
}
1520
pom {
1621
name = "My Plugin"
1722
description = "My first plugin"

0 commit comments

Comments
 (0)