Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

New in AEM Archetype 2.4.0 is that the Publish port number/URL is no longer spread across different scripts and files, but now maintained centrally in the Parent POM of the application. There is a publish Maven profile to switch to the publish URLs. This resulted in some reworks on the scripts to switch Maven profiles instead of Deployment URLs. Call the script with a help argument to see all supported parameters.

Example for URL definition in Parent POM:

Code Block
languagexml
<!-- AEM instance parameters -->
<sling.url><http://localhost:4502</sling.url>
<sling.publish.url><http://localhost:4503</sling.publish.url>

Deploy individual bundles or content packages

...