akashchamp opened a new pull request, #254:
URL: https://github.com/apache/maven-artifact-plugin/pull/254

   Closes #247
   
   ## What and why
   A fully open `(,)` version constraint has two missing bounds. The build-plan 
check previously compared the bounds and treated the two missing values as a 
fixed version. Treat either missing bound as a range so the check reports it 
consistently.
   
   ## Validation
   - Added the `(,)` case to the existing version-range integration fixture and 
asserted its diagnostic.
   - Manually ran `artifact:check-buildplan` against a standalone project using 
`commons-cli:(,)`; it exited nonzero and reported the resolved range.
   - `mvn -B -ntp verify`
   - Focused `mvn -B -ntp -Prun-its verify 
-Dinvoker.test=check-buildplan-version-range-fail`
   - Full `mvn -B -ntp -Prun-its verify` (16/16 scenarios)
   
   ## Checklist
   - [x] This pull request addresses one issue.
   - [x] The description explains what changes, how, and why.
   - [x] The commit has a meaningful subject and body.
   - [x] Added behavioral integration coverage.
   - [x] Ran `mvn verify`.
   - [x] Ran `mvn -Prun-its verify`.
   - [x] I hereby declare this contribution to be licenced under the [Apache 
License Version 2.0, January 2004](http://www.apache.org/licenses/LICENSE-2.0).
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to