Skip to content

Commit

Permalink
Document serviceURL property for Composum (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanseifert authored Nov 15, 2024
1 parent f2d537b commit a7294aa
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/site/markdown/usage.md.vm
Original file line number Diff line number Diff line change
Expand Up @@ -151,5 +151,21 @@ To enable complete HTTP wire logging (produces lots of logging data!), use:
```


$symbol_pound$symbol_pound$symbol_pound Composum Browser

If you want to use the plugin with a Sling instance running the [Composum Browser][composum-nodes], use a different service URL:

```xml
<plugin>
<groupId>io.wcm.maven.plugins</groupId>
<artifactId>wcmio-content-package-maven-plugin</artifactId>
<configuration>
<serviceURL>http://localhost:8080/bin/cpm/</serviceURL>
</configuration>
</plugin>
```


[plugindocs]: plugin-info.html
[aem-global-parent]: https://wcm.io/tooling/maven/aem-global-parent.html
[composum-nodes]: https://www.composum.com/home/nodes.html

0 comments on commit a7294aa

Please sign in to comment.