wcm-io / io.wcm.maven.plugins.wcmio-content-package-maven-plugin

Upload and download content packages.
Apache License 2.0
2 stars 1 forks source link

Please document serviceURL property for Composum #12

Closed rombert closed 1 day ago

rombert commented 1 week ago

It is not obvious how to configure the plugin for Composum. I tried to do this for a new project and I eventually found an old project lying around that was configured using

                <configuration>
                    <serviceURL>http://localhost:8080/bin/cpm/</serviceURL>
                </configuration>

I have no idea where I picked this up from, but not from the official documentation. It would be great it the Composum service URL would be documented alongside the CRX Package Manager one.

stefanseifert commented 1 day ago

good idea, done with #13 https://wcm.io/tooling/maven/plugins/wcmio-content-package-maven-plugin/usage.html#Composum_Browser

that was currently hidden in the integration tests: https://github.com/wcm-io/io.wcm.maven.plugins.wcmio-content-package-maven-plugin/blob/f2d537bbe4d5b1e3ffb9890c903158abf7642dad/src/it/sling-composum-upload-download/pom.xml#L207

rombert commented 1 day ago

Thanks!