You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by dk...@apache.org on 2021/05/21 03:55:10 UTC

svn commit: r47848 [16/16] - /release/sling/

Added: release/sling/org.apache.sling.cms.transformer-1.0.2.jar.asc
==============================================================================
--- release/sling/org.apache.sling.cms.transformer-1.0.2.jar.asc (added)
+++ release/sling/org.apache.sling.cms.transformer-1.0.2.jar.asc Fri May 21 03:55:08 2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEETXg0f09Pho2Ows0T8OrBpExuQSQFAmCh3U8ACgkQ8OrBpExu
+QSStqhAArR2khzkhTYGTz62Od6a+HkkN7ZTTp7eQKTEIaXJkoDgcPenME7mLvWXZ
+uC4joFzGYeZG+sLMiILBRMq/nEXfO38zjZyn3CqxsVPlc3GavkaZ06jgt72kcDLN
+tFnUCuBbPjt+qaVCyVYMLhjoF+BZq+Hyl/gjnHaqDtkLVF6KHttNzhThz65MO5+/
+RE3pLRONy1Msi72Uml+QFe0OpiuMPAz1ln5owi0JikUOEsoxnH9f3BEz3R68lgKI
+KKJUH0ZrNxgdcvP/dkp4sR+F5TlWRsSjg9oYZitwIxlTxgCyb3NyOnSE0AvQuAS/
+l3QfUEtR72feB1KT0jJUWF89GqouvZx4Fxl7W+hYUTfbPCUzjVQsyR92Dn8wziha
+eF96D6jQg5asLFXTImPmkVqplpiDaSZIUWHonqePCzxlj0qKwzh3JPL/0VkTEDtG
+5zlI7AOkz8JsPnu0MI9tcig1mhpTJmFtYJie+3ochTcCAekhWZi4BsgTfk1itvBK
+HsqE6aL99A7GeZJvwkezaQzNLRTDuvDODqxQE19sDDYuWerOvaXXWpvmsgT2J4oD
+AOzthecBatsU9orp2sG5p1vTwVcrnMjB8QIwYzHh4J2RaSj0qwVVTIw6W2QEtK9+
+V9rg4XjAND1L3B3CboKh3XVTo5zQt3lvksjyPNC9WUBl2LRF5YA=
+=tUoY
+-----END PGP SIGNATURE-----

Added: release/sling/org.apache.sling.cms.transformer-1.0.2.jar.md5
==============================================================================
--- release/sling/org.apache.sling.cms.transformer-1.0.2.jar.md5 (added)
+++ release/sling/org.apache.sling.cms.transformer-1.0.2.jar.md5 Fri May 21 03:55:08 2021
@@ -0,0 +1 @@
+2a064523e5ffbf9c29e584df8e7c76a3
\ No newline at end of file

Added: release/sling/org.apache.sling.cms.transformer-1.0.2.jar.sha1
==============================================================================
--- release/sling/org.apache.sling.cms.transformer-1.0.2.jar.sha1 (added)
+++ release/sling/org.apache.sling.cms.transformer-1.0.2.jar.sha1 Fri May 21 03:55:08 2021
@@ -0,0 +1 @@
+a5f7d53179e857bcf4d9d2eec84d1ff6c6b58f55
\ No newline at end of file

