Skip to content

Commit

Permalink
Remove maven property site url
Browse files Browse the repository at this point in the history
In the last three commits, the site reporting feature got gradually decommissioned. This commit removes any remaining fragments in this regard. Remove the section distribution management from the profile clouds-project. The comment about incorrect links generated might have resulted from multiple invocations of the check style plugin. Previously the check style plugin got utilized at multiple sections (reporting section and profiles) and probably overlapping maven lifecycles.
  • Loading branch information
gurkerl83 authored and gaul committed Feb 19, 2021
1 parent b537a79 commit 157c870
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions project/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -256,8 +256,6 @@
<error_prone.version>2.1.0</error_prone.version>
<jsr305.version>1.3.9</jsr305.version>

<maven.site.url.base>gitsite:git@github.com/jclouds/jclouds-maven-site.git</maven.site.url.base>

<http.proxyHost />
<http.proxyPort />
<jclouds.wire.httpstream.url>https://archive.apache.org/dist/commons/logging/binaries/commons-logging-1.1.1-bin.tar.gz</jclouds.wire.httpstream.url>
Expand Down Expand Up @@ -1205,13 +1203,6 @@
</file>
</activation>

<!-- Maven generates incorrect links without the <site> declaration here -->
<distributionManagement>
<site>
<id>jclouds-github-pages-site</id>
<url>${maven.site.url.base}/${project.version}/${project.artifactId}</url>
</site>
</distributionManagement>
<build>
<plugins>
<plugin>
Expand Down

0 comments on commit 157c870

Please sign in to comment.