AEM Hello World - Reactor Project

Maven Multimodule project for AEM Hello World.

License

License

GroupId

GroupId

com.shinesolutions
ArtifactId

ArtifactId

aem-helloworld
Last Version

Last Version

0.0.2
Release Date

Release Date

Type

Type

pom
Description

Description

AEM Hello World - Reactor Project
Maven Multimodule project for AEM Hello World.
Project URL

Project URL

https://github.com/shinesolutions/aem-helloworld
Source Code Management

Source Code Management

https://github.com/shinesolutions/aem-helloworld

Download aem-helloworld

Filename Size
aem-helloworld-0.0.2.pom 13 KB
Browse

How to add to project

<!-- https://jarcasting.com/artifacts/com.shinesolutions/aem-helloworld/ -->
<dependency>
    <groupId>com.shinesolutions</groupId>
    <artifactId>aem-helloworld</artifactId>
    <version>0.0.2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.shinesolutions/aem-helloworld/
implementation 'com.shinesolutions:aem-helloworld:0.0.2'
// https://jarcasting.com/artifacts/com.shinesolutions/aem-helloworld/
implementation ("com.shinesolutions:aem-helloworld:0.0.2")
'com.shinesolutions:aem-helloworld:pom:0.0.2'
<dependency org="com.shinesolutions" name="aem-helloworld" rev="0.0.2">
  <artifact name="aem-helloworld" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.shinesolutions', module='aem-helloworld', version='0.0.2')
)
libraryDependencies += "com.shinesolutions" % "aem-helloworld" % "0.0.2"
[com.shinesolutions/aem-helloworld "0.0.2"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • bundle
  • content

Build Status Known Vulnerabilities

AEM Hello World

Content

This project is an AEM package that must be deployed on the author instance and its respective publish instances.

It will provide a single authorable page at /content/helloworld.

Building

This project uses Maven for building. Common commands:

From the root directory, run mvn -PautoInstallPackage clean install to build the bundle and content package and install to a CQ instance.

From the bundle directory, run mvn -PautoInstallBundle clean install to build just the bundle and install to a CQ instance.

Using with VLT

To use vlt with this project, first build and install the package to your local CQ instance as described above. Then cd to content/src/main/content/jcr_root and run

vlt --credentials admin:admin checkout -f ../META-INF/vault/filter.xml --force http://localhost:4502/crx

Once the working copy is created, you can use the normal vlt up and vlt ci commands.

Specifying CRX Host/Port

The CRX host and port can be specified on the command line with: mvn -Dcrx.host=otherhost -Dcrx.port=5502

Credits

Photos by Hitoshi Suzuki, Joshua Rodriguez, Roman Kraft and Nathan Dumlao used under the Unsplash Licence.

com.shinesolutions

Shine Solutions Group

Empowering our enterprise and government partners with pragmatic technology solutions

Versions

Version
0.0.2
0.0.1