Hi Eric.

 

Thanks for the answer. Basically I developed that code yesterday, yes. I did it somehow similar to the Ant Task. But I had some serious serialization issues as posted yesterday. Maybe you have an idea about that?

 

> If one doesn’t exist and there’s enough interest, we

> could use what I have as a starting point as an open source plugin for it.

 

You mean in the drools codebase? Basically, yes, sure. Should be no problem to contribute it. Just tell me how to progress in that area.

 

Cheers

Bernd

 

Von: rules-users-bounces@lists.jboss.org [mailto:rules-users-bounces@lists.jboss.org] Im Auftrag von Miles, Eric
Gesendet: Mittwoch, 2. September 2009 14:27
An: Rules Users List
Betreff: Re: [rules-users] Maven Plugin to build pkg files

 

Bernd,

 

Something didn’t exist as of Drools 4.x (at least nothing official).  With the latest release of Drools, the amount of code needed to be written to compile is actually pretty small.  Making a Maven plugin would not be that difficult.  I’ve made one that is just a couple of hundred lines long and most of that is the Maven framework glue.

 

If one doesn’t exist and there’s enough interest, we could use what I have as a starting point as an open source plugin for it.

 

Eric

 


From: rules-users-bounces@lists.jboss.org [mailto:rules-users-bounces@lists.jboss.org] On Behalf Of Bernd Rücker
Sent: Monday, August 31, 2009 10:57 AM
To: rules-users@lists.jboss.org
Subject: [rules-users] Maven Plugin to build pkg files

 

Hi all.

 

I wonder if there exists a maven plugin to build pkg files out of the rule base during the maven packaging. Because we don’t use the Guvnor repository in this project and I want to package the pkg files with the overall ear.

 

I searched a bit, but didn’t found anything… Okay, not hard to write ourself, but would be nicer to reuse existing stuff…

 

Thanks

Bernd