jira-importer

Results 1114 comments of jira-importer

**[Michael Osipov](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=michael-o)** commented Provide `mvn dependency:tree` on that failing project.

**[Slawomir Jaranowski](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=slawekjaranowski)** commented Does your project work with older version of m-dependency-p? property: ``` ${groupId:artifactId:jar} ``` is very strange for me ...

**[Kamalpreet](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=JIRAUSER288713)** commented [^log.txt] Check this. [Michael Osipov](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=michael-o) 

**[Kamalpreet](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=JIRAUSER288713)** commented [sjaranowski](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=sjaranowski) This is the documentation page referred to these page - https://maven.apache.org/plugins/maven-dependency-plugin/properties-mojo.html https://stackoverflow.com/questions/14777909/specify-javaagent-argument-with-maven-exec-plugin  

**[Michael Osipov](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=michael-o)** commented I am really tired of things like this maven-dependency-plugin:2.8:tree

**[Kamalpreet](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=JIRAUSER288713)** commented [Michael Osipov](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=michael-o)  Could you please let me know what's wrong? I know  ```java maven-dependency-plugin:2.8:tree ``` This is been resolved but what's the issue? Updated mvn dependency tree -...

**[Michael Osipov](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=michael-o)** commented Try a dependency which is **not** in `system` scope and report.

**[Slawomir Jaranowski](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=slawekjaranowski)** commented I'm not sure if property set by one plugin is properly interpolated in the same  Maven session execution. IMHO pom file is interpolated at the beginning of...

**[Michael Osipov](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=michael-o)** commented I think it is rathe the scope. Read Javadoc of `MavenProject#getArtifacts()`.

**[Elliotte Rusty Harold](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=elharo)** commented I'm closing this in favor of MNG-6058. There is a bug here, but it's in Maven itself, not the dependency analyzer.