You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ca...@apache.org on 2020/01/21 10:50:10 UTC

[royale-asjs] branch develop updated: maven-distribution: restore clean distribution folder (don't find a reason why it was disabled)

This is an automated email from the ASF dual-hosted git repository.

carlosrovira pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git


The following commit(s) were added to refs/heads/develop by this push:
     new b8b45c7  maven-distribution: restore clean distribution folder (don't find a reason why it was disabled)
b8b45c7 is described below

commit b8b45c79871b289875ce32d4317241e0c398b443
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Tue Jan 21 11:50:01 2020 +0100

    maven-distribution: restore clean distribution folder (don't find a reason why it was disabled)
---
 distribution/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/distribution/pom.xml b/distribution/pom.xml
index 883130a..0adb040 100644
--- a/distribution/pom.xml
+++ b/distribution/pom.xml
@@ -724,7 +724,7 @@
       </dependencies>
       <build>
         <plugins>
-          <!--plugin>
+          <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-clean-plugin</artifactId>
             <executions>
@@ -744,7 +744,7 @@
                 </configuration>
               </execution>
             </executions>
-          </plugin-->
+          </plugin>
           <plugin>
             <artifactId>maven-assembly-plugin</artifactId>
             <executions>