You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In PR #551, I added pom generation to the build by duplicating some code in publishing.gradle. Right now, they are generated into $projectDir/pom.xml. I made an attempt to write it to $buildDir, but for some reason it didn't recognize $buildDir or the default pom dir from the maven plugin.
Ideally, the pom.xml should be generated into <project dir>/build/poms or something similar.
The text was updated successfully, but these errors were encountered:
In PR #551, I added pom generation to the build by duplicating some code in publishing.gradle. Right now, they are generated into
$projectDir/pom.xml
. I made an attempt to write it to$buildDir
, but for some reason it didn't recognize$buildDir
or the default pom dir from the maven plugin.Ideally, the pom.xml should be generated into
<project dir>/build/poms
or something similar.The text was updated successfully, but these errors were encountered: