我已经安装/设置了 atlassian-plugin-sdk,所以我可以研究 JIRA 插件开发。
但是,当我运行“atlas-run-standalone --product jira”命令并启动 JIRA 实例时,它会尝试连接到谷歌分析并被拒绝连接(它被我们的代理阻止)。
它说我可以关闭此跟踪选项:
you may disable tracking by adding <allowGoogleTracking>false</allowGoogleTracking> to the amps plugin configuration in your pom.xml
我的问题是,我在哪里可以找到这个“allowGoogleTracking”选项?在哪个 pom.xml 中,我似乎无法在“atlassian-plugin-sdk”目录中找到一个。
我试过谷歌搜索和环顾四周,但我似乎找不到任何地方他们告诉我我应该编辑哪个 pom.xml 文件。