Re: Implementing an installer, which is maven-based

2010-02-04 Thread Dmitry Katsubo
mplete the packaging. Thanks in advance! Dmitry Katsubo wrote on 30/01/2010 16:34: > Hi all! > > Sorry, that my question seems to have been asked in maven user list > http://mail-archives.apache.org/mod_mbox/maven-users/200710.mbox/%3c2fbbcb49-65d3-4258-906f-e252372e9...@massol.net%

Re: RFC: Maven License Verifier Plugin

2010-02-04 Thread Dmitry Katsubo
Hi Karl! It would be nice to have a plugin, that for each dependency checks the META-INF\manifest.mf for "Bundle-License" entry or tries to guess the licence type from META-INF\LICENSE.txt or META-INF\license files. It would be nice, if plugin takes care of "autodetecting" of licences of "leave" d

Re: Implementing an installer, which is maven-based

2010-02-01 Thread Dmitry Katsubo
Stephen Connolly wrote on 01/02/2010 11:50: > have you tried izpack-maven-plugin? Hi Stephan! I had a look at IzPack shortly, and as I understood, IzPack creates an installer for your maven project. So, your maven targets artifacts have to be packaged before creating an installation. What I ideal

Implementing an installer, which is maven-based

2010-02-01 Thread Dmitry Katsubo
Hi all! Sorry, that my question seems to have been asked in maven user list http://mail-archives.apache.org/mod_mbox/maven-users/200710.mbox/%3c2fbbcb49-65d3-4258-906f-e252372e9...@massol.net%3e but I have the situation, similar to that. I hope you can help me, as you might know what are the lates