slawekjaranowski commented on code in PR #389: URL: https://github.com/apache/maven-dependency-plugin/pull/389#discussion_r1611937502
########## src/test/java/org/apache/maven/plugins/dependency/fromDependencies/TestCopyDependenciesMojo.java: ########## @@ -80,7 +80,7 @@ public void assertNoMarkerFile(Artifact artifact) throws MojoExecutionException assertFalse(handle.isMarkerSet()); } - public void testCopyFile() throws MojoExecutionException, IOException { + public void testCopyFile() throws Exception { Review Comment: It is a Unit Test ... all other methods simply throws `Exception` -- 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