Re: Maven and Macker

2012-10-26 Thread Alberto Ivo
hmmm.. I got it now. Thanks Anders! Ivo On Fri, Oct 26, 2012 at 6:46 PM, Anders Hammar wrote: > If it has to be in src/main/resources I guess you're out of luck. It's > technically possible to have a rules file copied to that folder during > the build process, but it's against the Maven laws.

Re: Maven and Macker

2012-10-26 Thread Anders Hammar
If it has to be in src/main/resources I guess you're out of luck. It's technically possible to have a rules file copied to that folder during the build process, but it's against the Maven laws. Anything copied/generated during the build process should be to the target folder. Please note that the

Re: Maven and Macker

2012-10-26 Thread Alberto Ivo
According to the Macker usage, the macker-rules.xml MUST be in the scr/main/resource. Ansgar, I liked you idea but I'm still very noob to understand how to do it. I will research about that. Ivo On Fri, Oct 26, 2012 at 5:03 PM, Anders Hammar wrote: > I guess the Maven Remote Resources Plugin

Re: Maven and Macker

2012-10-26 Thread Anders Hammar
I guess the Maven Remote Resources Plugin could be used as well. But it depends on if the macker rules file has to be in src/main/resources or if it could be somewhere else. /Anders On Fri, Oct 26, 2012 at 8:57 PM, Ansgar Konermann wrote: > Deploy macker-rules.xml to repository. > > Use m-depend

Re: Maven and Macker

2012-10-26 Thread Ansgar Konermann
Deploy macker-rules.xml to repository. Use m-dependency-p to fetch these rules from repo during build. Configure m-macker-p to pick up rule file where m-dependency-p put it. Am 26.10.2012 20:04 schrieb "Alberto Ivo" : > I know there is a specific discussion list for Macker but I think this > que

Re: Maven and macker plugin working??[UPDATES]

2007-10-10 Thread Rémy Sanlaville
Hi Wayne, I would like to propose two improvements for the macker-maven-plugin: 1. I think its better to define the rules directories (by default) to src/main/config rather than target/classes. In fact, I think it's better to don't add the Macker rules file in the project package. 2. Like for in

Re: Maven and macker plugin working??[UPDATES]

2007-09-03 Thread Wayne Fay
The source code is available in the sandbox, in head/trunk. You are looking at a tag which pre-dates the initial check-in of the plugin. Try .../mojo/trunk/. If you put macker-rules.xml in src/main/resources, it is automatically copied to /target/classes during Maven's execution. This is why I cho

Re: Maven and macker plugin working??[UPDATES]

2007-09-03 Thread copernic Jeremy
Hi Wayne, First of all, thanks for your macker plugin, I just tried it and I have a first feedback to share with you. But first, I would like to ask you where I could find the source code? In fact the source code does not seem available on the svn mojo sandbox http://svn.codehaus.org/mojo/tags/mojo

Re: Maven and macker plugin working??[UPDATES]

2007-08-28 Thread Rémy Sanlaville
Thanks a lot Wayne. We will try to use it as soon as possible (certainly during september) and give you our feedback. Rémy 2007/8/27, Wayne Fay <[EMAIL PROTECTED]>: > > Just FYI... The code is available in the Mojo sandbox SVN and the site > was just deployed: > http://mojo.codehaus.org/macker-ma

Re: Maven and macker plugin working??[UPDATES]

2007-08-27 Thread Wayne Fay
Just FYI... The code is available in the Mojo sandbox SVN and the site was just deployed: http://mojo.codehaus.org/macker-maven-plugin/ Wayne On 8/20/07, Wayne Fay <[EMAIL PROTECTED]> wrote: > Jeremy et al, > > I just checked in the first rough draft of macker-maven-plugin > v1.0.0-SNAPSHOT into

Re: Maven and macker plugin working??[UPDATES]

2007-08-20 Thread Wayne Fay
Jeremy et al, I just checked in the first rough draft of macker-maven-plugin v1.0.0-SNAPSHOT into Mojo sandbox. Please grab the source, mvn -U install site, take a look at the site docs to figure out how to use/configure it, and give it a try. You can use mvn macker:macker package to test it on y

Re: Maven and macker plugin working??[UPDATES]

2007-08-20 Thread copernic Jeremy
Hi Wayne, That's a great news for the community! Please let us informed ASAP when your M2 Macker plugin is available on the Mojo sandbox, and I'll try to give you some feedback of it. regards, Jeremy On 8/17/07, Wayne Fay <[EMAIL PROTECTED]> wrote: > > I've seen enough people asking for a M2 Mac

Re: Maven and macker plugin working??[UPDATES]

2007-08-17 Thread Wayne Fay
I've seen enough people asking for a M2 Macker plugin in the last few months/year that I finally decided to go ahead and write one myself. In my limited testing, it works great, but I am not really a Macker user so I'll need some feedback from people to improve it. I will be submitting it to the M

Maven and macker plugin working??[UPDATES]

2007-08-13 Thread copernic Jeremy
Hi all, just to let you know some updates on my maven-macker-plugin issue: I was not able to use the maven-macker-plugin available on repo1 http://repo1.maven.org/maven2/maven-plugins/maven-macker-plugin/ In fact I found a link explaining how to use Macker with Maven 2 through the maven-antrun-plu

Maven and macker plugin working??

2007-08-03 Thread copernic Jeremy
Hi all, I am looking for the maven-macker-plugin, if there is one of course! Indeed, the project website seems to say that there are no version available yet: http://maven-plugins.sourceforge.net/maven-macker-plugin/downloads.html I have been googling the web for a few hour now but I only found thi