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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user