Uploaded image for project: 'Maven Archetype'
  1. Maven Archetype
  2. ARCHETYPE-140

archetype:generate doesn't support inserting a module into a multi-module build like :create did

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.0-alpha-2
    • 2.0-alpha-3
    • Generator
    • None

    Description

      eg:
      mvn archetype:create -DartifactId=parent -DgroupId=test
      cd parent
      mvn archetype:create -DartifactId=child

      this would:

      • add the new module
      • update the pom with the parent POM reference (and inherit the groupId, version by default)
      • update the parent POM to add the new <module> reference for the child.

      :generate prompts for groupId/version

      Attachments

        Activity

          People

            Unassigned Unassigned
            brett Brett Porter
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: