Skip to content

Commit 353751b

Browse files
committed
Add more detailed javadoc
1 parent 490b1ca commit 353751b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

maven-resolver-impl/src/main/java/org/eclipse/aether/internal/impl/filter/RemoteRepositoryFilterSourceSupport.java

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,13 @@ protected Path getBasedir(
8383
* used {@link org.eclipse.aether.RepositorySystem#newResolutionRepositories(RepositorySystemSession, List)} beforehand.
8484
* The hash/equalTo method factors in all these as well, but from our perspective, they do not matter. So we make all
8585
* key remote repositories back to "bare".
86+
* Ignored properties of normalized repositories:
87+
* <ul>
88+
* <li>proxy - is environment dependent</li>
89+
* <li>authentication - is environment and/or user dependent</li>
90+
* <li>mirrored repositories - is environment dependent (within same session does not change)</li>
91+
* <li>repository manager - is environment dependent (within same session does not change)</li>
92+
* </ul>
8693
*/
8794
protected RemoteRepository normalizeRemoteRepository(
8895
RepositorySystemSession session, RemoteRepository remoteRepository) {

0 commit comments

Comments
 (0)