Added: release/sling/org.apache.sling.cms.transformer-1.0.2.pom
==============================================================================
--- release/sling/org.apache.sling.cms.transformer-1.0.2.pom (added)
+++ release/sling/org.apache.sling.cms.transformer-1.0.2.pom Fri May 21 03:55:08 2021
@@ -0,0 +1,196 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional
+    information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except
+    in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to
+    in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See
+    the License for the specific language governing permissions and limitations under the License. -->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+    <modelVersion>4.0.0</modelVersion>
+    <parent>
+        <artifactId>org.apache.sling.cms</artifactId>
+        <groupId>org.apache.sling</groupId>
+        <version>1.0.2</version>
+    </parent>
+    <artifactId>org.apache.sling.cms.transformer</artifactId>
+    <name>Apache Sling - Transformer</name>
+    <description>An API and Service for creating and transforming images and documents into thumbnails</description>
+
+    <properties>
+        <sling.java.version>8</sling.java.version>
+    </properties>
+
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>biz.aQute.bnd</groupId>
+                <artifactId>bnd-maven-plugin</artifactId>
+            </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-compiler-plugin</artifactId>
+                <configuration>
+                    <source>8</source>
+                    <target>8</target>
+                </configuration>
+            </plugin>
+            <plugin>
+                <groupId>org.apache.rat</groupId>
+                <artifactId>apache-rat-plugin</artifactId>
+                <configuration>
+                    <excludes>
+                        <!-- Used by maven-remote-resources-plugin -->
+                        <exclude>src/main/appended-resources/META-INF/*</exclude>
+                        <!-- Generated by maven-remote-resources-plugin -->
+                        <exclude>velocity.log</exclude>
+                        <!-- don't check anything in target -->
+                        <exclude>target/*</exclude>
+                        <!-- for some reason Rat doesn't seem to pick up that PPTs are binary -->
+                        <exclude>src/test/resources/*.ppt</exclude>
+                    </excludes>
+                </configuration>
+                <executions>
+                    <execution>
+                        <phase>verify</phase>
+                        <goals>
+                            <goal>check</goal>
+                        </goals>
+                    </execution>
+                </executions>
+            </plugin>
+        </plugins>
+    </build>
+
+    <dependencies>
+
+        <dependency>
+            <groupId>javax.servlet</groupId>
+            <artifactId>servlet-api</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.felix</groupId>
+            <artifactId>org.apache.felix.webconsole</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.osgi</groupId>
+            <artifactId>osgi.annotation</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.osgi</groupId>
+            <artifactId>org.osgi.service.component.annotations</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.osgi</groupId>
+            <artifactId>org.osgi.service.metatype.annotations</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.osgi</groupId>
+            <artifactId>osgi.core</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.osgi</groupId>
+            <artifactId>osgi.cmpn</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.slf4j</groupId>
+            <artifactId>slf4j-api</artifactId>
+        </dependency>
+
+        <!-- Sling Dependencies -->
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.api</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.caconfig.api</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.cms.api</artifactId>
+            <version>${project.version}</version>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.cms.core</artifactId>
+            <version>${project.version}</version>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.event.api</artifactId>
+            <scope>test</scope>
+        </dependency>
+
+        <!-- Utilities -->
+        <dependency>
+            <groupId>commons-io</groupId>
+            <artifactId>commons-io</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>com.google.guava</groupId>
+            <artifactId>guava</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.commons</groupId>
+            <artifactId>commons-lang3</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>javax.annotation</groupId>
+            <artifactId>javax.annotation-api</artifactId>
+        </dependency>
+
+        <!-- Document handling -->
+        <dependency>
+            <groupId>net.coobird</groupId>
+            <artifactId>thumbnailator</artifactId>
+        </dependency>
+        <dependency>
+            <artifactId>pdfbox</artifactId>
+            <groupId>org.apache.pdfbox</groupId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.poi</groupId>
+            <artifactId>poi-ooxml</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.poi</groupId>
+            <artifactId>poi-scratchpad</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.tika</groupId>
+            <artifactId>tika-core</artifactId>
+        </dependency>
+
+        <!-- Testing dependencies -->
+        <dependency>
+            <groupId>junit</groupId>
+            <artifactId>junit</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.testing.sling-mock.junit4</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.mockito</groupId>
+            <artifactId>mockito-core</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.slf4j</groupId>
+            <artifactId>slf4j-simple</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>jakarta.xml.bind</groupId>
+            <artifactId>jakarta.xml.bind-api</artifactId>
+            <version>2.3.2</version>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.glassfish.jaxb</groupId>
+            <artifactId>jaxb-runtime</artifactId>
+            <version>2.3.2</version>
+            <scope>test</scope>
+        </dependency>
+
+    </dependencies>
+</project>

Added: release/sling/org.apache.sling.cms.transformer-1.0.2.pom.asc
==============================================================================
--- release/sling/org.apache.sling.cms.transformer-1.0.2.pom.asc (added)
+++ release/sling/org.apache.sling.cms.transformer-1.0.2.pom.asc Fri May 21 03:55:08 2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEETXg0f09Pho2Ows0T8OrBpExuQSQFAmCh3U8ACgkQ8OrBpExu
+QSSD0A/8Cl52c69Ev3M2vfgcjSI96J7M+PihrjWuu0VzxlTup7TTp+HlA3LVES3Z
++8BbyBydhnHBA33o/TlBPAssKLbkqRmPj2YPn45oUiTYRHgFpPDrREQRMKMtEr0c
+dxm5YYvp2RRLCUWehkEHWNcqQCtkSYiWOQiHSgEuwgCG4BTqB8oDcIC3vELr2tKL
+5NHVbuhErwb78yGAJiz8ZMEmLJFxWCnOGOOAFNwLh+vcegToRVK8IUUNpKVoDNGB
+szy5pztuW0fqRhQ6NKWvB66RXc2TVDe/ccwuirVHGURD+w3BHFXe0EnMQD3GPf4J
+AEP+gNwlUkFFxfHHCRtgci0HY13j3HHqXvog1Uw4BQZFljKvGtQewPcMeF81EynQ
+mDLkla6724K9++eW5AZcsA/CXlLOfUBNwySyKnpBfs6FpyuQ7NMqV6oTrcoIc5f2
+MSqgwaGs1qPsp3+NLdrVEHZV+iTXRazt0L8DTmptZE4hxTHEholEbD0Pq0YjtAqa
+PftJSHV448UWV/RN93g9SxfPp34jRAQlwpi4RsNob7zPNeeISn6ej8nwaGLVN9PT
+QBz07i8eNEag4AN0NsIJXWybcriJa84HD5D4Wajm3L5AE62aCd7FseuKTamHohgl
+BdYDSuMcWr7DgU17bgEYj0GKfTk60HIGVtFf2oJ3A57o6aBobys=
+=lGGa
+-----END PGP SIGNATURE-----

Added: release/sling/org.apache.sling.cms.transformer-1.0.2.pom.md5
==============================================================================
--- release/sling/org.apache.sling.cms.transformer-1.0.2.pom.md5 (added)
+++ release/sling/org.apache.sling.cms.transformer-1.0.2.pom.md5 Fri May 21 03:55:08 2021
@@ -0,0 +1 @@
+e9b3d29ae26c6256a6a6f8b0baf752e7
\ No newline at end of file

Added: release/sling/org.apache.sling.cms.transformer-1.0.2.pom.sha1
==============================================================================
--- release/sling/org.apache.sling.cms.transformer-1.0.2.pom.sha1 (added)
+++ release/sling/org.apache.sling.cms.transformer-1.0.2.pom.sha1 Fri May 21 03:55:08 2021
@@ -0,0 +1 @@
+83a5aeafd1223e10d82d28eeee531752aeaf1e1e
\ No newline at end of file

Added: release/sling/org.apache.sling.cms.ui-1.0.2-sources.jar
==============================================================================
Binary file - no diff available.

Propchange: release/sling/org.apache.sling.cms.ui-1.0.2-sources.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: release/sling/org.apache.sling.cms.ui-1.0.2-sources.jar.asc
==============================================================================
--- release/sling/org.apache.sling.cms.ui-1.0.2-sources.jar.asc (added)
+++ release/sling/org.apache.sling.cms.ui-1.0.2-sources.jar.asc Fri May 21 03:55:08 2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEETXg0f09Pho2Ows0T8OrBpExuQSQFAmCh3XwACgkQ8OrBpExu
+QSSlZw//Us7BCSTPqU9/doWx3/Bpz59rBeIVbhFDqDj7XACKQvrxzGMz/xO/8jyb
+NQZWod0dWUxZejlxLPTaIeomlgiCw+JFkhVHZJ8J07Ebdd1sZn5HAWxXDQ4l22iP
+6MO7DrgPoID0/hD+Mx6xVBGQCfuCASM2FRLkOAQcy1Efgyg3XIUpsoyEdrf4P2Zc
+OnqfYXswxyLqaIRflhyKNerUY3ckSqLSHJ2g/+RfXmt/gW9FAN/lY/04Eo4bsjaI
+Xza2t5eF0qiuWAoejx19dC6zkRRHWU6PzzY4FooPSLz7MI6Q8yQh+nqKwKyd51Fe
+BMjJojRB3P8I7HaheKmR64NPws5rB3G7ydHZjfJErxPgRsGHGcNNwcaTg7PEV6A4
+7UZE7VE4/MjAoKcd7mPHmMX+CzQUtIBRtMFJIb4Gy6tJ4bXeV+aHObcNYVUA8Zmz
+QIoAYTVtc+n0aAIXeLwouQj9aGUBR04hx3kVOSqJiRUrLNJPqwIEqVMfC0G7Rig3
+zCb75dxs6AIsDvlHp0xtOl2VwHD+2s/nXyjqUX91DeR9YGhk8uKtnCjzKWWozCIc
+0srXvFtiIPqUsWs53dRpEj/LQ6UGZBuzbDN4HFpOby9gnoRaLwLcRykhf1I63rNa
+VEdzxEQiFog5ZZWQNYYu3KXVfB3Gzj/vpZSau5uqZOu0UnhLbCw=
+=EULc
+-----END PGP SIGNATURE-----

Added: release/sling/org.apache.sling.cms.ui-1.0.2-sources.jar.md5
==============================================================================
--- release/sling/org.apache.sling.cms.ui-1.0.2-sources.jar.md5 (added)
+++ release/sling/org.apache.sling.cms.ui-1.0.2-sources.jar.md5 Fri May 21 03:55:08 2021
@@ -0,0 +1 @@
+937c212f58d4bc8c954f496fcb3a8824
\ No newline at end of file

Added: release/sling/org.apache.sling.cms.ui-1.0.2-sources.jar.sha1
==============================================================================
--- release/sling/org.apache.sling.cms.ui-1.0.2-sources.jar.sha1 (added)
+++ release/sling/org.apache.sling.cms.ui-1.0.2-sources.jar.sha1 Fri May 21 03:55:08 2021
@@ -0,0 +1 @@
+1dc54bea44658872ae1003c0d43f2c94d7fe0ae3
\ No newline at end of file

Added: release/sling/org.apache.sling.cms.ui-1.0.2.jar
==============================================================================
Binary file - no diff available.

Propchange: release/sling/org.apache.sling.cms.ui-1.0.2.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: release/sling/org.apache.sling.cms.ui-1.0.2.jar.asc
==============================================================================
--- release/sling/org.apache.sling.cms.ui-1.0.2.jar.asc (added)
+++ release/sling/org.apache.sling.cms.ui-1.0.2.jar.asc Fri May 21 03:55:08 2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEETXg0f09Pho2Ows0T8OrBpExuQSQFAmCh3XsACgkQ8OrBpExu
+QSRZHw//RrFVzpHtKEWqtPayR0aITiNrlxKOuAWre4hqnnYKIs3ppwjhvyqzV780
+bEwhCWZumOrdov8mE4bP2gcIVwluWm7JDF7yio7hCW5rQWW55zTxC4EgTS0/Vcc5
+ZEHzRSgGibigxD8FTmAeWWnjsPdY22+Yi0gOhNb99NZ6BqHxRlh0JwVJiHNY4RKh
+DL1RG61XAVaEP1FhBhaoSBqy+1muIyBBnE6nw9Jjr7bAZ/FkZwz+p+/Rioi96MUm
+12G9HqSvBdKUUSAbMib/t6LZ20D1/jXnQIeY2hvZPyMt30bCTgA/gfuK9ldhbGAb
+L3gsm+ikyZWtsSYePGGx+2+oullKJUGr5AtQuCSJ6JAuVpsS5QN6rt3UtafjrvWI
+recOHWFd4xCvZmpSPTGyL6hwMs0BSrUmSqoqhYf9AeYkTQVgPcSlebcPHD3xPQYF
+yM30ny8b9rv38qH9o8eKQ0WWS/ZZv4Sm3KdtYn4jctnRKQz8plQENhOANS8xnC+p
+fE21KVQOCGc4XvbBlYTwU65Z/Yzw24rVOzeqmQcpHtkJ2GFhDn4xYspsOYY9II4v
+a/AiDfrDAPZWDv2NYHew9WuUGE+BM+aOnmq/NmCSHcgZSM0kL++Xb1uCEOxvdplr
+yrMWV3B1WP+WfdyHn6l7lkXnKy8h5i6B802Wje+vfvQ9Ziiifl8=
+=MFJ+
+-----END PGP SIGNATURE-----

Added: release/sling/org.apache.sling.cms.ui-1.0.2.jar.md5
==============================================================================
--- release/sling/org.apache.sling.cms.ui-1.0.2.jar.md5 (added)
+++ release/sling/org.apache.sling.cms.ui-1.0.2.jar.md5 Fri May 21 03:55:08 2021
@@ -0,0 +1 @@
+5a18ccbad6ff82ccd792f83a6acb566a
\ No newline at end of file

Added: release/sling/org.apache.sling.cms.ui-1.0.2.jar.sha1
==============================================================================
--- release/sling/org.apache.sling.cms.ui-1.0.2.jar.sha1 (added)
+++ release/sling/org.apache.sling.cms.ui-1.0.2.jar.sha1 Fri May 21 03:55:08 2021
@@ -0,0 +1 @@
+c523ca651921969b75cd68f9a16d6a95c0988785
\ No newline at end of file

Added: release/sling/org.apache.sling.cms.ui-1.0.2.pom
==============================================================================
--- release/sling/org.apache.sling.cms.ui-1.0.2.pom (added)
+++ release/sling/org.apache.sling.cms.ui-1.0.2.pom Fri May 21 03:55:08 2021
@@ -0,0 +1,164 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under
+the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in
+writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the
+License. -->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <artifactId>org.apache.sling.cms</artifactId>
+    <groupId>org.apache.sling</groupId>
+    <version>1.0.2</version>
+  </parent>
+  <artifactId>org.apache.sling.cms.ui</artifactId>
+  <name>Apache Sling - CMS UI</name>
+  <description>A bundle providing the User Interface for the Apache Sling Reference CMS Application</description>
+
+  <properties>
+    <frontend.target>target/frontend</frontend.target>
+    <frontend.mode>dev</frontend.mode>
+  </properties>
+
+  <dependencies>
+    <dependency>
+      <groupId>javax.servlet</groupId>
+      <artifactId>javax.servlet-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.geronimo.bundles</groupId>
+      <artifactId>jstl</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.sling</groupId>
+      <artifactId>org.apache.sling.scripting.jsp.taglib</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>javax.servlet</groupId>
+      <artifactId>jsp-api</artifactId>
+    </dependency>
+  </dependencies>
+
+  <build>
+    <plugins>
+
+      <plugin>
+        <groupId>org.apache.rat</groupId>
+        <artifactId>apache-rat-plugin</artifactId>
+        <configuration>
+          <excludes>
+            <exclude>**/*.webmanifest</exclude>
+          </excludes>
+        </configuration>
+        <executions>
+          <execution>
+            <phase>verify</phase>
+            <goals>
+              <goal>check</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+      <plugin>
+        <artifactId>maven-resources-plugin</artifactId>
+        <executions>
+          <execution>
+            <id>copy-resources</id>
+            <phase>validate</phase>
+            <goals>
+              <goal>copy-resources</goal>
+            </goals>
+            <configuration>
+              <outputDirectory>${basedir}/${frontend.target}</outputDirectory>
+              <resources>
+                <resource>
+                  <directory>src/main/frontend</directory>
+                </resource>
+              </resources>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+
+      <plugin>
+        <groupId>com.github.eirslett</groupId>
+        <artifactId>frontend-maven-plugin</artifactId>
+        <version>1.7.6</version>
+        <executions>
+          <execution>
+            <id>install node and npm</id>
+            <goals>
+              <goal>install-node-and-npm</goal>
+            </goals>
+            <configuration>
+              <nodeVersion>v14.2.0</nodeVersion>
+              <npmVersion>6.14.5</npmVersion>
+            </configuration>
+          </execution>
+          <execution>
+            <id>npm install</id>
+            <goals>
+              <goal>npm</goal>
+            </goals>
+            <configuration>
+              <arguments>install</arguments>
+            </configuration>
+          </execution>
+          <execution>
+            <id>gulp build</id>
+            <goals>
+              <goal>gulp</goal>
+            </goals>
+            <configuration>
+              <arguments>${frontend.mode}</arguments>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+      <plugin>
+          <groupId>biz.aQute.bnd</groupId>
+          <artifactId>bnd-maven-plugin</artifactId>
+      </plugin>
+    </plugins>
+
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <groupId>org.eclipse.m2e</groupId>
+          <artifactId>lifecycle-mapping</artifactId>
+          <version>1.0.0</version>
+          <configuration>
+            <lifecycleMappingMetadata>
+              <pluginExecutions>
+                <pluginExecution>
+                  <pluginExecutionFilter>
+                    <groupId>com.github.eirslett</groupId>
+                    <artifactId>frontend-maven-plugin</artifactId>
+                    <versionRange>[1.0.0,)</versionRange>
+                    <goals>
+                      <goal>install-node-and-npm</goal>
+                      <goal>npm</goal>
+                      <goal>npm rebuild node-sass</goal>
+                      <goal>gulp</goal>
+                    </goals>
+                  </pluginExecutionFilter>
+                  <action>
+                    <ignore />
+                  </action>
+                </pluginExecution>
+              </pluginExecutions>
+            </lifecycleMappingMetadata>
+          </configuration>
+        </plugin>
+      </plugins>
+    </pluginManagement>
+  </build>
+
+  <profiles>
+    <profile>
+      <id>release</id>
+      <properties>
+        <frontend.mode>prod</frontend.mode>
+      </properties>
+    </profile>
+  </profiles>
+</project>

