jira-importer

Results 1103 comments of jira-importer

**[Michaël](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=JIRAUSER305673)** commented [^pom.xml] this is the pom; so the url should differ and you need credentials to publish, i change the used version using the maven-deploy-plugin.version property

**[Michaël](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=JIRAUSER305673)** commented faulty version [^test-maven-deploy-0.0.1.zip][^test-maven-parent-0.0.1.pom] correct version [^test-maven-deploy-0.0.2.zip][^test-maven-parent-0.0.2.pom]

**[Michaël](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=JIRAUSER305673)** commented i think it's something here, i think determinating Artifact's deserves its own function and test https://github.com/apache/maven-deploy-plugin/pull/47/files#diff-ffcc9777ab63d54259e77f8e53ab3fc9c1b4ae1de9554187ab2a097b41b9bd76

**[Tamas Cservenak](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=cstamas)** commented Unsure how to run this thing? Also, the pom is packaging "pom" so from where comes the ZIP? When I invoke this (for example `{}mvn package{`}) nothing...

**[Tamas Cservenak](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=cstamas)** commented So, when I do deploy this happens: https://gist.github.com/cstamas/6466d942dbd56aa96e341432315b846d Again, unsure from where the ZIP should come in this reproducer

**[Tamas Cservenak](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=cstamas)** commented With 3.1.2 of m-deploy-p same thing: https://gist.github.com/cstamas/a6fa1997c4922981dbced143127dce78

**[Tamas Cservenak](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=cstamas)** commented As I see, your problem is not Maven or Deploy plugin 3.1.2 but your CI script: https://gitlab.com/tub/test-maven-deploy/-/blob/main/.gitlab-ci.yml That script is totally off: you explicitly invoke `jar:jar` and...

**[Michaël](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=JIRAUSER305673)** commented k, tnx, will look into that, i think we invoke the specific mojo's to prevent re-building the whole project when using the lifecycle (because of the split-up into...

**[Michaël](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=JIRAUSER305673)** commented if i omit the jar:jar in that gitlab-ci after_script it gets published correctly it's there because in the full script i also publish jars from this project (it's...

**[Michaël](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=JIRAUSER305673)** commented thank you! :)