Skip to content

Commit

Permalink
fix another wrong username parameter for content-package-m-p
Browse files Browse the repository at this point in the history
cleanup parametrization in general
  • Loading branch information
kwin committed Aug 27, 2024
1 parent 99b745e commit e792770
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 4 additions & 0 deletions accesscontroltool-oakindex-package/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,10 @@
<name>env.CI</name>
</property>
</activation>
<properties>
<!-- install package with "cloud" classifier to AEM -->
<contentPackageFile>${project.build.directory}/${project.build.finalName}-cloud.zip</contentPackageFile>
</properties>
<build>
<plugins>
<plugin>
Expand Down
6 changes: 1 addition & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -388,6 +388,7 @@
<failOnError>true</failOnError>
<userId>${crx.username}</userId>
<password>${crx.password}</password>
<targetURL>http://${crx.host}:${crx.port}/crx/packmgr/service.jsp</targetURL>
<!-- this should either point to the primary artifact file or a secondary one. There is no direct "classifier" support in this maven plugin -->
<packageFile>${contentPackageFile}</packageFile>
</configuration>
Expand Down Expand Up @@ -585,11 +586,6 @@
<goals>
<goal>install</goal>
</goals>
<configuration>
<targetURL>http://${crx.host}:${crx.port}/crx/packmgr/service.jsp</targetURL>
<username>${crx.username}</username>
<password>${crx.password}</password>
</configuration>
</execution>
</executions>
</plugin>
Expand Down

0 comments on commit e792770

Please sign in to comment.