【发布时间】:2014-10-11 05:09:32
【问题描述】:
我已经安装/设置了 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 文件。
【问题讨论】: