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

Prepend java package declaration to the java file path

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.0-alpha-2
    • 2.0-alpha-5
    • Creator
    • None

    Description

      If I define a java class like that :

      package ${package}.another.package;
      
      public class AClass {
      ...
      }
      

      Then I would expect to see this class in folder src/main/java/${package}/another/package
      and not in src/main/java/${package}

      Attachments

        Activity

          People

            Unassigned Unassigned
            mustaghattack Bruno Bieth
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: