[ 
https://issues.apache.org/jira/browse/MINVOKER-169?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17277477#comment-17277477
 ] 

Sylwester Lachiewicz commented on MINVOKER-169:
-----------------------------------------------

That's a fully expected situation because 
maven-failsafe-plugin:2.17:maven-plugin have that file in the dependency list:

https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.17/maven-failsafe-plugin-2.17.pom

{code:java}
<dependency>
  <groupId>org.apache.maven.plugins</groupId>
  <artifactId>maven-surefire-plugin</artifactId>
  <version>2.17</version>
  <type>zip</type>
  <classifier>site-source</classifier>
  <scope>provided</scope>
</dependency>
{code}

> install goal with extraArtifacts will download things which are not needed
> --------------------------------------------------------------------------
>
>                 Key: MINVOKER-169
>                 URL: https://issues.apache.org/jira/browse/MINVOKER-169
>             Project: Maven Invoker Plugin
>          Issue Type: Improvement
>    Affects Versions: 1.8
>            Reporter: Karl Heinz Marbaise
>            Priority: Major
>
> I have create integration test which use extraArtifacts 
> org.apache.maven.plugins:maven-failsafe-plugin:2.17:maven-plugin which will 
> download things like this:
> {code}
> Downloaded: 
> http://localhost:8081/nexus/content/groups/public/org/apache/maven/plugins/maven-surefire-plugin/2.17/maven-surefire-plugin-2.17-site-source.zip
>  (40 KB at 92.7 KB/sec)
> {code}
> This looks wrong.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to