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 alberto...@gmail.com: I know there is a specific discussion list for Macker but

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 ansgar.konerm...@googlemail.com wrote: Deploy macker-rules.xml

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 and...@hammar.net wrote: I guess the Maven Remote

Re: Maven and Macker

2012-10-26 Thread Anders Hammar
that the macker-maven-plugin at Codehaus Mojo (that's the one you're talking about, isn't it?) is in sandbox. So there is no release. You have to get the source and build it yourself. So you could change the code to have the path for the rules file fully configurable. /Anders On Fri, Oct 26, 2012 at 10:20

Re: Maven and Macker

2012-10-26 Thread Alberto Ivo
the Maven laws. Anything copied/generated during the build process should be to the target folder. Please note that the macker-maven-plugin at Codehaus Mojo (that's the one you're talking about, isn't it?) is in sandbox. So there is no release. You have to get the source and build it yourself

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

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

2007-09-03 Thread copernic Jeremy
/mojo-sandbox-4/macker-maven-plugin/ Then I tried it through a test project and it seems to require that the macker-rules.xml file is placed under my /target/classes/ directory instead of src/main/resources like stated in the A Simple Examplehttp://mojo.codehaus.org/macker-maven-plugin/examples

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-maven

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 Mojo

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

2007-08-20 Thread copernic Jeremy
the configuration directly in the pom.xml file as well. Wayne On 8/13/07, copernic Jeremy [EMAIL PROTECTED] wrote: 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

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

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

2007-08-17 Thread Wayne Fay
-rules.xml file but I will see about allowing the configuration directly in the pom.xml file as well. Wayne On 8/13/07, copernic Jeremy [EMAIL PROTECTED] wrote: 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

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

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