How to correctly specify eclipse-plugins in category.xml of tycho eclipse-repository?
问题 I want to create a p2 repository of some eclipse-plugins during a tycho build. My category.xml looks like this: <?xml version="1.0" encoding="UTF-8"?> <site> <feature url="plugins/<artifact-id>-1.0.0.jar" id="<artifact-id>" version="1.0.0.qualifier"> <category name="cat" /> </feature> <category-def name="cat" label="example category" /> </site> where <artifact-id> is the maven artifact id of the eclipse-plugin that shall be included in the p2 repo. When executing the maven build I get the