jira-importer

Results 1253 comments of jira-importer

**[Slawomir Jaranowski](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=slawekjaranowski)** commented Please upgrade Maven to 3.8.6

**[Michael Osipov](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=michael-o)** commented OTOH, these extensions are handled like plugins in the code. That could be the explanation.

**[Jeff Thomas](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=jwt007)** commented OK :) but I did specify a version for the extension so why is it being reported.

**[Michael Osipov](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=michael-o)** commented Yes, sure the version does actually not matter since the handling is identical. [gnodet](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=gnodet), you maybe remember we talked about this when you worked on extension classloader...

**[Guillaume Nodet](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=gnt)** commented Such extensions are not really considered as plugins. However the problem in this particular case is caused by the fact that the enforcer rules does not look...

**[Jeff Thomas](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=jwt007)** commented Looking briefly into the code of the check I am just guessing here... But if you are working with the maven-model, can't you just use the API...

**[Delany](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=delany)** commented Similarly, adding an extension in the pom ```java     io.takari.maven     maven-timeline     1.8     true ``` results in > [ERROR] Rule 5: org.apache.maven.enforcer.rules.RequirePluginVersions failed with message: > [ERROR] Internal error in...

**[Gene Smith](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=gene)** commented doing anything here will require defining the use case. if a file "exists" according to the local system, does it satisfy "requireFilesExist"? Checking for a file with...

**[Bas van Erp](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=JIRAUSER300062)** commented Running into this as well: ```java User security has not been setup correctly! See README.md ${project.basedir}/../scripts/myUserConf.secure ${project.basedir}/../scripts/myUserKey.secure ``` Results in: ```java [ERROR] Failed to execute goal...

**[Jason](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=bigj)** commented Hit this yesterday and was deeply confused as to what was going on. I worked around the issue by using Atlassian's `bash-maven-plugin` and some basic BASH, but this...