Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

591
Views
Maven build should fail if the 'buildVersion' argument doesn't exist or has empty value

The main pom file receives the version value as a maven command-line argument.

What I want to achieve is to prevent the build from executing if the argument is either non-existing in the command (not passed), or if it has empty string value, something like -DbuildVersion= or -DbuildVersion="".

The reason is that the generated JARs should not end up without the version number, or worse - with the dummy value set in the buildVersion property.

================= Solution: For anyone having the similar need - use Maven Enforcer Plugin. http://maven.apache.org/enforcer/enforcer-rules/requireProperty.html

over 4 years ago · Santiago Trujillo
1 answers
Answer question

0

I was going to suggest the Maven Enforcer plugin (http://maven.apache.org/enforcer/maven-enforcer-plugin/), but it seems that it's not possible yet -> Run Maven Enforcer Plugin rule on command line. Wouldn't be fine for you to wrap the build process in a scrip that would make that validation for you?

over 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!