-
Notifications
You must be signed in to change notification settings - Fork 754
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move core-components from /apps to /libs for AEM as a cloud (#1002)
* [WIP] Move core-components from /apps to /libs for AEM as a cloud - add new cloud profile to content module * Move core-components from /apps to /libs - use classifier option to generate extra content package for cloud * Move core-components from /apps to /libs for AEM in the cloud deployments - replace specific filter configurations with inline filter - attach cloud artifact to project build - copy resources to output directory in libs directory when cloud profile is active * Move core-components from /apps to /libs for AEM in the cloud deployments - move back to classifier option * Move core-components from /apps to /libs for AEM in the cloud deployments - add executions to create two packages at once * [WIP] Move core-components from /apps to /libs for AEM as a cloud - add new cloud profile to content module * Move core-components from /apps to /libs for AEM in the cloud deployments - replace specific filter configurations with inline filter - attach cloud artifact to project build - copy resources to output directory in libs directory when cloud profile is active * Move core-components from /apps to /libs for AEM in the cloud deployments - move back to classifier option * Move core-components from /apps to /libs for AEM as a cloud - update maven-filevault dependency to latest released version - add cloud profile to extension/amp content package - disable nodetype-validation as a workaround JCRVLT-461 - update release automation scripts * Move core-components from /apps to /libs for AEM as a cloud - restore filter.xml which are not relevant for cloud deployment
- Loading branch information
Showing
11 changed files
with
169 additions
and
75 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,7 +41,7 @@ tools.gitImpersonate('CircleCi', '[email protected]', () => { | |
console.log("Checking out the master branch so we can commit and push"); | ||
tools.sh("git checkout master"); | ||
tools.prepareGPGKey(); | ||
tools.sh("mvn -B -s ci/settings.xml -Prelease,adobe-public clean release:prepare release:perform" + releaseVersion); | ||
tools.sh("mvn -B -s ci/settings.xml -Prelease,adobe-public,cloud clean release:prepare release:perform" + releaseVersion); | ||
tools.stage("RELEASE DONE"); | ||
} finally { | ||
tools.removeGitTag(gitTag); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
19 changes: 0 additions & 19 deletions
19
extensions/amp/content/src/content/META-INF/vault/filter.xml
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.