core-forms-components-examples-all
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.adobe.aem</groupId>
<artifactId>core-forms-components-examples-all</artifactId>
<version>3.0.150</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright 2021 Adobe. All rights reserved.
This file is licensed 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 REPRESENTATIONS
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>
<groupId>com.adobe.aem</groupId>
<artifactId>core-forms-components-parent</artifactId>
<version>3.0.150</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
<artifactId>core-forms-components-examples-all</artifactId>
<packaging>content-package</packaging>
<name>AEM Forms Core Components - Examples All Package</name>
<description>All package for AEM Forms Core Components examples</description>
<url>https://github.com/adobe/aem-core-forms-components</url>
<scm>
<connection>scm:git:https://github.com/adobe/aem-core-forms-components</connection>
<developerConnection>scm:git:git@github.com:adobe/aem-core-forms-components.git</developerConnection>
<url>https://github.com/adobe/aem-core-forms-components</url>
<tag>core-forms-components-reactor-3.0.150</tag>
</scm>
<organization>
<name>Adobe</name>
<url>https://www.adobe.com</url>
</organization>
<licenses>
<license>
<name>The Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<properties>
<main.basedir>${project.basedir}/../../parent</main.basedir>
</properties>
<!-- ====================================================================== -->
<!-- B U I L D D E F I N I T I O N -->
<!-- ====================================================================== -->
<build>
<plugins>
<plugin>
<groupId>org.apache.jackrabbit</groupId>
<artifactId>filevault-package-maven-plugin</artifactId>
<configuration>
<group>forms-components-library</group>
<packageType>container</packageType>
<properties>
<cloudManagerTarget>none</cloudManagerTarget>
</properties>
<allowIndexDefinitions>true</allowIndexDefinitions>
<showImportPackageReport>false</showImportPackageReport>
<embeddedTarget>/apps/bundles/install</embeddedTarget>
<embeddeds>
<embedded>
<groupId>${project.groupId}</groupId>
<artifactId>core-forms-components-examples-core</artifactId>
<filter>true</filter>
</embedded>
</embeddeds>
<subPackages>
<subPackage>
<groupId>com.adobe.aem</groupId>
<artifactId>core-forms-components-examples-apps</artifactId>
<filter>true</filter>
</subPackage>
<subPackage>
<groupId>com.adobe.aem</groupId>
<artifactId>core-forms-components-examples-content</artifactId>
<filter>true</filter>
</subPackage>
</subPackages>
</configuration>
</plugin>
<plugin>
<groupId>com.day.jcr.vault</groupId>
<artifactId>content-package-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
<profiles>
<profile>
<id>autoInstallExamples</id>
<activation>
<activeByDefault>false</activeByDefault>
</activation>
<build>
<plugins>
<plugin>
<groupId>com.day.jcr.vault</groupId>
<artifactId>content-package-maven-plugin</artifactId>
<executions>
<execution>
<id>install-package</id>
<goals>
<goal>install</goal>
</goals>
<configuration>
<targetURL>${quickstart.url}/crx/packmgr/service.jsp</targetURL>
<failOnError>true</failOnError>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
<profile>
<id>include-wcm-components-examples</id>
<activation>
<activeByDefault>false</activeByDefault>
</activation>
<build>
<plugins>
<plugin>
<groupId>org.apache.jackrabbit</groupId>
<artifactId>filevault-package-maven-plugin</artifactId>
<configuration>
<subPackages combine.children="append">
<subPackage>
<groupId>com.adobe.cq</groupId>
<artifactId>core.wcm.components.examples.ui.content</artifactId>
<filter>true</filter>
</subPackage>
<subPackage>
<groupId>com.adobe.cq</groupId>
<artifactId>core.wcm.components.examples.ui.apps</artifactId>
<filter>true</filter>
</subPackage>
<subPackage>
<groupId>com.adobe.cq</groupId>
<artifactId>core.wcm.components.examples.ui.config</artifactId>
<filter>true</filter>
</subPackage>
</subPackages>
</configuration>
</plugin>
</plugins>
</build>
<dependencies>
<!-- WCM Core components library -->
<dependency>
<groupId>com.adobe.cq</groupId>
<artifactId>core.wcm.components.examples.ui.content</artifactId>
<type>zip</type>
<version>${core.wcm.components.library.version}</version>
</dependency>
<dependency>
<groupId>com.adobe.cq</groupId>
<artifactId>core.wcm.components.examples.ui.apps</artifactId>
<type>zip</type>
<version>${core.wcm.components.library.version}</version>
</dependency>
<dependency>
<groupId>com.adobe.cq</groupId>
<artifactId>core.wcm.components.examples.ui.config</artifactId>
<type>zip</type>
<version>${core.wcm.components.library.version}</version>
</dependency>
</dependencies>
</profile>
</profiles>
<dependencies>
<!-- Forms Components -->
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>core-forms-components-examples-core</artifactId>
<version>${project.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.adobe.aem</groupId>
<artifactId>core-forms-components-core</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.adobe.aem</groupId>
<artifactId>core-forms-components-apps</artifactId>
<type>zip</type>
<version>${project.version}</version>
</dependency>
<!-- Forms Components Library -->
<dependency>
<groupId>com.adobe.aem</groupId>
<artifactId>core-forms-components-examples-apps</artifactId>
<type>zip</type>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.adobe.aem</groupId>
<artifactId>core-forms-components-examples-content</artifactId>
<type>zip</type>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.adobe.aem</groupId>
<artifactId>core-forms-components-examples-core</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
</project>