Maven XSLT Plugin Question

2006-10-12 Thread stoddarn
I have an application that using XML to define the features added to each release version. I wrote an XSLT to convert this XML into the changes plugin XML format. This allows me to have the same information in the application and the generated site, but the XSLT execution is a manual step. I

Re: Maven XSLT Plugin Question

2006-10-12 Thread Siegfried Goeschl
. Andreas -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 11, 2006 7:24 AM To: users@maven.apache.org Subject: Maven XSLT Plugin Question I have an application that using XML to define the features added to each release version. I wrote an XSLT

Maven XSLT Plugin Question

2006-10-11 Thread stoddarn
I have an application that using XML to define the features added to each release version. I wrote an XSLT to convert this XML into the changes plugin XML format. This allows me to have the same information in the application and the generated site, but the XSLT execution is a manual step. I

RE: Maven XSLT Plugin Question

2006-10-11 Thread Andreas Guther
and there are plenty of examples available. Andreas -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 11, 2006 7:24 AM To: users@maven.apache.org Subject: Maven XSLT Plugin Question I have an application that using XML to define the features added to each

Re: Maven XSLT Plugin Question

2006-10-11 Thread Marco Mistroni
:[EMAIL PROTECTED] Sent: Wednesday, October 11, 2006 7:24 AM To: users@maven.apache.org Subject: Maven XSLT Plugin Question I have an application that using XML to define the features added to each release version. I wrote an XSLT to convert this XML into the changes plugin XML format. This allows me

Re: Maven XSLT Plugin Question

2006-10-11 Thread Nate
. Writing Maven 2 plug-ins is an easy to achieve task and there are plenty of examples available. Andreas -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 11, 2006 7:24 AM To: users@maven.apache.org Subject: Maven XSLT Plugin Question

Re: Maven XSLT Plugin Question

2006-10-11 Thread dan tran
] Sent: Wednesday, October 11, 2006 7:24 AM To: users@maven.apache.org Subject: Maven XSLT Plugin Question I have an application that using XML to define the features added to each release version. I wrote an XSLT to convert this XML into the changes plugin XML format. This allows me to have

RE: Maven XSLT Plugin Question

2006-10-11 Thread LAMY Olivier
://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é : mercredi 11 octobre 2006 18:11 À : Maven Users List Objet : Re: Maven XSLT Plugin Question Andreas, Writing a plugin sounds

Re: Maven XSLT Plugin Question

2006-10-11 Thread Siegfried Goeschl
of examples available. Andreas -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 11, 2006 7:24 AM To: users@maven.apache.org Subject: Maven XSLT Plugin Question I have an application that using XML to define the features added to each release

RE: Maven XSLT Plugin Question

2006-10-11 Thread Nate
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 another plugin execution