Peter Wilkinson
- Total activity 10
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
-
Created How do I use set parameters from within a build.
AnsweredI'm trying set a version parameter with the following command line build step: #!/bin/bashVERSION=$(./mvnw exec:exec -Dexec.executable=echo '-Dexec.args=${project.version}' -q --non-recursive)echo ... -
Created How do I trigger a build when a maven parent project is updated?
I've got a maven parent project that is used by all other maven projects for our team. It specifies things like deployment repositories.The maven projects that use this parent project aren't having...