Uploaded image for project: '[Read Only] - Hippo Archetype'
  1. [Read Only] - Hippo Archetype
  2. ARCHE-593

hcm-module.yaml contains unsupported characters ( "<!-- GROUP_AFTER -->" ) and it shouldn't

    XMLWordPrintable

Details

    • Bug
    • Status: Closed
    • Normal
    • Resolution: Fixed
    • None
    • 13.0.0
    • 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

      Attachments

        Activity

          People

            Unassigned Unassigned
            mrop Michiel Rop
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: