We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4f1198 commit 2d99dd9Copy full SHA for 2d99dd9
pom.xml
@@ -369,7 +369,7 @@
369
<checkinComment>Publishing javadoc for
370
${project.artifactId}:${project.version}</checkinComment>
371
<content>${project.reporting.outputDirectory}/apidocs</content>
372
- <pubScmUrl>scm:git:https://github.com/knowsys/rulewerk.git</pubScmUrl>
+ <pubScmUrl>scm:git:https://${GITHUB_USER}:${GITHUB_TOKEN}@github.com/knowsys/rulewerk.git</pubScmUrl>
373
<scmBranch>gh-pages</scmBranch>
374
</configuration>
375
</plugin>
0 commit comments