Skip to content

Commit af89ac4

Browse files
committed
Create additional pom in expected output dir
Seems that maven plugin looks for and generates a pom by convention here. https://docs.gradle.org/current/userguide/maven_plugin.html
1 parent 2b570fc commit af89ac4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AndroidClient/client/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ task createPom {
5959
url 'https://github.com/ServiceStack/ServiceStack.Java'
6060
}
6161
}
62-
}.writeTo("pom.xml")
62+
}.writeTo("$buildDir/poms/pom.xml").writeTo("pom.xml")
6363
}
6464
build.dependsOn createPom
6565

0 commit comments

Comments
 (0)