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 533316e commit 4907bb6Copy full SHA for 4907bb6
pom.xml
@@ -50,7 +50,7 @@
50
<groupId>org.apache.maven.plugins</groupId>
51
<artifactId>maven-scm-publish-plugin</artifactId>
52
<configuration>
53
- <pubScmUrl>${project.scm.developerConnection}/codehaus-plexus.github.io.git</pubScmUrl>
+ <pubScmUrl>${project.scm.developerConnection}</pubScmUrl>
54
<scmBranch>master</scmBranch><!-- see https://help.github.com/articles/user-organization-and-project-pages/ -->
55
<content>${project.reporting.outputDirectory}</content><!-- mono-module doesn't require site:stage -->
56
</configuration>
0 commit comments