« Return to Thread: JBoss packaging par files (jbpm)

Re: JBoss packaging par files (jbpm)

by Paul Gier :: Rate this Message:

Reply to Author | View in Thread

Hi Antonio,

For some general information about writing a maven plugin there are some
examples on the maven site [1].  Then you can check out the source code for the
jboss packaging plugin from svn [2].  You should be able to run a simple "mvn
install" to build the plugin.  You can start developing by creating a new class
called "ParMojo" and look at the other mojos (SarMojo, HarMojo, etc) for examples.

Then when you are ready, just do something like "svn diff > par-mojo.patch" to
create the patch.

[1] http://maven.apache.org/guides/plugin/guide-java-plugin-development.html
[2] https://svn.codehaus.org/mojo/trunk/mojo/jboss-packaging-maven-plugin

Antonio Goncalves wrote:

> Hi all,
>
> I've never written a Maven plugin but I'll be ready to help. I just need to
> know how to start, how I can help/test/develop...
>
> Let me know.
>
> Antonio
>
> 2009/7/6 Arnaud HERITIER <aheritier@...>
>
>> Hi Paul,
>>   How are you ?
>>   What do you think about the issue mentionned by Antonio ?
>>   Antonio, it seems that Paul is waiting for help because the patch is out
>> of date. Can you help him to create a new patch with a integration test if
>> possible ?
>>
>> Cheers,
>>
>> Arnaud
>>
>> # Arnaud Héritier
>> # http://blog.aheritier.net
>>
>>
>>
>> On Sun, Jul 5, 2009 at 1:18 PM, Antonio Goncalves <
>> antonio.mailing@...> wrote:
>>
>>> Hi,
>>> I need to package a JBoss par file with Maven. I first checked the JBoss
>>> packaging plugin (
>>> http://mojo.codehaus.org/jboss-packaging-maven-plugin/plugin-info.html)
>>> but couldn't see any par goal. Then I found this issue (
>>> http://jira.codehaus.org/browse/MJBOSSPACK-19) where someone proposed a
>>> patch to add the par capabilities. But it looks like it wasn't commited. Am
>>> I wrong ?
>>>
>>> I've voted for the issue but is there a way I can help to bring this into
>>> the plugin ? (I'm not a commiter but maybe I do something to help).
>>>
>>> Thanks,
>>> Antonio Goncalves
>>>
>>>
>
>


---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


 « Return to Thread: JBoss packaging par files (jbpm)