Added: release/sling/org.apache.sling.cms.ui-1.1.4.jar.asc
==============================================================================
--- release/sling/org.apache.sling.cms.ui-1.1.4.jar.asc (added)
+++ release/sling/org.apache.sling.cms.ui-1.1.4.jar.asc Sun Jan  1 17:39:56 2023
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEETXg0f09Pho2Ows0T8OrBpExuQSQFAmOb6FcACgkQ8OrBpExu
+QSTECw/+KD7ImS9YzABC0CBL48tDX5AuXPtYhCZmK1s+v/kZubC93LBIZ5jjKKUY
+pvPh7P28KozjBnpyqQnPlsiMHF0SbmfuTyp5ekXav979D57FIS2ZC+ONNRFgwi+v
+eUvWJLMgX++p7QbCl66uffBmxPXh5rHJsr5ctZc4cv/XR76TWXQELNaf/GIcaR7l
+NNnHboOL9z++UesCgwKFl9KUGSsH7D+4iTWsIQv4QBh+nih2dGoun/RX07K9zzIl
+p2nC5FVYNVFy/yeEWoIorOu7iSuhgtZ2iHur4iLPhXDQ6lvFh39BDDpOzLahZhDt
+lp2CD8UyXH9YtGiKfyeLN7cKIjcMGdgvXBmauhYP769IE9iqfXM8OhgGm5LYo7Rw
+mVgmWkAm0xv2DT0fS//UA+08Prz2GJg7VbIj508aCsSornKmBvcM8MojIM+5b6MY
+clXnGHhxIpyGtCAPqU0BGo+LeMjvr4EUTONQgRR7Uq/RqGWl3Hy7Z2NKXWda57Y7
+SHN4Y3aoCGZSIxPfvxchy59r9LbIS6SQV9cy2CcysfLHUke7YuTdDmDxJWKyhCb4
+7J/3TcLahBOPTfci9d1x+Xh7Qp7LBGdatFS0KdEr0UEQwTLouTnzliA4AEN6Fa2N
+9mizSOdo8iTtaI5Aud6JHkE3mUzypCsuYXyynoeF5qYUtc7MS6o=
+=Q4Qs
+-----END PGP SIGNATURE-----

Added: release/sling/org.apache.sling.cms.ui-1.1.4.jar.md5
==============================================================================
--- release/sling/org.apache.sling.cms.ui-1.1.4.jar.md5 (added)
+++ release/sling/org.apache.sling.cms.ui-1.1.4.jar.md5 Sun Jan  1 17:39:56 2023
@@ -0,0 +1 @@
+e8d08865d2b75f599301b65a242618fd
\ No newline at end of file

Added: release/sling/org.apache.sling.cms.ui-1.1.4.jar.sha1
==============================================================================
--- release/sling/org.apache.sling.cms.ui-1.1.4.jar.sha1 (added)
+++ release/sling/org.apache.sling.cms.ui-1.1.4.jar.sha1 Sun Jan  1 17:39:56 
2023
@@ -0,0 +1 @@
+9b686deac85421c005d8a7644f1bba4fbc527ea9
\ No newline at end of file

Added: release/sling/org.apache.sling.cms.ui-1.1.4.pom
==============================================================================
--- release/sling/org.apache.sling.cms.ui-1.1.4.pom (added)
+++ release/sling/org.apache.sling.cms.ui-1.1.4.pom Sun Jan  1 17:39:56 2023
@@ -0,0 +1,165 @@
+<?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.1.4</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>
+    <legal.dir>${basedir}/..</legal.dir>
+  </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.1.4.pom.asc
==============================================================================
--- release/sling/org.apache.sling.cms.ui-1.1.4.pom.asc (added)
+++ release/sling/org.apache.sling.cms.ui-1.1.4.pom.asc Sun Jan  1 17:39:56 2023
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEETXg0f09Pho2Ows0T8OrBpExuQSQFAmOb6FcACgkQ8OrBpExu
+QSQeiA/+I5ehcJVDq5LqMLFG3U8rqsHjCegE8Uob+riKulh1t64ivNkefD1YY0O8
+Y982Wu+iOvqsuuZ6NBdK4kAhVbpnoJT2/XCVfQnck3cns0amGeqctSp2+gFyLb9q
+IGxjpH8XSRetz3eMho8syxUQeHYkpJsHlsEvCHd5nhMJi2Y4TwWk3FAZ5SndCKOr
+uEJpkLlkGInwY3lBhZYjKr57UhCiXdx9T3P848Ws+Uo+HGiS3L2QEZP9heV/GeNP
+QpGqupiUkmqWH643BtrnYITGG3sWmTK6Oz1E8MGI0zynEvPbk6PICfKgC7qZ+iMu
+O8aQ6fF0Ur5sUsOQ5B4Iyy9q+p0HGvkvC7YcM/OYp2RDsz926s1GuLtdEPEFahYU
+mM1Z0hHluXGJbK3dCgmk0mWZpTROUlyzZ5atHL74u8475qKmM6ndkum7D7bs0lX7
+Se7WEPOmRgw60yC+tHFu2JGwu+ZHswOy50heur79tJlexsFPYAN5is7yuVb159KJ
+DRuGaGCERf+y1uWJU4ro+6T73n+w++oZ/VMfeSki9gEdceftBsF8Ip8xo/qFWdL4
+sWpcdmxFoK95AnO/xx8VEs+rpNPFQsMtp0Pg8q6x5OIE4Jd3REH+xGx77H6RHddc
+Ae7nWynPew/43hg7Yqnfcp6Vfe16akuXhhmR8QeykaNdx8ZEJsY=
+=9Iy9
+-----END PGP SIGNATURE-----

Added: release/sling/org.apache.sling.cms.ui-1.1.4.pom.md5
==============================================================================
--- release/sling/org.apache.sling.cms.ui-1.1.4.pom.md5 (added)
+++ release/sling/org.apache.sling.cms.ui-1.1.4.pom.md5 Sun Jan  1 17:39:56 2023
@@ -0,0 +1 @@
+d2115774d4be26bbd9de169f31345d81
\ No newline at end of file

Added: release/sling/org.apache.sling.cms.ui-1.1.4.pom.sha1
==============================================================================
--- release/sling/org.apache.sling.cms.ui-1.1.4.pom.sha1 (added)
+++ release/sling/org.apache.sling.cms.ui-1.1.4.pom.sha1 Sun Jan  1 17:39:56 
2023
@@ -0,0 +1 @@
+6b33fab9a47251ff0f0fdfafbacb3213bbadacd3
\ No newline at end of file


Reply via email to