Added: release/sling/org.apache.sling.cms.ui-1.0.2.pom.asc
==============================================================================
--- release/sling/org.apache.sling.cms.ui-1.0.2.pom.asc (added)
+++ release/sling/org.apache.sling.cms.ui-1.0.2.pom.asc Fri May 21 03:55:08 2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEETXg0f09Pho2Ows0T8OrBpExuQSQFAmCh3XsACgkQ8OrBpExu
+QSQNWxAAnb17RztQZIytVM3L9Q+i0vbIASt3wrRFhfQoEwyQfX0kMd+01/iQ1mjE
+5xE8xAGbbqUHqbrK+jC1aROzbIWi3LyPXcjelZ3AwYdOIhT28d1nxMVtZ2KHjb+4
+zyhfyGJDOqX+wIktJ3VL3GtWtZ+HZQ0riBZ8okzfIyOmu8K02KKtDbN9i29SfR2A
+fj1GRcHNVd4Ea0cyX1djDIb03e1BDhOQLbgOXbEc6j5sJTyJsYxJNbE/MHMtXji6
+EYYhTvAul2kNxD9Kl4SK+SVoyKTzkLpQZvdFUBS+bgzLgyRZF/vvZsJgDwR9uqyZ
+xRQdu6g/BWODE9QRODH/VLWj9fSvI2QY9PcBnqSqAyDJlTtgDkbVL+FgIHbJUlU4
+9G7AqZAq+z2tHEOdPe30GYWHhzF0RRykJJ6mbFPv7shKRDxitNRqdltmUWu5y83L
+3IleHSD2WvDgLgH54tBXUt/CwyFC8Q/HqFkNgLje5HBvN9rnWHasizTVMc5bJudE
+Z2NDCJN958eGkMr3yaOsd9hFKpkntfrK5YMqxBV8X9aEhmfdDz+DhuD+ADoMwyJg
+WcfGnV2EkUCmrmxpgY+Msc12LZR3P57+OjkGPYmWGp5ui+9gKkvH6AoezdxtJYzo
+9j1At6U4lIKWXXyKs1VF9fGieMesCGXHlX86AnBDXvNCVyIpuNM=
+=Pz6N
+-----END PGP SIGNATURE-----

Added: release/sling/org.apache.sling.cms.ui-1.0.2.pom.md5
==============================================================================
--- release/sling/org.apache.sling.cms.ui-1.0.2.pom.md5 (added)
+++ release/sling/org.apache.sling.cms.ui-1.0.2.pom.md5 Fri May 21 03:55:08 2021
@@ -0,0 +1 @@
+593c378d15269b44983f6755d69371c3
\ No newline at end of file

Added: release/sling/org.apache.sling.cms.ui-1.0.2.pom.sha1
==============================================================================
--- release/sling/org.apache.sling.cms.ui-1.0.2.pom.sha1 (added)
+++ release/sling/org.apache.sling.cms.ui-1.0.2.pom.sha1 Fri May 21 03:55:08 2021
@@ -0,0 +1 @@
+6662b4e45f7c3162efbdfc55f8bc308230d1dfa0
\ No newline at end of file