diff --git a/build.gradle b/build.gradle index 70c92b0f..31342423 100644 --- a/build.gradle +++ b/build.gradle @@ -48,7 +48,7 @@ allprojects { subprojects { // Exclude the 'donotbuild' subproject from compiling Java code - if (project.name == 'htmlsanitycheck-maven-plugin') { + if (project.name == 'htmlSanityCheck-maven-plugin') { tasks.withType(JavaCompile) { enabled = false } @@ -358,7 +358,7 @@ tasks.register("buildMavenPuginWithMaven") { group("compile") description("Use maven to build the maven plugin") - final String BUILD_DIRECTORY = "htmlsanitycheck-maven-plugin" + final String BUILD_DIRECTORY = "htmlSanityCheck-maven-plugin" doLast { def result = exec { @@ -412,7 +412,7 @@ clean.dependsOn(cleanIntegrationTest) integrationTestMavenOnly.mustRunAfter( ':htmlSanityCheck-core:publishAllPublicationsToMyLocalRepositoryForFullIntegrationTestsRepository', - ':htmlsanitycheck-maven-plugin:publishToMavenLocal' + ':htmlSanityCheck-maven-plugin:publishToMavenLocal' ) tasks.register("integrationTestMaven") { diff --git a/htmlSanityCheck-maven-plugin/README.adoc b/htmlSanityCheck-maven-plugin/README.adoc index 7726cb5c..43f49edc 100644 --- a/htmlSanityCheck-maven-plugin/README.adoc +++ b/htmlSanityCheck-maven-plugin/README.adoc @@ -26,7 +26,7 @@ Use the following snippet inside a Maven build file: ---- org.aim42.htmlSanityCheck - htmlsanitycheck-maven-plugin + htmlSanityCheck-maven-plugin 2.0.0-rc1 // <1> diff --git a/htmlSanityCheck-maven-plugin/pom.xml b/htmlSanityCheck-maven-plugin/pom.xml index 76282702..71d03cf8 100644 --- a/htmlSanityCheck-maven-plugin/pom.xml +++ b/htmlSanityCheck-maven-plugin/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.aim42.htmlSanityCheck - htmlsanitycheck-maven-plugin + htmlSanityCheck-maven-plugin HTML Sanitycheck Maven Plugin 2.0.0-rc1 maven-plugin diff --git a/htmlSanityCheck-maven-plugin/src/test/resources-its/org/aim42/htmlSanityCheck/it/MavenIT/rain/pom.xml b/htmlSanityCheck-maven-plugin/src/test/resources-its/org/aim42/htmlSanityCheck/it/MavenIT/rain/pom.xml index 7d9581cc..ebb6d16f 100644 --- a/htmlSanityCheck-maven-plugin/src/test/resources-its/org/aim42/htmlSanityCheck/it/MavenIT/rain/pom.xml +++ b/htmlSanityCheck-maven-plugin/src/test/resources-its/org/aim42/htmlSanityCheck/it/MavenIT/rain/pom.xml @@ -11,7 +11,7 @@ org.aim42.htmlSanityCheck - htmlsanitycheck-maven-plugin + htmlSanityCheck-maven-plugin 2.0.0-rc1 diff --git a/htmlSanityCheck-maven-plugin/src/test/resources-its/org/aim42/htmlSanityCheck/it/MavenIT/sunshine/pom.xml b/htmlSanityCheck-maven-plugin/src/test/resources-its/org/aim42/htmlSanityCheck/it/MavenIT/sunshine/pom.xml index 7d9581cc..ebb6d16f 100644 --- a/htmlSanityCheck-maven-plugin/src/test/resources-its/org/aim42/htmlSanityCheck/it/MavenIT/sunshine/pom.xml +++ b/htmlSanityCheck-maven-plugin/src/test/resources-its/org/aim42/htmlSanityCheck/it/MavenIT/sunshine/pom.xml @@ -11,7 +11,7 @@ org.aim42.htmlSanityCheck - htmlsanitycheck-maven-plugin + htmlSanityCheck-maven-plugin 2.0.0-rc1 diff --git a/integration-test/maven-plugin/pom.xml b/integration-test/maven-plugin/pom.xml index 7d9581cc..ebb6d16f 100644 --- a/integration-test/maven-plugin/pom.xml +++ b/integration-test/maven-plugin/pom.xml @@ -11,7 +11,7 @@ org.aim42.htmlSanityCheck - htmlsanitycheck-maven-plugin + htmlSanityCheck-maven-plugin 2.0.0-rc1 diff --git a/src/test/resources-its/org/aim42/IntegrationTestIT/the_first_test_case/pom.xml b/src/test/resources-its/org/aim42/IntegrationTestIT/the_first_test_case/pom.xml index 7beb51db..98c52a45 100644 --- a/src/test/resources-its/org/aim42/IntegrationTestIT/the_first_test_case/pom.xml +++ b/src/test/resources-its/org/aim42/IntegrationTestIT/the_first_test_case/pom.xml @@ -11,8 +11,8 @@ org.aim42.htmlSanityCheck - htmlsanitycheck-maven-plugin - 2.0.0-SNAPSHOT + htmlSanityCheck-maven-plugin + 2.0.0-rc1 compile