jira-importer

Results 1103 comments of jira-importer

**[Tamas Cservenak](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=cstamas)** commented You welcome :) If you have any other issue, please feel free to report them. Am interested in this issue of your "we invoke the specific mojo's...

**[Michaël](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=JIRAUSER305673)** commented the gitlab-ci file in the project is good example of that i like to re-use my build scripts as much as possible; in this case that entails the...

**[Tamas Cservenak](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=cstamas)** commented Created MNG-8137 as follow up, as something is fishy here.

**[Tamas Cservenak](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=cstamas)** commented Created MNG-8138 as yet another follow up.

**[Michaël](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=JIRAUSER305673)** commented in a multi-module project i need to trigger jar-type modules different than pom type modules e.g. two commands mvn deploy:deploy -pl parent-pom mvn jar:jar deploy:deploy -pl some-client if...

**[Tamas Cservenak](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=cstamas)** commented How about `mvn deploy` ? Or you have some tests you want to exclude? As then you have `-DskipTests`

**[Michaël](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=JIRAUSER305673)** commented no the reason i'm using the deploy:deploy in the first place is that i dont want all modules from this project te be deployed; some of them (spring-boot...

**[Michaël](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=JIRAUSER305673)** commented i can confirm that deploying that 3.1.2 works with deploying the pom artifact with a seperate command mvn deploy:deploy -pl parent-pom mvn jar:jar deploy:deploy -pl some-client

**[Tamas Cservenak](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=cstamas)** commented As expected: two CLI invocations means two sessions, in general "two instances"... Maybe you can trick some "quick n dirty" profile using MNG-6609 ? So have a...

**[Tamas Cservenak](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=cstamas)** commented See https://maven.apache.org/guides/introduction/introduction-to-profiles#property (at very end of section)