jira-importer
jira-importer
**[Eric R. Green](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=ericgreen86)** commented [Robert Scholte](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=rfscholte) please forgive me, I have been a Java developer for over sixteen years, but I'm still a bit new to maven plugin development. By...
**[Robert Scholte](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=rfscholte)** commented PR stand for pull request. You can go to https://github.com/apache/maven-archetype and clone the project. You can use [patch.txt](https://issues.apache.org/jira/secure/attachment/12713799/patch.txt) as base for your solution. Once you're happy with...
**[Eric R. Green](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=ericgreen86)** commented Ah, pull request, yes! Very good. Okay thanks [Robert Scholte](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=rfscholte). I shall proceed as you have requested.
**[Slawomir Jaranowski](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=slawekjaranowski)** commented right documentation is missing ... but need we it still? Maybe today is not needed.
**[Wolfgang Knauf](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=wknauf)** commented Here is the slighly simplified source project, which reproduces the problem: [^wildfly-jakartaee-ear-archetype_ARCHETYPE-649.zip] In "pom.xml", there is a section where the archetype-plugin version can be defined: ` `...
**[Wolfgang Knauf](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=wknauf)** commented Sent a pull request, though I don't know whether this is a good solution ;): [https://github.com/apache/maven-archetype/pull/160](https://github.com/apache/maven-archetype/pull/160)
**[Slawomir Jaranowski](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=slawekjaranowski)** commented When we skip empty directory - we will break ARCHETYPE-289
**[Petar Tahchiev](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=paranoiabla)** commented Hello, if you leave the directory empty, like this: ``` *.md *.json ``` it works. Can you please confirm. Thanks.
**[Matthew Jason Benson](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=mbenson)** commented I confirm the suggested workaround works, and is documented elsewhere, e.g. SO
**[Slawomir Jaranowski](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=slawekjaranowski)** commented Is connected with ... ARCHETYPE-684?