jira-importer

Results 994 comments of jira-importer

**[Dan Ziemba](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=zman0900)** commented Probably related to the last line of SimpleRelocator::canRelocatePath.  Seems like the `path.startsWith( pathPattern )` needs to be a bit more complicated, like checking that is starts with...

**[Slawomir Jaranowski](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=slawekjaranowski)** commented Does Nexus or other repository manager preserve executable bit somehow? Does provide such information during artifact downloads?

**[Tamas Cservenak](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=cstamas)** commented FYI, same can be achieve with: ``` $ mvn eu.maveniverse.maven.plugins:toolbox:check-exclusions ... [INFO] --- toolbox:0.6.1:check-exclusions (default-cli) @ test --- [INFO] Checking dependency org.jetbrains:annotations:jar:23.1.0 (compile) exclusion foo:bar:*:* paths [INFO]...

**[Slawomir Jaranowski](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=slawekjaranowski)** commented [Tamas Cservenak](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=cstamas) do you have a plan to port some of work from toolbox to dependency plugin? Or you have any other idea how we can improve...

**[Slawomir Jaranowski](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=slawekjaranowski)** commented for me is working ... ```java [INFO] --- dependency:3.8.1:analyze-exclusions (default-cli) @ .... --- [WARNING] ... defines following unnecessary excludes [WARNING]     org.jetbrains:annotations:23.1.0 [WARNING]         - foo:bar @ line: 237...

**[Jakub Bochenski](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=jbochenski)** commented ``` $ ./mvnw dependency:analyze-exclusions [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] Minimal Parent [pom] [INFO] Kotlin Parent [pom] [INFO] API [jar] [INFO]...

**[Jakub Bochenski](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=jbochenski)** commented FWIW the eu.maveniverse.maven.plugins:toolbox:check-exclusions detects it correctly: ``` [INFO] ---------------------< com.example:kotlin-parent >---------------------- [INFO] Building Kotlin Parent 1-SNAPSHOT [2/5] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- toolbox:0.6.1:check-exclusions (default-cli) @...

**[Tamas Cservenak](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=cstamas)** commented [sjaranowski](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=sjaranowski) unsure can it be integrated. It is totally different beast than m-dependency-p, and I see nowhere to fit it, unless it would _replace_ the whole plugin......

**[David Pilato](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=dadoonet)** commented Yeah we hit a similar issue here: https://github.com/elastic/elasticsearch/pull/12803 I'm unsure though if the root cause is the shade plugin or maven 3.3 itself. I tested the same...