You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by GitBox <gi...@apache.org> on 2019/04/24 12:51:38 UTC

[GitHub] [maven-archetype] dcasagu opened a new pull request #25: Archetype 562

dcasagu opened a new pull request #25: Archetype 562
URL: https://github.com/apache/maven-archetype/pull/25
 
 
   1)
   Collections.sort for ordering assumes transitivity transitivity between just ordered items:
      A < B && B < C => A < C
   
   That's not exactly true for properties that dependends on multiple previous ones.
   You must keep ordering until the list does not changes or implement another sort strategy.
   
   2)
   Default alphabetical order when there aren't inter-dependencies between properties breaks developer default ordering. We should allow developers to define the preferenced prompt order if it's possible.
   
   3) 
   Property transitive values are evaluated only using the exact name reference. Using regexp we provide a way to create transitive dependencies from derived transformations of a property (toLower, toUpper, etc).
   
    

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services