users@jaxb.java.net

Re: maven pom.xml for compiling & packaging xsl's

From: Aleksei Valikov <valikov_at_gmx.net>
Date: Wed, 3 Feb 2010 14:08:50 +0100

Hi,

> I am basically compiling number of xsl's using
> 'org.apache.xalan.xsltc.cmdline.Compile' to a jar file from command line.
>
> Now, I want to include the compiling & packaging as part of my maven build.
> I am trying to write a pom file for the module that would compile the xsl's
> using the above library & package it into a jar file say compiledxsls.jar &
> add it into the classpath.
>
> Any suggestions?

I don't see how it is related to JAXB.

ps. You can do almost anything with Maven AntRun Plugin.

Bye.
/lexi