Skip to content
Discussion options

You must be logged in to vote

facepalm
OK, I'm a bit of an idiot.
While the page here shows a snippet for the maven-jar-plugin and how you need to configure that ...
https://bits.netbeans.org/mavenutilities/nbm-maven-plugin/nbm-maven-plugin/manifest-mojo.html

... the actual module dependencies configuration does NOT go there but into the configuration for the nbm-maven-plugin ... kinda obvious once you know it :S

            <plugin>
                <groupId>org.apache.netbeans.utilities</groupId>
                <artifactId>nbm-maven-plugin</artifactId>
                <version>14.5</version>
                <extensions>true</extensions>
                <configuration>
                    <useOSGiDependencies>true</u…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by charly4711
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant