Mudanças entre as edições de "Creating a new project with Lazybones"
(Criou página com 'Example of creating a project called 'aem-guides-wknd': 1) Check that lazybones is installed: <source lang="bash"> lazybones --version </source> 2) Run the following comman...') |
|||
Linha 21: | Linha 21: | ||
wknd-sites-guide | wknd-sites-guide | ||
− | '''Use New Module Naming Convention''' | + | '''Use New Module Naming Convention:''' |
yes | yes | ||
− | '''Put Bundle in "bundles" sub-directory''' | + | '''Put Bundle in "bundles" sub-directory:''' |
no | no | ||
− | '''Bundle Artifact ID''' | + | '''Bundle Artifact ID:''' |
wknd-sites-guide.core (Name of OSGi bundle) | wknd-sites-guide.core (Name of OSGi bundle) | ||
+ | '''Content Package Artifact ID:''' | ||
+ | wknd-sites-guide.ui.apps (Name of AEM content package) | ||
− | + | '''Maven Version:''' | |
− | Maven Version | + | 0.0.1-SNAPSHOT (starting version of project) |
− | Project Name | + | |
− | Group name for Content Package | + | '''Project Name:''' |
− | Target AEM Version | + | WKND Sites Project (human readable name) |
− | Folder to create under /apps | + | |
− | Folder to use under /content | + | '''Group name for Content Package:''' |
− | Create AEM 6.2 Editable Templates folders? | + | aem-guides/wknd (Package Manager group) |
− | Folder to create under /conf | + | |
− | Create a site design? | + | '''Target AEM Version:''' |
− | Create a main client library? | + | 6.3 |
− | Create a dependencies client library | + | |
− | Enable code quality checks? | + | '''Folder to create under /apps:''' |
− | Create Environment-Specific Config Folders? | + | wknd |
− | Set root mapping to /welcome(Classic UI)? | + | |
− | Include ACS AEM Commons? | + | '''Folder to use under /content:''' |
− | Using Sling Models? | + | wknd |
− | Sling Models Package | + | |
− | Purge DAM Workflows? | + | '''Create AEM 6.2 Editable Templates folders?:''' |
− | DAM Workflow Retention Period (days) 7 | + | yes |
+ | |||
+ | '''Folder to create under /conf:''' | ||
+ | wknd | ||
+ | |||
+ | '''Create a site design?:''' | ||
+ | no | ||
+ | |||
+ | '''Create a main client library?:''' | ||
+ | no | ||
+ | |||
+ | '''Create a dependencies client library:''' | ||
+ | no | ||
+ | |||
+ | '''Enable code quality checks?:''' | ||
+ | yes | ||
+ | |||
+ | '''Create Environment-Specific Config Folders?:''' | ||
+ | no | ||
+ | |||
+ | '''Set root mapping to /welcome(Classic UI)?:''' | ||
+ | no | ||
+ | |||
+ | '''Include ACS AEM Commons?:''' | ||
+ | no | ||
+ | |||
+ | '''Using Sling Models?:''' | ||
+ | yes | ||
+ | |||
+ | '''Sling Models Package:''' | ||
+ | com.adobe.aem.guides.wknd.models | ||
+ | |||
+ | '''Purge DAM Workflows?:''' | ||
+ | yes (always a good idea to turn this on) | ||
+ | |||
+ | '''DAM Workflow Retention Period (days):''' | ||
+ | 7 | ||
[[Category: Adobe AEM]] | [[Category: Adobe AEM]] |
Edição das 19h49min de 2 de abril de 2018
Example of creating a project called 'aem-guides-wknd':
1) Check that lazybones is installed:
lazybones --version
2) Run the following command:
lazybones create aem-multimodule-project aem-guides-wknd
3) Answers to the questions:
Maven Group ID: com.adobe.aem.guides
Maven Artifact ID: wknd-sites-guide
Use New Module Naming Convention: yes
Put Bundle in "bundles" sub-directory: no
Bundle Artifact ID: wknd-sites-guide.core (Name of OSGi bundle)
Content Package Artifact ID: wknd-sites-guide.ui.apps (Name of AEM content package)
Maven Version: 0.0.1-SNAPSHOT (starting version of project)
Project Name: WKND Sites Project (human readable name)
Group name for Content Package: aem-guides/wknd (Package Manager group)
Target AEM Version: 6.3
Folder to create under /apps: wknd
Folder to use under /content: wknd
Create AEM 6.2 Editable Templates folders?: yes
Folder to create under /conf: wknd
Create a site design?: no
Create a main client library?: no
Create a dependencies client library: no
Enable code quality checks?: yes
Create Environment-Specific Config Folders?: no
Set root mapping to /welcome(Classic UI)?: no
Include ACS AEM Commons?: no
Using Sling Models?: yes
Sling Models Package: com.adobe.aem.guides.wknd.models
Purge DAM Workflows?: yes (always a good idea to turn this on)
DAM Workflow Retention Period (days): 7