diff --git a/build.gradle b/build.gradle index 528dd7ff..4ce3ebc7 100644 --- a/build.gradle +++ b/build.gradle @@ -46,7 +46,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 } @@ -340,7 +340,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 { @@ -377,7 +377,7 @@ integrationTestGradle.dependsOn( 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/settings.gradle b/settings.gradle index ae6d7705..8d90986c 100644 --- a/settings.gradle +++ b/settings.gradle @@ -24,5 +24,5 @@ rootProject.name = 'htmlSanityCheck' include('htmlSanityCheck-core') include('htmlSanityCheck-gradle-plugin') -include('htmlsanitycheck-maven-plugin') +include('htmlSanityCheck-maven-plugin') 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