jira-importer
jira-importer
**[Karl Heinz Marbaise](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=khmarbaise)** commented It was just an example having different artifacts attached to the same build without deploy-file...If you really need having shaded using different dependencies you need simply...
**[Richard Sand](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=rsand)** commented Hi Karl - I could make a multi-module project, but why when there is a very simple capability that can let me avoid that and have 1...
**[Karl Heinz Marbaise](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=khmarbaise)** commented Have you bound deploy plugin in your pom with the `deploy-file` goal several times which means you can call simply `mvn clean deploy` and that's it?...
**[Richard Sand](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=rsand)** commented Hi Karl - my customers are using COTS products and often don't even have in-house Java developers. They don't know or care what slf4j is. If you...
**[Robert Scholte](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=rfscholte)** commented Hi Richard, I think we need to cool down things. When reading your story for the first time I had the same idea as Karl Heinz. I...
**[Richard Sand](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=rsand)** commented Hi Robert - i admit my frustration is showing. But my question is still unanswered - forget my use case for a moment. Forget I mentioned anything...
**[Robert Scholte](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=rfscholte)** commented `deploy-file` is designed for uploading artifacts of which you only got the files. By uploading these files you can make them available as dependencies. These jars come...
**[Richard Sand](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=rsand)** commented By that logic Robert, you should remove the "pomFile" parameter from the deploy-file goal. It only leads to abuse. Just like you should remove the automatic update...
**[T Vorschuetz](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=tvo)** commented I completely agree with Richard. Where is the problem to implement the few lines of code to increase the usability of this plugin a lot? Why is...
**[Delany](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=delany)** commented [Robert Scholte](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=rfscholte) If you think this is a code smell wait till you see the shell scripts I've had to deal with because my predecessors felt they couldn't...