jsedding commented on code in PR #664:
URL: https://github.com/apache/jackrabbit-oak/pull/664#discussion_r951223721
##########
oak-parent/pom.xml:
##########
@@ -1316,5 +1316,37 @@
</pluginManagement>
</build>
</profile>
+ <profile>
+ <id>intellij-build-workaround</id>
+ <!-- workaround for IntelliJ issue
https://youtrack.jetbrains.com/issue/IDEA-141732/OSMORC-unable-to-load-bnd-plugin
-->
+ <!-- IntelliJ does not add the plugin's extra dependency to the plugin's
class-path, which causes the build to fail. -->
+ <!-- This means unit-tests cannot be run from within the IDE. Adding the
relevant configuration only in the absence -->
Review Comment:
Thank's again :) Should be ok now.
--
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]