I have installed/setup the atlassian-plugin-sdk so I can look into JIRA plugin development.
However, when I run "atlas-run-standalone --product jira" command and it starts up the JIRA instance, it tries to connect to google analytics and gets a connection refused (its being blocked by our proxy).
It says I can turn this tracking option off:
you may disable tracking by adding <allowGoogleTracking>false</allowGoogleTracking> to the amps plugin configuration in your pom.xml
My question is, where do I find this "allowGoogleTracking" option? In which pom.xml as I cant seem to find one in the "atlassian-plugin-sdk" directory.
I have tried googling and looking around, but I cant seem to find anywhere they tell me exactly which pom.xml file I am supposed to edit.