jira-importer commented on issue #267:
URL: 
https://github.com/apache/maven-war-plugin/issues/267#issuecomment-2967857130

   **[KlaasJan 
Elzinga](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=klaasjanelzinga)**
 commented
   
   Patch for junit test (patch-junit-test.txt). It shows that the java.version 
is not filtered.
   
   I investigated a little further and found the following:
   CompositeMap uses a dominant map and a recessive map. The dominant map is 
the pom (basically). It uses reflection to locate for example java.version. 
This value is found in the project since the ReflectionExtractor is stripping 
any root comments (java. in this case).  So for java.version the pom.version 
value is found.
   
   I tried calling ReflectionValueExtractor with trimToken = false, but then no 
dominant values were found.
   


-- 
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.

To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to