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

ASF GitHub Bot commented on MDEP-689:
-------------------------------------

ldhardy commented on PR #417:
URL: 
https://github.com/apache/maven-dependency-plugin/pull/417#issuecomment-2256384737

   Do you know what is required to get a Jira account so I can make comments on 
the tickets?  I've tried emailing various aliases and done the self-serve 
account request with no luck. It's been almost 2 months since my request.  
   
   I'll work on addressing your comments here in the next week or so.
   
   > We are working on get rid of m-artifact-trafsfer
   
   I'm not sure how this relates to this PR, can you give me more info about 
what you mean?




> Dependency filtering are ignored in go-offline
> ----------------------------------------------
>
>                 Key: MDEP-689
>                 URL: https://issues.apache.org/jira/browse/MDEP-689
>             Project: Maven Dependency Plugin
>          Issue Type: Bug
>          Components: go-offline
>    Affects Versions: 3.1.2
>         Environment: mvn -V
> Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
> Maven home: /opt/local/share/java/maven3
> Java version: 1.8.0_241, vendor: Oracle Corporation, runtime: 
> /Library/Java/JavaVirtualMachines/jdk1.8.0_241.jdk/Contents/Home/jre
> Default locale: fr_FR, platform encoding: UTF-8
> OS name: "mac os x", version: "10.15.4", arch: "x86_64", family: "mac"
>            Reporter: Fabrice Bacchella
>            Priority: Major
>
> I'm using a multi-modules project.
>  I tried as a work around of bug MDEP-688 to tells go-offline to ignore a 
> broken dependency being:
> {code:xml}
>         <dependency>
>             <groupId>org.dojotoolkit</groupId>
>             <artifactId>dojo</artifactId>
>             <type>zip</type>
>             <version>1.10.8</version>
>             <classifier>distribution</classifier>
>         </dependency>
> {code}
> . But whatever I tried, my filter are ignored:
> {code:java}
> mvn -B dependency:go-offline -Psonar,versions  -Dmaven.repo.local=/tmp/m2 
> -DexcludeGroupIds=org.dojotoolkit -DexcludeClassifiers=distribution 
> -DexcludeArtifactIds=org.dojotoolkit:dojo:zip:1.10.8,dojo -DexcludeTypes=zip 
> -Dtype=jar,war,pom -X
> ...
> [DEBUG] Configuring mojo 
> 'org.apache.maven.plugins:maven-dependency-plugin:3.1.2:go-offline' with 
> basic configurator -->
> [DEBUG]   (f) appendOutput = false
> [DEBUG]   (f) excludeArtifactIds = org.dojotoolkit:dojo:zip:1.10.8,dojo
> [DEBUG]   (f) excludeClassifiers = distribution
> [DEBUG]   (f) excludeGroupIds = org.dojotoolkit
> [DEBUG]   (f) excludeReactor = true
> [DEBUG]   (f) excludeTransitive = false
> [DEBUG]   (f) excludeTypes = zip
> [DEBUG]   (s) markersDirectory = 
> .../jrds-webapp/target/dependency-maven-plugin-markers
> [DEBUG]   (f) outputAbsoluteArtifactFilename = false
> [DEBUG]   (f) overWriteIfNewer = true
> [DEBUG]   (f) overWriteReleases = false
> [DEBUG]   (f) overWriteSnapshots = false
> [DEBUG]   (s) prependGroupId = false
> [DEBUG]   (f) project = MavenProject: fr.jrds:jrds-webapp:2020.1 @ 
> /Users/fa4/Devl/jrds/jrds-webapp/pom.xml
> ...
> [ERROR] Failed to execute goal 
> org.apache.maven.plugins:maven-dependency-plugin:3.1.2:go-offline 
> (default-cli) on project jrds-webapp: 
> org.eclipse.aether.resolution.DependencyResolutionException: Could not find 
> artifact org.dojotoolkit:dojo:zip:1.10.8 in central 
> (https://repo.maven.apache.org/maven2) -> [Help 1]
> {code}
> So I tried everything to prevent the failing artifact to be resolved, nothing 
> succeeded.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to