2016-07-08 14 views
0

Jiraのプラグイン開発を初めて使用しました。私はhelloworldプラグインの開発プロセスから始めました。そのプロセスはJiraのドキュメントに記述されています。私はマニュアルに従ってatlas-create-jira-plugin-moduleコマンドの助けを借りてメニューを作成しようとしましたが、atlas-runコマンドでプロジェクトを試してみましたが、プラグインのロードに失敗し、ログに次のものが見つかりました:Jiraプラグインの読み込みに失敗しました

[INFO] [talledLocalContainer]  ___ FAILED PLUGIN REPORT 

_____________________ 
[INFO] [talledLocalContainer] 
[INFO] [talledLocalContainer]  2 plugins failed to load during JIRA startup. 
[INFO] [talledLocalContainer] 
[INFO] [talledLocalContainer]   'com.atlassian.tutorial.helloworld' - 'helloworld' failed to load. 
[INFO] [talledLocalContainer]     Cannot start plugin: com.atlassian.tutorial.helloworld 
[INFO] [talledLocalContainer]       Unresolved constraint in bundle com.atlassian.tutorial.helloworld [161]: Unable to resolve 161.0: missing requirement [161.0] osgi.wiring.package; (osgi.wiring.package=com.atlassian.plugin.spring.scanner.annotation.export) 
[INFO] [talledLocalContainer] 
[INFO] [talledLocalContainer]     It was loaded from C:\workdir\atlastutorial\helloworld\target\jira\home\plugins\installed-plugins\helloworld-1.0.0-SNAPSHOT.jar 
[INFO] [talledLocalContainer] 
[INFO] [talledLocalContainer]   'com.atlassian.tutorial.helloworld-tests' - 'helloworld' failed to load. 
[INFO] [talledLocalContainer]     Cannot start plugin: com.atlassian.tutorial.helloworld-tests 
[INFO] [talledLocalContainer]       Unresolved constraint in bundle com.atlassian.tutorial.helloworld-tests [162]: Unable to resolve 162.0: missing requirement [162.0] osgi.wiring.package; (osgi.wiring.package=com.atlassian.tutorial.helloworld.api) [caused by: Unable to resolve 161.0: missing requirement [161.0] osgi.wiring.package; (osgi.wiring.package=com.atlassian.plugin.spring.scanner.annotation.export)] 

エラーの原因は何ですか?

答えて

0

spring scannerについて読んでください(私はコメントを追加できませんので、回答として書いています)。そしてもしあなたがここにpomファイルを入力してください。あなたのpom.xmlファイルには何かがないと思います。そして、もう一つ、 アトラス - 作成 - jiraプラグインコマンドでプラグインを作成しましたか?

関連する問題