jira-importer
jira-importer
**[Benjamin Asbach](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=asbachb)** commented Still a problem in 3.3.0.
**[Slawomir Jaranowski](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=slawekjaranowski)** commented Can you try with the latest version of plugin?
**[Vladimir Dergachev](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=vladimir.dergachev)** commented with latest 3.3.0 version problem still exists
**[Tamas Cservenak](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=cstamas)** commented This is chicken or egg problem: maven should know is "main artifact being analyzed" built at all, as otherwise it cannot be analyzed (what to analyze?). Ideally,...
**[Michael Osipov](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=michael-o)** commented The applied change changes the semantics and contradicts the actual `resolve` operation. The goal is poorly named. It should have been `resolve-sources`. We will deprecate this one...
**[Michael Osipov](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=michael-o)** commented Reverted with [9fd4ed53b23e35de8ad8179e5b379acf3721ffbe](https://gitbox.apache.org/repos/asf?p=maven-dependency-plugin.git;a=commit;h=9fd4ed53b23e35de8ad8179e5b379acf3721ffbe).
**[Elliotte Rusty Harold](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=elharo)** commented I think the message is fine. However, it seems reasonable to make ``` mvnw -N org.apache.maven.plugins:maven-dependency-plugin:3.1.2:get -Dartifact=org.joda:joda-beans:jar:2.8.1 ``` work as well. The other syntax (no :jar)...
**[Karl Heinz Marbaise](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=khmarbaise)** commented Can you create a full example and describe more in detail how you imagine the result would be? Best is to attach such example to this...
**[Dirk Rudolph](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=diru)** commented Sure, creating a complete example would be as much work as providing a patch I think. So I will describe our scenario here. We are building multi...
**[Andy Lehane](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=alehane)** commented I've been working on a fix for this, which is based on the following ideas: AbstractFromConfigurationMojo: * - Add a new method called, resolveArtifactRanges * - Call...