Closed kwin closed 1 year ago
In order to use java.nio.file.Path parameters directly in Mojos a PathConverter similar to https://github.com/eclipse/sisu.plexus/blob/27a29dc633e6b03753a3c8d29a033648630c8831/org.eclipse.sisu.plexus/src/org/codehaus/plexus/component/configurator/converters/basic/FileConverter.java#L23 should be provided.
java.nio.file.Path
I would assume that sisu.plexus cannot directly leverage the one from https://github.com/eclipse/sisu.inject/commit/2676001d31a06fe94d2d9a167c5f078c2eba4f5a#diff-e2d9878c4da5f3cf0667e6bd2b5fc05d1f7e507f69ba6c0744aa8f9e16155b6e, right?
Fixed via https://github.com/eclipse/sisu.plexus/commit/8800f2d47ac15e4e059a9dc3bd59e6a39abad49b.
In order to use
java.nio.file.Path
parameters directly in Mojos a PathConverter similar to https://github.com/eclipse/sisu.plexus/blob/27a29dc633e6b03753a3c8d29a033648630c8831/org.eclipse.sisu.plexus/src/org/codehaus/plexus/component/configurator/converters/basic/FileConverter.java#L23 should be provided.I would assume that sisu.plexus cannot directly leverage the one from https://github.com/eclipse/sisu.inject/commit/2676001d31a06fe94d2d9a167c5f078c2eba4f5a#diff-e2d9878c4da5f3cf0667e6bd2b5fc05d1f7e507f69ba6c0744aa8f9e16155b6e, right?