Details
-
Bug
-
Status: Closed
-
Normal
-
Resolution: Fixed
-
None
-
None
Description
Concerns 13.0.0-SNAPSHOT:133dcebdbe9af968
Replication
- checkout revision 133dcebdbe9af968
- Build the hippo-project-archetype
- Create a project based on the archetype
mvn org.apache.maven.plugins:maven-archetype-plugin:2.4:generate \ -DarchetypeRepository=https://maven.onehippo.com/maven2 \ -DarchetypeGroupId=org.onehippo.cms7 \ -DarchetypeArtifactId=hippo-project-archetype \ -DarchetypeVersion=13.0.0-SNAPSHOT
- Build and run the project
Current situation:
See stacktrace.txt .
The following file is generated in repository-data/application/src/main/resources/hcm-module.yaml
group: name: myhippoproject <!-- GROUP_AFTER --> project: myhippoproject module: name: myhippoproject-repository-data-application
Desired situation
The following file should be generated:
group: name: myhippoproject project: myhippoproject module: name: myhippoproject-repository-data-application
The same issue with repository-data/development/src/main/resources/hcm-module.yaml