Closed
Description
Describe the problem
In the section about version management (i.e., on version, semver, semver-min, semver-max):
To require such a specific eXist-db version, include a processor dependency in your descriptor:
<dependency processor="eXist-db" version="trunk > rev 18070"/>
This is not a valid @processor
value. It should be http://exist-db.org
(no trailing slash). See https://github.com/eXist-db/exist/blob/0af0686c0fc1a91973ec73dd40ffa03aed26d7b7/exist-core/src/main/java/org/exist/repo/Deployment.java#L82.
Also, the @version
attribute seems fishy. Does any repo implementation (eXist, packageservice, public-repo) actually support this formulation?
Please provide the following
- exist-db version:
5.2.0
- documentation version:
5.2.0
Metadata
Metadata
Assignees
Labels
No labels