I am new to JIRA and maven.
Every time I create a new plugin using atlas-create-jira-plugin
, it downloads tons of files which I believe it did once before.
How can I avoid this?
I am new to JIRA and maven.
Every time I create a new plugin using atlas-create-jira-plugin
, it downloads tons of files which I believe it did once before.
How can I avoid this?
Actually, i think Maven does not, except you delete ~/.m2 regularly. This is the default directory for artifacts.
But could you provide a stacktrace/logs about the downloads?
That's maven downloading the files it needs to build the plugin. After the first time you do it you should be able to use the -o option for offline and it won't download any more.