jira-importer
jira-importer
**[Slawomir Jaranowski](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=slawekjaranowski)** commented please provide simple minimal project for reproduce.
**[Elliotte Rusty Harold](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=elharo)** commented Side note to self: classic example of log messages that provide a lot of useless info but not the thing a dev actually needs to fix...
**[Elliotte Rusty Harold](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=elharo)** commented What's the chance that the bug is in org.codehaus.plexus.components.io.filemappers.FlattenFileMapper and not in Maven at all? A stack trace might tell us which project has the bug.
**[Tamas Cservenak](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=cstamas)** commented Can you provide some minimal reproducer?
**[Tamas Cservenak](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=cstamas)** commented Seems strange that for you m-deploy-p 3.1.1 works while 3.1.2 does not, as literally the release notes is this: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317228&version=12354128
**[Michaël](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=JIRAUSER305673)** commented i know, it's patch updates but the deploy really works when downgrading the deploy plugin. i deploy from my gitlab-ci pipeline using `mvn jar:jar deploy:deploy -pl $MAVEN_MODULES -DaltDeploymentRepository=gitlab-maven::$MAVEN_REPOSITORY`...
**[Michaël](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=JIRAUSER305673)** commented https://github.com/spring-projects/spring-boot/issues/40919 also contains some http debug log of the requests
**[Tamas Cservenak](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=cstamas)** commented Sure, just create a reproducer with some (even your URL to some repo) and I will replace it with some I have write access to.
**[Michaël](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=JIRAUSER305673)** commented working on it in https://gitlab.com/tub/test-maven-deploy/ that includes the minimal pipeline i use
**[Michaël](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=JIRAUSER305673)** commented ok * https://gitlab.com/tub/test-maven-deploy/-/releases/0.0.1 this is the faulty deployed version * https://gitlab.com/tub/test-maven-deploy/-/releases/0.0.2 this is the correct one do you want me to add the source? (the above repo is...