Hi,
There is no easy method at the moment. If you only want to test your
plugin, you could use the maven goal scmp:run, to start a scm-manager
with your plugin installed. If you like to install your plugin to a
production instance you have to do the following steps:
- create a temporary folder on your development machine
- goto your plugin development directory
- execute "mvn scmp:install -DscmHome=/path/to/temp/directory"
- copy the temporary folder to your productive machine
- copy all files from your temporary folder to the scm-manager home
directory expect the classpath.xml
- add all entries from your temporary classpath.xml to your productive one
I hope this helps.
Sebastian
2012/8/24 dmitri <
gr.d...@gmail.com>: