wilx commented on issue #1311: URL: https://github.com/apache/maven-dependency-plugin/issues/1311#issuecomment-5744857282
`<classifier>` resolves and copies alternate artifacts using the dependency coordinates with the specified classifier. `<includeClassifiers>` filters the existing project dependencies by their classifiers; it does not resolve additional alternate artifacts. Therefore, `<includeClassifiers>scripts,sources</includeClassifiers>` cannot replace your two executions. Your approach with two executions is correct. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
