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 2022/05/04 21:50:40 UTC

[GitHub] [maven-release] slawekjaranowski commented on a diff in pull request #118: Catch up

slawekjaranowski commented on code in PR #118:
URL: https://github.com/apache/maven-release/pull/118#discussion_r865414828


##########
maven-release-manager/src/test/java/org/apache/maven/shared/release/phase/AbstractReleaseTestCase.java:
##########
@@ -213,7 +213,13 @@ public FileVisitResult visitFile( Path file, BasicFileAttributes attrs )
         for ( MavenProject project  : reactorProjects )
         {
             MavenProject resolvedProject = projectBuilder.build( project.getFile(), buildingRequest ).getProject();
-            
+
+            // FIXME ... setDependencyArtifacts -  set direct dependencies ...
+            // but in org.apache.maven.shared.release.phase.GenerateReleasePomsPhase.createReleaseDependencies
+            // getArtifacts is used ...
+
+            // so we probably also need call setResolvedArtifacts
+

Review Comment:
   Probable cause of ignore tests in AbstractRewritingReleasePhaseTestCase



-- 
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-unsubscribe@maven.apache.org

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