Re: Maven XSLT Plugin Question

2006-10-12 Thread Siegfried Goeschl
HI Nate, https://svn.codehaus.org/mojo/trunk/mojo/xslt-maven-plugin worked for me Cheers, Siegfried Goeschl Nate wrote: I am not able to download this plugin source from specified SVN URL in the source repository link. Am I doing something wrong? Thanks, -Nate http://mojo.codehaus.org/x

RE: Maven XSLT Plugin Question

2006-10-11 Thread Nate
hed plugins to phase pre-site. > > -- > Olivier > > [1] > https://svn.apache.org/repos/asf/maven/components/trunk/maven-core/src/main/resources/META-INF/plexus/components.xml > > -Message d'origine- > De : Nate [mailto:[EMAIL PROTECTED] > Envoyé : mercr

Re: Maven XSLT Plugin Question

2006-10-11 Thread Siegfried Goeschl
http://mojo.codehaus.org/xslt-maven-plugin/ Cheers, Siegfried Goeschl Marco Mistroni wrote: Hello, my 2 cents ant has an xslt task, you could use maven antrun plugin to run it will that be a possible solution? hth marco On 10/11/06, Andreas Guther <[EMAIL PROTECTED]> wrote: I am n

RE: Maven XSLT Plugin Question

2006-10-11 Thread LAMY Olivier
Nate [mailto:[EMAIL PROTECTED] Envoyé : mercredi 11 octobre 2006 18:11 À : Maven Users List Objet : Re: Maven XSLT Plugin Question Andreas, Writing a plugin sounds like an interesting endeavor. I'll try that this weekend. This appears cleaner to me in the long run since it will just be anot

Re: Maven XSLT Plugin Question

2006-10-11 Thread dan tran
what about http://mojo.codehaus.org/xslt-maven-plugin/ ? On 10/11/06, Nate <[EMAIL PROTECTED]> wrote: Andreas, Writing a plugin sounds like an interesting endeavor. I'll try that this weekend. This appears cleaner to me in the long run since it will just be another plugin execution. Marco,

Re: Maven XSLT Plugin Question

2006-10-11 Thread Nate
Andreas, Writing a plugin sounds like an interesting endeavor. I'll try that this weekend. This appears cleaner to me in the long run since it will just be another plugin execution. Marco, Since I need a short-term fix for this week's release, I think I'll use your ant "xslt task" idea. What ex

Re: Maven XSLT Plugin Question

2006-10-11 Thread Marco Mistroni
Hello, my 2 cents ant has an xslt task, you could use maven antrun plugin to run it will that be a possible solution? hth marco On 10/11/06, Andreas Guther <[EMAIL PROTECTED]> wrote: I am not aware of an XSLT plug-in, but writing one should be a pretty straight forward task. I guess I

RE: Maven XSLT Plugin Question

2006-10-11 Thread Andreas Guther
I am not aware of an XSLT plug-in, but writing one should be a pretty straight forward task. I guess I then would try to associate the plug-in with source code generation or something similar during the site creation life cycle. Writing Maven 2 plug-ins is an easy to achieve task and there are pl