This is an automated email from the ASF dual-hosted git repository. gaul pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/jclouds.git
commit 157c87017bf46b63a67188ef44672ce5e761ddc1 Author: gurkerl83 <[email protected]> AuthorDate: Sun Dec 6 21:18:23 2020 +0100 Remove maven property site url 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. --- project/pom.xml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/project/pom.xml b/project/pom.xml index 40e4ad3..cafcb61 100644 --- a/project/pom.xml +++ b/project/pom.xml @@ -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:[email protected]/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> @@ -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>
