Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: remove publications #85

Merged
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
8 changes: 0 additions & 8 deletions core/identity-hub-client/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,3 @@ dependencies {
testImplementation(edc.core.junit)
testImplementation(edc.core.identity.did)
}

publishing {
publications {
create<MavenPublication>(project.name) {
from(components["java"])
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,3 @@ dependencies {
testImplementation(edc.core.identity.did)
testImplementation(edc.core.junit)
}

publishing {
publications {
create<MavenPublication>("identity-hub-credentials-verifier") {
artifactId = "identity-hub-credentials-verifier"
from(components["java"])
}
}
}
9 changes: 0 additions & 9 deletions core/identity-hub/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,3 @@ dependencies {
testImplementation(testFixtures(project(":spi:identity-hub-spi")))
testImplementation(testFixtures(project(":spi:identity-hub-store-spi")))
}

publishing {
publications {
create<MavenPublication>("identity-hub") {
artifactId = "identity-hub"
from(components["java"])
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,3 @@ dependencies {
testImplementation(edc.ext.identity.did.crypto)
testImplementation(edc.core.junit)
}

publishing {
publications {
create<MavenPublication>(project.name) {
from(components["java"])
}
}
}
10 changes: 0 additions & 10 deletions extensions/identity-hub-api/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,3 @@ dependencies {
testImplementation(testFixtures(project(":spi:identity-hub-spi")))
testImplementation(testFixtures(project(":spi:identity-hub-store-spi")))
}


publishing {
publications {
create<MavenPublication>(project.name) {
from(components["java"])
}
}
}

10 changes: 2 additions & 8 deletions extensions/identity-hub-verifier-jwt/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,11 @@ dependencies {

testImplementation(testFixtures(project(":spi:identity-hub-spi")))
testImplementation(project(":extensions:identity-hub-api"))
testImplementation(project(":core:identity-hub-verifier"))
testImplementation(project(":core:identity-hub-credentials-verifier"))

testImplementation(edc.ext.identity.did.crypto)
testImplementation(edc.core.identity.did)
testImplementation(edc.core.junit)
}

publishing {
publications {
create<MavenPublication>(project.name) {
from(components["java"])
}
}
}

10 changes: 0 additions & 10 deletions extensions/self-description-api/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,3 @@ dependencies {
testImplementation(edc.core.junit)
testImplementation(libs.restAssured)
}


publishing {
publications {
create<MavenPublication>(project.name) {
from(components["java"])
}
}
}

Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,3 @@ dependencies {
testImplementation(testFixtures(edc.ext.azure.test))

}

publishing {
publications {
create<MavenPublication>(project.name) {
from(components["java"])
}
}
}

8 changes: 0 additions & 8 deletions extensions/store/sql/identity-hub-store-sql/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,3 @@ dependencies {
testImplementation(testFixtures(project(":spi:identity-hub-store-spi")))
testImplementation(libs.postgres)
}

publishing {
publications {
create<MavenPublication>(project.name) {
from(components["java"])
}
}
}
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,3 @@ tasks.withType<com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar> {
mergeServiceFiles()
archiveFileName.set("identity-hub-cli.jar")
}

publishing {
publications {
create<MavenPublication>("identity-hub-cli") {
artifactId = "identity-hub-cli"
from(components["java"])
}
}
}
6 changes: 5 additions & 1 deletion launcher/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ plugins {

dependencies {
implementation(project(":core:identity-hub"))
implementation(project(":core:identity-hub-verifier"))
implementation(project(":core:identity-hub-credentials-verifier"))
implementation(project(":extensions:identity-hub-api"))
implementation(project(":extensions:self-description-api"))
implementation(edc.ext.observability)
Expand All @@ -37,3 +37,7 @@ tasks.withType<com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar> {
mergeServiceFiles()
archiveFileName.set("identity-hub.jar")
}

edcBuild {
publish.set(false)
}
4 changes: 2 additions & 2 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -51,16 +51,16 @@ dependencyResolutionManagement {
}
}

include(":client-cli")
include(":core:identity-hub")
include(":core:identity-hub-client")
include(":core:identity-hub-verifier")
include(":core:identity-hub-credentials-verifier")
include(":extensions:credentials:identity-hub-credentials-jwt")
include(":extensions:identity-hub-api")
include(":extensions:identity-hub-verifier-jwt")
include(":extensions:self-description-api")
include(":extensions:store:cosmos:identity-hub-store-cosmos")
include(":extensions:store:sql:identity-hub-store-sql")
include(":identity-hub-cli")
include(":launcher")
include(":spi:identity-hub-client-spi")
include(":spi:identity-hub-spi")
Expand Down
10 changes: 0 additions & 10 deletions spi/identity-hub-client-spi/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,3 @@ dependencies {
api(project(":spi:identity-hub-spi"))
implementation(libs.nimbus.jwt)
}


publishing {
publications {
create<MavenPublication>(project.name) {
from(components["java"])
}
}
}

8 changes: 0 additions & 8 deletions spi/identity-hub-spi/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,3 @@ dependencies {
testFixturesImplementation(libs.nimbus.jwt)
testFixturesImplementation(edc.spi.identity.did)
}

publishing {
publications {
create<MavenPublication>(project.name) {
from(components["java"])
}
}
}
8 changes: 0 additions & 8 deletions spi/identity-hub-store-spi/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,3 @@ dependencies {
testFixturesImplementation(libs.nimbus.jwt)
testFixturesImplementation(libs.jackson.databind)
}

publishing {
publications {
create<MavenPublication>(project.name) {
from(components["java"])
}
}
}
6 changes: 5 additions & 1 deletion system-tests/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies {
api(project(":spi:identity-hub-spi"))
api(edc.spi.identity.did)
testImplementation(project(":launcher"))
testImplementation(project(":client-cli"))
testImplementation(project(":identity-hub-cli"))

testImplementation(edc.core.junit)

Expand All @@ -32,3 +32,7 @@ dependencies {
testImplementation(libs.nimbus.jwt)
}

edcBuild {
publish.set(false)
}