We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa66f12 commit 9389ef9Copy full SHA for 9389ef9
pom.xml
@@ -174,7 +174,7 @@
174
<configuration>
175
<checkoutDirectory>${project.build.directory}/scmpublish</checkoutDirectory>
176
<checkinComment>Publishing javadoc for ${project.artifactId}:${project.version}</checkinComment>
177
- <content>${project.reporting.outputDirectory}/apidocs</content>
+ <content>${project.build.directory}/reports/apidocs</content>
178
<skipDeletedFiles>true</skipDeletedFiles>
179
<pubScmUrl>scm:git:https://github.com/dampcake/bencode.git</pubScmUrl>
180
<!-- branch with static site on github-->
0 commit comments