|
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<!-- |
| 3 | + #%L |
| 4 | + wcm.io |
| 5 | + %% |
| 6 | + Copyright (C) 2021 wcm.io |
| 7 | + %% |
| 8 | + Licensed under the Apache License, Version 2.0 (the "License"); |
| 9 | + you may not use this file except in compliance with the License. |
| 10 | + You may obtain a copy of the License at |
| 11 | +
|
| 12 | + http://www.apache.org/licenses/LICENSE-2.0 |
| 13 | +
|
| 14 | + Unless required by applicable law or agreed to in writing, software |
| 15 | + distributed under the License is distributed on an "AS IS" BASIS, |
| 16 | + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 17 | + See the License for the specific language governing permissions and |
| 18 | + limitations under the License. |
| 19 | + #L% |
| 20 | + --> |
| 21 | + |
| 22 | +<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 https://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| 23 | + <modelVersion>4.0.0</modelVersion> |
| 24 | + |
| 25 | + <parent> |
| 26 | + <groupId>io.wcm.devops</groupId> |
| 27 | + <artifactId>io.wcm.devops.parent_toplevel</artifactId> |
| 28 | + <version>1.2.5-SNAPSHOT</version> |
| 29 | + <relativePath /> |
| 30 | + </parent> |
| 31 | + |
| 32 | + <groupId>io.wcm.devops.conga.plugins</groupId> |
| 33 | + <artifactId>io.wcm.devops.conga.plugins.aem.parent</artifactId> |
| 34 | + <version>1.14.1-SNAPSHOT</version> |
| 35 | + <packaging>pom</packaging> |
| 36 | + |
| 37 | + <ciManagement> |
| 38 | + <system>GitHub Actions</system> |
| 39 | + <url>https://github.com/wcm-io-devops/conga-aem-plugin/actions</url> |
| 40 | + </ciManagement> |
| 41 | + |
| 42 | + <dependencyManagement> |
| 43 | + <dependencies> |
| 44 | + |
| 45 | + <dependency> |
| 46 | + <groupId>io.wcm.devops.conga.plugins</groupId> |
| 47 | + <artifactId>io.wcm.devops.conga.plugins.ansible</artifactId> |
| 48 | + <version>1.3.2</version> |
| 49 | + </dependency> |
| 50 | + |
| 51 | + <dependency> |
| 52 | + <groupId>io.wcm.tooling.commons</groupId> |
| 53 | + <artifactId>io.wcm.tooling.commons.content-package-builder</artifactId> |
| 54 | + <version>1.5.4</version> |
| 55 | + </dependency> |
| 56 | + <dependency> |
| 57 | + <groupId>io.wcm.tooling.commons</groupId> |
| 58 | + <artifactId>io.wcm.tooling.commons.crx-packmgr-helper</artifactId> |
| 59 | + <version>1.7.4</version> |
| 60 | + </dependency> |
| 61 | + |
| 62 | + </dependencies> |
| 63 | + </dependencyManagement> |
| 64 | + |
| 65 | + <build> |
| 66 | + <plugins> |
| 67 | + |
| 68 | + <!-- do not generate site for this project --> |
| 69 | + <plugin> |
| 70 | + <groupId>org.apache.maven.plugins</groupId> |
| 71 | + <artifactId>maven-site-plugin</artifactId> |
| 72 | + <inherited>false</inherited> |
| 73 | + <configuration> |
| 74 | + <skip>true</skip> |
| 75 | + <skipDeploy>true</skipDeploy> |
| 76 | + </configuration> |
| 77 | + </plugin> |
| 78 | + |
| 79 | + </plugins> |
| 80 | + </build> |
| 81 | + |
| 82 | +</project> |
0 commit comments