Martin Wiesner
Martin Wiesner
@daxenberger Has this issue ever been resolved? What is the current state for this feature request? It could be quite a useful enhancement, saving users from the experience of a...
@reckart Any additions? Otherwise, I'll proceed with these changes as suggested above.
I will quickly summarize our options here: 1. _Hard removal_ strategy as originally requested "on Google Code with ID 26", current state of PR #173, no CLI parameter, just free...
@tgalery Maybe you want to participate in the vote on this implementation strategy as well? Asking you, just in case..
@reckart Ack, thanks for the clarification. Your initial comment wasn't clear enough then: "local control" interpreted as leave it to the caller/user of `DataMachine` (from the CLI perspective). @daxenberger In...
Decided it is, as nobody objected the proposal by @rzo1. I will implement a soft-removal strategy (Option 2 for CLI perspective) then, providing `cleanUp` method on API level.
You could configure the pmd maven plugin to use a location such as the `target` folder at root level of the checkout point. I tried it once with `maven-pmd-plugin:3.9.0` yet...
I could try to check another code base and paste a configuration here, later this week.
@reckart You might try to use a config like this ``` org.apache.maven.plugins maven-pmd-plugin 3.10.0 ${java.target} false 100 true true false pmd package check pmd ``` The important part is **`true`**....
It should be a quick fix, combined with other maven plugin updates in dkpro-parent pom.