Skip to content

Commit 86d0386

Browse files
committed
GH-92 - Enable deployment for distribution module in documentation profile.
Required due to a change in Artifactory Maven Plugin behavior [0]. [0] jfrog/artifactory-maven-plugin#39
1 parent e50894c commit 86d0386

File tree

1 file changed

+9
-0
lines changed
  • spring-modulith-distribution

1 file changed

+9
-0
lines changed

spring-modulith-distribution/pom.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,15 @@
2121
<project.root>${basedir}/..</project.root>
2222
</properties>
2323

24+
<profiles>
25+
<profile>
26+
<id>documentation</id>
27+
<properties>
28+
<maven.deploy.skip>false</maven.deploy.skip>
29+
</properties>
30+
</profile>
31+
</profiles>
32+
2433
<build>
2534
<plugins>
2635
<plugin>

0 commit comments

Comments
 (0)