Skip to content

Commit 9389ef9

Browse files
authored
Fix publish path for javadoc (#28)
1 parent aa66f12 commit 9389ef9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@
174174
<configuration>
175175
<checkoutDirectory>${project.build.directory}/scmpublish</checkoutDirectory>
176176
<checkinComment>Publishing javadoc for ${project.artifactId}:${project.version}</checkinComment>
177-
<content>${project.reporting.outputDirectory}/apidocs</content>
177+
<content>${project.build.directory}/reports/apidocs</content>
178178
<skipDeletedFiles>true</skipDeletedFiles>
179179
<pubScmUrl>scm:git:https://github.com/dampcake/bencode.git</pubScmUrl>
180180
<!-- branch with static site on github-->

0 commit comments

Comments
 (0)