Skip to content

Commit

Permalink
Common configuration for Maven Site
Browse files Browse the repository at this point in the history
  • Loading branch information
slawekjaranowski committed Nov 8, 2020
1 parent 5b42c39 commit 566ff38
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
</repository>
<site>
<id>github</id>
<url>${dist.site.url}</url>
<url>${project.scm.connection}</url>
</site>
</distributionManagement>

Expand All @@ -98,7 +98,7 @@

<!-- site config -->
<github.repo>${project.artifactId}</github.repo>
<dist.site.url>${project.scm.connection}</dist.site.url>
<scmpublish.dryRun>true</scmpublish.dryRun>

<maven.version>3.5</maven.version>

Expand Down Expand Up @@ -377,7 +377,6 @@
<configuration>
<scmBranch>gh-pages</scmBranch>
<content>${project.reporting.outputDirectory}</content>
<dryRun>true</dryRun>
</configuration>
<executions>
<execution>
Expand Down

0 comments on commit 566ff38

Please sign in to comment.