papegaaij commented on code in PR #758:
URL: https://github.com/apache/wicket/pull/758#discussion_r2442480528
##########
wicket-auth-roles/pom.xml:
##########
@@ -24,7 +24,7 @@
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>wicket-auth-roles</artifactId>
- <packaging>bundle</packaging>
+ <packaging>jar</packaging>
Review Comment:
I'm not sure why I did not go for that option. The setup where the
maven-bundle-plugin is only used to generate the manifest works just fine for
osgi. It was also what I found in the documentation. Is there an issue with the
current setup?
--
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]