[ https://issues.apache.org/jira/browse/MNG-6415?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16483775#comment-16483775 ]
Seckin Onur SELAMET commented on MNG-6415: ------------------------------------------ Rev no : be223808939d75152d7157db33d45f230114555e Line : 208 {color:#FF0000}_new CacheRecord( Collections.unmodifiableSet( new HashSet<>( projectArtifacts ) ) );_{color} Must be implemented as: new CacheRecord( Collections.unmodifiableSet( new LinkedHashSet<>( projectArtifacts ) ) ); > Project Artifacts Cache does not retain the order of classpath entries. > ----------------------------------------------------------------------- > > Key: MNG-6415 > URL: https://issues.apache.org/jira/browse/MNG-6415 > Project: Maven > Issue Type: Bug > Components: core > Affects Versions: 3.5.2 > Environment: Windows 7, JDK8u144 > Reporter: Seckin Onur SELAMET > Priority: Major > Labels: CLASSPATH > -- This message was sent by Atlassian JIRA (v7.6.3#76005)