Issue #5264 - Fixing deploy status on demo webapps

Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
This commit is contained in:
Joakim Erdfelt 2020-09-21 14:47:31 -05:00
parent 8a64309cdf
commit 533d64cda1
No known key found for this signature in database
GPG Key ID: 2D0E1FB8FE4B68B4
2 changed files with 4 additions and 3 deletions

View File

@ -18,8 +18,8 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<configuration>
<!-- DO NOT DEPLOY (or Release) -->
<skip>true</skip>
<!-- DEMO Project, Must Deploy -->
<skip>false</skip>
</configuration>
</plugin>
<plugin>

View File

@ -18,7 +18,8 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<configuration>
<skip>true</skip>
<!-- DEMO Project, Must Deploy -->
<skip>false</skip>
</configuration>
</plugin>