jira-importer

Results 1112 comments of jira-importer

**[Michael Osipov](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=michael-o)** commented The problem, yes, but not the solution. I believe this can already be solved with https://maven.apache.org/plugins/maven-site-plugin/site-mojo.html#generatedSiteDirectory. filter from {{src/site-filtered} to that target and you get what you...

**[Bertrand Martin](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=bertrandmartin)** commented I'm sorry but I don't see how this could solve the problem entirely. Are you suggesting invoking the **maven-resource-plugin** in the `pre-site` or `post-site` phase?

**[Michael Osipov](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=michael-o)** commented Correct, in the `pre-site` phase.

**[Bertrand Martin](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=bertrandmartin)** commented Would that apply to `site.xml` as well?

**[Michael Osipov](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=michael-o)** commented No, content and resources only. site.xml is filtered by default.

**[Bertrand Martin](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=bertrandmartin)** commented Okay then, I guess that works! A sample `pom.xml` could be provided as an example, to explain to users how to achieve that easily. I would even...

**[Michael Osipov](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=michael-o)** commented I'll try to add a sample IT which will link from the documentation, that should be enough. If you can work on this, that's be great. On...

**[Michael Osipov](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=michael-o)** commented Leaving this out to the community. The task is pretty trivial, IMHO.

**[Slawomir Jaranowski](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=slawekjaranowski)** commented please attach minimal project, which can reproduce your problem.