Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

jira configure tests server for plugin development

Angelo Diego Crabolu
Contributor
May 8, 2014

I'm developing a plugin, I've configured dbconfig.xml with our sql server test server. Everything works fine except that when I do an altas-clear I have to copy again the file by hand and reinstall all the plugins and copy by hand jtds drivers, is there a way to do that automatically?

1 answer

1 accepted

0 votes
Answer accepted
Deleted user May 8, 2014

Hi Angelo,

Copying files is something you can integrate in your build proces. Maven has a plugin that allows you to copy files from one directory to another:

http://evgeny-goldin.com/wiki/Copy-maven-plugin

You can for instance store the dbconfig.xml in a temp directory and include it in your target directory once the clean step has been done.

Angelo Diego Crabolu
Contributor
May 11, 2014

the anwer is perfect for the original question but I modified it to add the need of having a series of plugins installed

Deleted user May 11, 2014

Can you give more information on you project structure? Do you wanna install multiple plugin-ins within the same project? Does each plugin had it's own project and separate maven config?

Deleted user May 11, 2014

Hi Angelo,

Have a look at this tool:

https://developer.atlassian.com/display/DOCS/atlas-create-home-zip

This command allows you to create a zip from your current JIRA home directory and your zip package will be deployed everytime you run your JIRA server with: atlas-run.

Deleted user May 11, 2014

Just make sure that your dbconfig.xml is also packaged in the JIRA home directory zip and it will be available when needed.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events