slawekjaranowski commented on code in PR #94:
URL: 
https://github.com/apache/maven-doxia-sitetools/pull/94#discussion_r1136107812


##########
doxia-integration-tools/src/main/java/org/apache/maven/doxia/tools/DefaultSiteTool.java:
##########
@@ -128,36 +129,46 @@ public class DefaultSiteTool implements SiteTool {
     // Public methods
     // ----------------------------------------------------------------------
 
+    /** {@inheritDoc} */
     public Artifact getSkinArtifactFromRepository(
-            ArtifactRepository localRepository,
-            List<ArtifactRepository> remoteArtifactRepositories,
-            DecorationModel decoration)
+            RepositorySystemSession repoSession, List<ArtifactRepository> 
remoteArtifactRepositories, Skin skin)

Review Comment:
   Why not - `List<RemoteRepository>` - we have it on 
`MavenProject#getRemoteProjectRepositories`
   
   



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