diff --git a/its/core-it-suite/src/site/site.xml b/its/core-it-suite/src/site/site.xml index 0c814344ed..816ad09386 100644 --- a/its/core-it-suite/src/site/site.xml +++ b/its/core-it-suite/src/site/site.xml @@ -19,8 +19,11 @@ specific language governing permissions and limitations under the License. --> - + + + ${project.scm.url} + diff --git a/its/core-it-support/maven-it-helper/src/main/java/org/apache/maven/it/AbstractMavenIntegrationTestCase.java b/its/core-it-support/maven-it-helper/src/main/java/org/apache/maven/it/AbstractMavenIntegrationTestCase.java index 78c6e639be..93d1357541 100644 --- a/its/core-it-support/maven-it-helper/src/main/java/org/apache/maven/it/AbstractMavenIntegrationTestCase.java +++ b/its/core-it-support/maven-it-helper/src/main/java/org/apache/maven/it/AbstractMavenIntegrationTestCase.java @@ -366,7 +366,7 @@ public abstract class AbstractMavenIntegrationTestCase @SuppressWarnings( "checkstyle:visibilitymodifier" ) public VersionRange supportedRange; - public UnsupportedJavaVersionException( ArtifactVersion javaVersion, VersionRange supportedRange ) + private UnsupportedJavaVersionException( ArtifactVersion javaVersion, VersionRange supportedRange ) { this.javaVersion = javaVersion; this.supportedRange = supportedRange; @@ -383,7 +383,7 @@ public abstract class AbstractMavenIntegrationTestCase @SuppressWarnings( "checkstyle:visibilitymodifier" ) public VersionRange supportedRange; - public UnsupportedMavenVersionException( ArtifactVersion mavenVersion, VersionRange supportedRange ) + private UnsupportedMavenVersionException( ArtifactVersion mavenVersion, VersionRange supportedRange ) { this.mavenVersion = mavenVersion; this.supportedRange = supportedRange; @@ -400,7 +400,7 @@ public abstract class AbstractMavenIntegrationTestCase @SuppressWarnings( "checkstyle:visibilitymodifier" ) public VersionRange supportedRange; - public BrokenMavenVersionException( ArtifactVersion mavenVersion, VersionRange supportedRange ) + private BrokenMavenVersionException( ArtifactVersion mavenVersion, VersionRange supportedRange ) { this.mavenVersion = mavenVersion; this.supportedRange = supportedRange; diff --git a/its/pom.xml b/its/pom.xml index 9c80d9443d..3a8918b4fc 100644 --- a/its/pom.xml +++ b/its/pom.xml @@ -25,7 +25,7 @@ under the License. org.apache.maven maven-parent - 27 + 31 ../pom/maven/pom.xml diff --git a/its/src/site/site.xml b/its/src/site/site.xml index 72854988fb..b43a1c952a 100644 --- a/its/src/site/site.xml +++ b/its/src/site/site.xml @@ -19,23 +19,16 @@ specific language governing permissions and limitations under the License. --> - ${project.name} - http://maven.apache.org/images/apache-maven-project.png - http://maven.apache.org/ + https://maven.apache.org/images/apache-maven-project.png + https://maven.apache.org/ - - http://maven.apache.org/images/maventxt_logo_200.gif - - - org.apache.maven.skins - maven-fluido-skin - 1.3.0 - + ${project.scm.url}