jira-importer

Results 811 comments of jira-importer

**[Stephen Connolly](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=stephenc)** commented I am -1 on the currently attached patch for the following reason It mandates that the deploy:deploy-file be run in a directory that has a pom.xml There...

**[Darshak Thakore](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=darshakthakore)** commented i agree that the patch shouldn't force existing behavior, however the need to let deploy-file use the default repositories from the repositoryManagement section is also very important....

**[Dave Roberge](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=david_r12)** commented Hey, I'm attempting to implement this, and am hoping to get some feedback. I ran into an issue when writing a test in DeployFileMojoTest. I created a...

**[Arne Brix](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=xophos)** commented I have a similar usecase. We use the replacer plugin to modify our pom file (using a jenkins env-variable) before it is being deployed. With the old...

**[Robert Scholte](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=rfscholte)** commented [Arne Brix](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=xophos), that's a different issue which I'm not going to change or fix. Read http://markmail.org/message/mvorlh6cg6yi3zbg to understand why this has been changed. If you want to...

**[Richard Sand](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=rsand)** commented This thread has been inactive for a couple of years, but I'm guessing that the need for deploy-file to be able to use the existing project's default...

**[Richard Sand](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=rsand)** commented Adds new optional (default false) parameter "useProjectRepository". Code is commented and passes junit tests, checkstyle etc.

**[Karl Heinz Marbaise](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=khmarbaise)** commented This is an example for using a classifier which can be configured in pom by multiple executions of the maven-shade-plugin and no need for deploy-file...and of...

**[Richard Sand](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=rsand)** commented Hi Karl - thanks for the quick reply, but the example you posted doesn't address the use case I've described. I'm not building different dev-vs-prod artifacts. I...

**[Richard Sand](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=rsand)** commented In other words, I'm not replacing the default artifact or default pom, but using shade to create alternative variants with different dependencies and using deploy-file to deploy...