Maven ベースの open-ide アプリケーションを構築しようとしているときに、次のメッセージが表示されました。
Some tokens required by included modules are not provided by included modules. The application will fail starting up. The missing tokens are:
org.netbeans.modules.java.source.queries.spi.QueriesController ref: [org.netbeans.modules.java.source.queries]
org.netbeans.api.editor.guards.Java ref: [org.netbeans.modules.form]
org.netbeans.modules.editor.actions ref: [org.netbeans.modules.editor.lib2]
そこに答えが見つかるかどうかを確認するために最初の行でグーグルを試しましたが、得られたのはエラーが発生しているソースコードだけでした。誰でもこのエラーを明確に解釈したり、修正方法を教えたりできますか?
注:どのモジュールが原因であるかは特定されていませんが、「アプリ」プロジェクトで死んでいます。