Skip to content
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.

fix: Remove Cognifide references, update logo #161

Merged
merged 1 commit into from Jan 27, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
22 changes: 11 additions & 11 deletions README.md
@@ -1,19 +1,19 @@
![Cognifide logo](docs/cognifide-logo.png)
![WTT logo](docs/wtt-logo.png)

[![Gradle Status](https://gradleupdate.appspot.com/Cognifide/gradle-aem-multi/status.svg?random=456)](https://gradleupdate.appspot.com/Cognifide/gradle-aem-multi/status)
[![Apache License, Version 2.0, January 2004](https://img.shields.io/github/license/Cognifide/gradle-aem-multi.svg?label=License)](http://www.apache.org/licenses/)
[![Apache License, Version 2.0, January 2004](https://img.shields.io/github/license/wttech/gradle-aem-multi.svg?label=License)](http://www.apache.org/licenses/)

[![Gradle AEM Plugin logo](docs/logo.png)](https://github.com/Cognifide/gradle-aem-plugin)
[![Gradle AEM Plugin logo](docs/logo.png)](https://github.com/wttech/gradle-aem-plugin)

# AEM Multi-Project Example

## Description

This project could be used to start developing **long-term project** based on AEM.

To start developing **application/library** based on AEM it is recommended to use [Gradle AEM Single](https://github.com/Cognifide/gradle-aem-single) instead.
To start developing **application/library** based on AEM it is recommended to use [Gradle AEM Single](https://github.com/wttech/gradle-aem-single) instead.

Documentation for AEM plugin is available in project [Gradle AEM Plugin](https://github.com/Cognifide/gradle-aem-plugin).
Documentation for AEM plugin is available in project [Gradle AEM Plugin](https://github.com/wttech/gradle-aem-plugin).

## Screenshot

Expand Down Expand Up @@ -62,24 +62,24 @@ Front-end:

Testing:

* [Stubbing](app/aem/ui.content/src/main/content/jcr_root/conf/stubs/wiremock/example) using [AEM Stubs Tool](https://github.com/Cognifide/aem-stubs)
* [Stubbing](app/aem/ui.content/src/main/content/jcr_root/conf/stubs/wiremock/example) using [AEM Stubs Tool](https://github.com/wttech/aem-stubs)
* [Unit tests](app/aem/core/src/test)
* [Integration tests](test/integration) using [Karate Framework](https://github.com/intuit/karate) and [JSoup](https://jsoup.org/).
* [Functional tests](test/functional) using [Cypress](http://cypress.io)
* [Performance tests](test/performance) using [Gradle Lighthouse Plugin](https://github.com/Cognifide/gradle-lighthouse-plugin)
* [Performance tests](test/performance) using [Gradle Lighthouse Plugin](https://github.com/wttech/gradle-lighthouse-plugin)

Maintenance:

* [Automatic AEM migration scripts execution](app/aem/migration/build.gradle.kts) using [AEM Easy Content Upgrade](https://github.com/valtech/aem-easy-content-upgrade),
* [Automatic AEM access control configuration applying](app/aem/ui.apps/src/main/content/jcr_root/apps/example/permissions) using [Access Control Tool](https://github.com/Netcentric/accesscontroltool),
* [Interactive incident monitoring / logs monitoring](https://github.com/Cognifide/gradle-aem-plugin#task-instancetail) with [filtering](env/src/aem/instance/tail/incidentFilter.txt).
* [Interactive incident monitoring / logs monitoring](https://github.com/wttech/gradle-aem-plugin#task-instancetail) with [filtering](env/src/aem/instance/tail/incidentFilter.txt).

## Quickstart

1. Fork project using command:

```bash
git clone https://github.com/Cognifide/gradle-aem-multi.git && cd gradle-aem-multi && sh gradlew fork
git clone https://github.com/wttech/gradle-aem-multi.git && cd gradle-aem-multi && sh gradlew fork
```

and specify properties:
Expand All @@ -98,7 +98,7 @@ Maintenance:

![Fork Props Dialog](docs/fork-props-dialog.png)

3. Setup local AEM instances with dependencies and AEM dispatcher (see [prerequisites](https://github.com/Cognifide/gradle-environment-plugin#prerequisites)) then build application using command:
3. Setup local AEM instances with dependencies and AEM dispatcher (see [prerequisites](https://github.com/wttech/gradle-environment-plugin#prerequisites)) then build application using command:

```bash
sh gradlew environmentHosts
Expand Down Expand Up @@ -136,7 +136,7 @@ Tested on:

## Structure

* *app* - source code generated from [Adobe AEM Archetype 23](https://github.com/Adobe/aem-project-archetype) and adapted to Gradle / [Gradle AEM Plugin](https://github.com/Cognifide/gradle-aem-plugin),
* *app* - source code generated from [Adobe AEM Archetype 23](https://github.com/Adobe/aem-project-archetype) and adapted to Gradle / [Gradle AEM Plugin](https://github.com/wttech/gradle-aem-plugin),
* *env* - resources and configuration related with setting up local AEM instances and AEM dispatcher,
* *test* - integration and functional tests requiring full environment setup.

Expand Down
Binary file removed docs/cognifide-logo.png
Binary file not shown.
Binary file added docs/wtt-logo.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 5 additions & 5 deletions env/build.gradle.kts
Expand Up @@ -10,17 +10,17 @@ repositories {

aem {
`package` {
validator { // https://github.com/Cognifide/gradle-aem-plugin/blob/master/docs/package-plugin.md#crx-package-validation
validator { // https://github.com/wttech/gradle-aem-plugin/blob/master/docs/package-plugin.md#crx-package-validation
base("com.adobe.acs:acs-aem-commons-oakpal-checks:4.4.0")
}
}

instance {
provisioner { // https://github.com/Cognifide/gradle-aem-plugin/blob/master/docs/instance-plugin.md#task-instanceprovision
provisioner { // https://github.com/wttech/gradle-aem-plugin/blob/master/docs/instance-plugin.md#task-instanceprovision
enableCrxDe()
deployPackage("com.adobe.cq:core.wcm.components.all:2.8.0@zip")
deployPackage("https://github.com/valtech/aem-easy-content-upgrade/releases/download/3.1.1/aecu.bundle-3.1.1.zip")
deployPackage("https://github.com/Cognifide/aem-stubs/releases/download/1.0.3/stubs-app-1.0.3.zip")
deployPackage("https://github.com/wttech/aem-stubs/releases/download/1.0.3/stubs-app-1.0.3.zip")
deployPackage("https://repo1.maven.org/maven2/biz/netcentric/cq/tools/accesscontroltool/accesscontroltool-package/2.3.2/accesscontroltool-package-2.3.2.zip")
deployPackage("https://repo1.maven.org/maven2/biz/netcentric/cq/tools/accesscontroltool/accesscontroltool-oakindex-package/2.3.2/accesscontroltool-oakindex-package-2.3.2.zip")
deployPackage("com.neva.felix:search-webconsole-plugin:1.3.0")
Expand All @@ -30,13 +30,13 @@ aem {
localInstance {
install {
files {
// https://github.com/Cognifide/gradle-aem-plugin/blob/master/docs/local-instance-plugin.md#pre-installed-osgi-bundles-and-crx-packages
// https://github.com/wttech/gradle-aem-plugin/blob/master/docs/local-instance-plugin.md#pre-installed-osgi-bundles-and-crx-packages
}
}
}
}

environment { // https://github.com/Cognifide/gradle-environment-plugin
environment { // https://github.com/wttech/gradle-environment-plugin
docker {
containers {
"httpd" {
Expand Down
4 changes: 2 additions & 2 deletions gradle/fork/README.MD.peb
Expand Up @@ -6,11 +6,11 @@ TBD

## Building

Project build is based on [Gradle](https://docs.gradle.org/current/userguide/userguide.html) and using [Gradle AEM Plugin](https://github.com/Cognifide/gradle-aem-plugin).
Project build is based on [Gradle](https://docs.gradle.org/current/userguide/userguide.html) and using [Gradle AEM Plugin](https://github.com/wttech/gradle-aem-plugin).

### Environment

0. See [prerequisites](https://github.com/Cognifide/gradle-aem-plugin/tree/develop#environment-configuration)
0. See [prerequisites](https://github.com/wttech/gradle-aem-plugin/tree/develop#environment-configuration)
1. Generate user-specific properties file covering AEM instance source files and configuration:
```bash
sh gradlew props
Expand Down
4 changes: 2 additions & 2 deletions test/performance/README.md
Expand Up @@ -2,11 +2,11 @@

## About

Tests are based on [Gradle Lighthouse Plugin](https://github.com/Cognifide/gradle-lighthouse-plugin) / [Lighthouse](https://developers.google.com/web/tools/lighthouse/) tool .
Tests are based on [Gradle Lighthouse Plugin](https://github.com/wttech/gradle-lighthouse-plugin) / [Lighthouse](https://developers.google.com/web/tools/lighthouse/) tool .

## Configuration

See available configuration options on [plugin page](https://github.com/Cognifide/gradle-lighthouse-plugin#configuration).
See available configuration options on [plugin page](https://github.com/wttech/gradle-lighthouse-plugin#configuration).

## Running

Expand Down