2
votes
Maven release properties
mvn -B release:prepare release:perform
-B is for batch mode, it will use the defaults it offers when in non-batch mode. Generally for X.Y.Z-SNAPSHOT, it does a release of …
0
votes
Maven repository configurations
We use the user's settings.xml and include info in the README about what possible other repos may be needed.
In theory a given group-artifact-version is the same no matter which repo it c …
0
votes
Why does Maven javadoc fail with error “cannot read options”?
I believe the problem is that the javadoc command is being run without any parameters. I ran into this in one of my multi-module projects where it was trying to javadoc a non-java module. (The jav …
