|
23 | 23 | <modelVersion>4.0.0</modelVersion> |
24 | 24 |
|
25 | 25 | <parent> |
26 | | - <groupId>io.wcm.devops</groupId> |
27 | | - <artifactId>io.wcm.devops.parent_toplevel</artifactId> |
28 | | - <version>1.2.4</version> |
29 | | - <relativePath /> |
| 26 | + <groupId>io.wcm.devops.conga.plugins</groupId> |
| 27 | + <artifactId>io.wcm.devops.conga.plugins.aem.parent</artifactId> |
| 28 | + <version>1.14.2</version> |
| 29 | + <relativePath>../parent/pom.xml</relativePath> |
30 | 30 | </parent> |
31 | 31 |
|
32 | 32 | <groupId>io.wcm.devops.conga.plugins</groupId> |
33 | 33 | <artifactId>io.wcm.devops.conga.plugins.aem</artifactId> |
34 | | - <version>1.14.0</version> |
| 34 | + <version>1.14.2</version> |
35 | 35 | <packaging>jar</packaging> |
36 | 36 |
|
37 | 37 | <name>CONGA AEM Plugin</name> |
|
45 | 45 | </scm> |
46 | 46 |
|
47 | 47 | <properties> |
48 | | - <site.url.module.prefix>conga/plugins/aem/conga-aem-plugin</site.url.module.prefix> |
| 48 | + <site.url.module.prefix>conga-aem-plugin</site.url.module.prefix> |
49 | 49 | </properties> |
50 | 50 |
|
51 | 51 | <dependencies> |
|
101 | 101 | <dependency> |
102 | 102 | <groupId>io.wcm.tooling.commons</groupId> |
103 | 103 | <artifactId>io.wcm.tooling.commons.content-package-builder</artifactId> |
104 | | - <version>1.5.4</version> |
105 | 104 | <scope>compile</scope> |
106 | 105 | </dependency> |
107 | 106 | <dependency> |
108 | 107 | <groupId>io.wcm.tooling.commons</groupId> |
109 | 108 | <artifactId>io.wcm.tooling.commons.crx-packmgr-helper</artifactId> |
110 | | - <version>1.7.4</version> |
111 | 109 | <scope>compile</scope> |
112 | 110 | </dependency> |
113 | 111 |
|
|
223 | 221 | </plugin> |
224 | 222 |
|
225 | 223 | </plugins> |
| 224 | + <pluginManagement> |
| 225 | + <plugins> |
| 226 | + |
| 227 | + <plugin> |
| 228 | + <groupId>org.apache.maven.plugins</groupId> |
| 229 | + <artifactId>maven-site-plugin</artifactId> |
| 230 | + <configuration> |
| 231 | + <topSiteURL>${site.deploy.url}</topSiteURL> |
| 232 | + </configuration> |
| 233 | + </plugin> |
| 234 | + |
| 235 | + </plugins> |
| 236 | + </pluginManagement> |
226 | 237 | </build> |
227 | 238 |
|
228 | 239 | <distributionManagement> |
229 | 240 | <site> |
230 | 241 | <id>${site.deploy.id}</id> |
231 | | - <url>${site.deploy.url}${site.url.module.prefix}</url> |
| 242 | + <url>${site.deploy.url}/${site.url.module.prefix}</url> |
232 | 243 | </site> |
233 | 244 | </distributionManagement> |
234 | 245 |
|
|
0 commit comments