You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by cd...@apache.org on 2021/09/08 15:49:35 UTC

[plc4x-build-tools] branch develop updated: Minor clean-up

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

cdutz pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x-build-tools.git


The following commit(s) were added to refs/heads/develop by this push:
     new d4251c6  Minor clean-up
d4251c6 is described below

commit d4251c65eac5497f00bfbc412c70002f8237cae1
Author: cdutz <ch...@c-ware.de>
AuthorDate: Wed Sep 8 17:49:25 2021 +0200

    Minor clean-up
---
 plc4x-site-skin/pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/plc4x-site-skin/pom.xml b/plc4x-site-skin/pom.xml
index a04cee0..5633c70 100644
--- a/plc4x-site-skin/pom.xml
+++ b/plc4x-site-skin/pom.xml
@@ -376,6 +376,9 @@
               <execution>
                 <id>default-minify</id>
                 <phase>generate-resources</phase>
+                <goals>
+                  <goal>minify</goal>
+                </goals>
                 <configuration>
                   <webappSourceDir>${basedir}/src/main/resources</webappSourceDir>
                   <cssSourceDir>css</cssSourceDir>
@@ -390,9 +393,6 @@
                   </jsSourceFiles>
                   <jsFinalFile>plc4x-site-skin-${project.version}.js</jsFinalFile-->
                 </configuration>
-                <goals>
-                  <goal>minify</goal>
-                </goals>
               </execution>
             </executions>
           </plugin>