-
Hi, I have the following category.xml:
and the following snippet in my parent pom.xml that includes the folder with the category.xml as module:
This repository contains "mytool.dependency.feature" and it is found correctly during build of mytool.feature which has "mytool.dependency.feature" as a dependency. Also But it does not show up on the update site that is generated based on my category.xml. My complete example is a bit bigger than this but am I doing it right in theory or am I missing something important? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Repositories defined in the pom can not reference the current build, but its a bit unclear what you are trying to archive, can you |
Beta Was this translation helpful? Give feedback.
-
I can answer myself now. It was a version issue. The actual version of the feature I wanted to include was "1.1.0.somequalifier". |
Beta Was this translation helpful? Give feedback.
I can answer myself now. It was a version issue. The actual version of the feature I wanted to include was "1.1.0.somequalifier".
I was assuming that version matching works similarly as in the MANIFESTs, where (if I am not mistaken) if you specify a version number it
is interpreted as the minimum version. Here it seems like the version must match exactly? Anyway, I completely removed the version restriction, since I am sure that upstream always contains the correct version and it works now.