Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ java {
}

repositories {
mavenLocal()
mavenCentral()
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ architecture-validator-iff = { id = "com.arc-e-tect.architecture-validator", ver

[versions]

architecture-validator-iff = "0.0.1"
architecture-validator-hexagonal-spring-rules-iff = "1.0.0-PRERELEASE"
architecture-validator-iff = "0.7.2"
architecture-validator-hexagonal-spring-rules-iff = "0.5.0"
spring-context-iff = "7.0.8"

[libraries]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
pluginManagement {
repositories {
mavenLocal()
gradlePluginPortal()
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ java {
}

repositories {
mavenLocal()
mavenCentral()
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ architecture-validator-iff = { id = "com.arc-e-tect.architecture-validator", ver

[versions]

architecture-validator-iff = "0.0.1"
architecture-validator-hexagonal-spring-rules-iff = "1.0.0-PRERELEASE"
architecture-validator-iff = "0.7.2"
architecture-validator-hexagonal-spring-rules-iff = "0.5.0"
spring-context-iff = "7.0.8"

[libraries]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
pluginManagement {
repositories {
mavenLocal()
gradlePluginPortal()
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ java {
}

repositories {
mavenLocal()
mavenCentral()
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ architecture-validator-iff = { id = "com.arc-e-tect.architecture-validator", ver

[versions]

architecture-validator-iff = "0.0.1"
architecture-validator-hexagonal-spring-rules-iff = "1.0.0-PRERELEASE"
architecture-validator-iff = "0.7.2"
architecture-validator-hexagonal-spring-rules-iff = "0.5.0"
spring-context-iff = "7.0.8"

[libraries]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
pluginManagement {
repositories {
mavenLocal()
gradlePluginPortal()
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ java {
}

repositories {
mavenLocal()
mavenCentral()
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ architecture-validator-iff = { id = "com.arc-e-tect.architecture-validator", ver

[versions]

architecture-validator-iff = "0.0.1"
architecture-validator-hexagonal-spring-rules-iff = "1.0.0-PRERELEASE"
architecture-validator-iff = "0.7.2"
architecture-validator-hexagonal-spring-rules-iff = "0.5.0"
spring-context-iff = "7.0.8"

[libraries]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
pluginManagement {
repositories {
mavenLocal()
gradlePluginPortal()
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ java {
}

repositories {
mavenLocal()
mavenCentral()
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ architecture-validator-iff = { id = "com.arc-e-tect.architecture-validator", ver

[versions]

architecture-validator-iff = "0.0.1"
architecture-validator-hexagonal-spring-rules-iff = "1.0.0-PRERELEASE"
architecture-validator-iff = "0.7.2"
architecture-validator-hexagonal-spring-rules-iff = "0.5.0"
spring-context-iff = "7.0.8"

[libraries]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
pluginManagement {
repositories {
mavenLocal()
gradlePluginPortal()
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ java {
}

repositories {
mavenLocal()
mavenCentral()
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ architecture-validator-iff = { id = "com.arc-e-tect.architecture-validator", ver

[versions]

architecture-validator-iff = "0.0.1"
architecture-validator-hexagonal-spring-rules-iff = "1.0.0-PRERELEASE"
architecture-validator-iff = "0.7.2"
architecture-validator-hexagonal-spring-rules-iff = "0.5.0"
jakarta-persistence-api-iff = "3.2.0"
spring-context-iff = "7.0.8"

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
pluginManagement {
repositories {
mavenLocal()
gradlePluginPortal()
}
}
Expand Down
10 changes: 4 additions & 6 deletions examples/sedr-library/jacoco-marker/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -69,17 +69,15 @@ class CoverageExclusionConventionsTest extends AbstractCoverageExclusionConventi

== Running the Example

This example requires `sedr-library` to be published to your local Maven repository first.
`sedr-library` is resolved from Maven Central, so no local publishing step is needed.

[source,bash]
----
# 1. Publish the library locally
cd sedr-library && ./gradlew clean build publishToMavenLocal

# 2. Run the example - expected to FAIL with one ArchUnit violation
cd ../examples/sedr-library/jacoco-marker && ./gradlew test
cd examples/sedr-library/jacoco-marker && ./gradlew test
----

Expected to FAIL with one ArchUnit violation.

The test run reports exactly one violation:

[source]
Expand Down
8 changes: 0 additions & 8 deletions examples/sedr-library/jacoco-marker/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
* Example project demonstrating the sedr-library jacoco-marker annotation
* and the reusable ArchUnit convention test shipped as a test-fixtures artifact.
*
* Prerequisites:
* cd ../../../sedr-library && ./gradlew clean build publishToMavenLocal
*
* Run the example (intentionally fails to demonstrate the ArchUnit check):
* ./gradlew test
*/
Expand All @@ -20,11 +17,6 @@ java {
}

repositories {
// mavenLocal() first so the locally published snapshot is found during
// development before the library is released to Maven Central.
// Once released, the same repositories block resolves from Maven Central
// without any change.
mavenLocal()
mavenCentral()
}

Expand Down