adobe / adobe/aem-project-archetype

Archetype 32/33 ui.apps.structure is deleting /apps

Open
#877 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
596
Forks
431
Avg merge
10d 6h
Merged PRs (30d)
1

Description

### Expected Behaviour
it should not delete /apps
### Actual Behaviour
Delete /apps
### Reproduce Scenario (including but not limited to)

#### Steps to Reproduce
1. create the maven project
`mvn -B archetype:generate -D archetypeGroupId=com.adobe.aem -D archetypeArtifactId=aem-project-archetype -D archetypeVersion=32 -D appTitle="ACME Forms" -D appId="ca-ACME-forms" -D groupId="ca.ACME -D artifactId="aem-forms-ACMEl" -D version="0.0.1-SNAPSHOT" -D aemVersion="6.5.10" -D includeDispatcherConfig="n" -D frontendModule="none" -D includeExamples="n" -D includeCommerce="n" -D includeFormscommunications="y" -D includeFormsenrollment="y" -D country="ca" -D language="en" -D singleCountry="y" -D package="ca.ACME.aem" `

2. `mvn clean install`
3. do test install ui.apps.structure via package manager
4. check output for:
```
Simulating content import...
D /apps
```
#### Platform and Version
AEM 6.5.10 on windows
#### Sample Code that illustrates the problem

#### Logs taken while reproducing problem

Contributor guide

Open the contributing guide

Research direction

Start by generating the version 32 archetype with the issue's Maven command, then run mvn clean install and test-install ui.apps.structure via Package Manager. Inspect the simulated content import output for D /apps; done means the package no longer deletes /apps.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
build-system
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.