Skip to content

Commit

Permalink
GH-92 - Enable deployment for distribution module in documentation pr…
Browse files Browse the repository at this point in the history
…ofile.

Required due to a change in Artifactory Maven Plugin behavior [0].

[0] jfrog/artifactory-maven-plugin#39
  • Loading branch information
odrotbohm committed Dec 23, 2022
1 parent e50894c commit 86d0386
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions spring-modulith-distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,15 @@
<project.root>${basedir}/..</project.root>
</properties>

<profiles>
<profile>
<id>documentation</id>
<properties>
<maven.deploy.skip>false</maven.deploy.skip>
</properties>
</profile>
</profiles>

<build>
<plugins>
<plugin>
Expand Down

0 comments on commit 86d0386

Please sign in to comment.