artifactWithSuffix() — spring-boot Function Reference
Architecture documentation for the artifactWithSuffix() function in MavenPublishingIntegrationTests.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD 7586f234_04de_dc34_8ee1_742069c8cfa5["artifactWithSuffix()"] c85ab1bf_7838_f335_8293_9b1b18dfc2b2["bootJarCanBePublished()"] c85ab1bf_7838_f335_8293_9b1b18dfc2b2 -->|calls| 7586f234_04de_dc34_8ee1_742069c8cfa5 3f5f3080_fe16_de7d_24f4_97bf6063b9f6["bootWarCanBePublished()"] 3f5f3080_fe16_de7d_24f4_97bf6063b9f6 -->|calls| 7586f234_04de_dc34_8ee1_742069c8cfa5 style 7586f234_04de_dc34_8ee1_742069c8cfa5 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
build-plugin/spring-boot-gradle-plugin/src/test/java/org/springframework/boot/gradle/tasks/bundling/MavenPublishingIntegrationTests.java lines 71–75
private File artifactWithSuffix(String suffix) {
String name = this.gradleBuild.getProjectDir().getName();
return new File(new File(this.gradleBuild.getProjectDir(), "build/repo"),
String.format("com/example/%s/1.0/%s-1.0.%s", name, name, suffix));
}
Domain
Subdomains
Source
Frequently Asked Questions
What does artifactWithSuffix() do?
artifactWithSuffix() is a function in the spring-boot codebase.
What calls artifactWithSuffix()?
artifactWithSuffix() is called by 2 function(s): bootJarCanBePublished, bootWarCanBePublished.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free