-
Notifications
You must be signed in to change notification settings - Fork 65
Comments
[XMLBEANS-617] Support recursing directories (sourceDir configuration parameter)#12
[XMLBEANS-617] Support recursing directories (sourceDir configuration parameter) #12milansanders wants to merge 5 commits intoapache:trunk from
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we don't yet have a compile/runtime dependency on the commons-io jar
commons-io is only currently used in some tests
The POM and build files will need to be changed
It would probably also require us to rename the next release as 5.3.0 because the extra dependenecy makes this a less trivial upgrade.
I added a variant of this. See da1e4a2
- I renamed the plugin config as
recurseSourceSubdirs - added the license headers
- made the FileUtil non-public
Tested with https://github.com/pjfanning/xmlbeans-maven-sample/tree/xmlbeans-617
milansanders
commented
Jan 2, 2024
Awesome, when is this expected to be released?
pjfanning
commented
Jan 2, 2024
There are no plans for a release. Until we do a release, you can build your own copy of the jar. There is a snapshot at https://ci-builds.apache.org/job/POI/job/POI-XMLBeans-DSL-1.8/
Add a config parameter (sourceSubdirs, default false) to allow for checking subdirectories of the sourceDir folder