GH-92 - Enable deployment for distribution module in documentation profile.

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

[0] https://github.com/jfrog/artifactory-maven-plugin/issues/39
This commit is contained in:
Oliver Drotbohm
2022-12-23 17:16:34 +01:00
parent e50894c973
commit 86d03864cc

View File

@@ -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>