-
Is 2.6 ready to be release?
e.g. I'm after the fixes that have been done to correctly support maven-enforcer-plugin
-
http://www.mojohaus.org/build-helper-maven-plugin/usage.html
-
Need to add apache 2.0 license to all jetcd related files. Do this after all pending 0.0.1 milestone prs have merged.
-
Hello, I can't tell from the docs whether or not this plugin will evaluate properties that have a variable as a value. Ex:
a = b
c = ${a}
would result in:
c = b
Perhaps add to docs, and if …
-
I configured Maven as in the example here: https://www.mojohaus.org/exec-maven-plugin/examples/example-exec-using-toolchains.html
but I'm getting errors:
```
$ mvn clean package
[INFO] Scanning …
-
I mavenized a bunch of ant-based NetBeans modules, using some scripting to generate the initial POM files; and used `` to specify specification versions of things.
Not knowing it was the wrong thin…
-
As described here:
https://github.com/mojohaus/versions-maven-plugin/issues/51
there seems to be a bug in the versions maven plugin currently included with Spring Boot (2.2).
I'm getting the same…
-
-
### Where is the problem
`xml-maven-plugin` doesn't support relaxNG validation.
### What is the problem
Sticking with XSD is suboptimal since relax is the normative format for docbook 5.0 an up. …
-
Hello, I executed the plugin with pointing to one of my folders. Then I removed the property and it kept creating the sources in the directory I was pointing at before. The problem was solved includi…