Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.0-alpha-2
-
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}