Hi:

First step is to create a pom for your project. Then add xalan as a dependency, for example:

       <dependency>
           <groupId>xalan</groupId>
           <artifactId>xalan</artifactId>
           <version>2.7.0</version>
           <scope>compile</scope>
       </dependency>

And that should be enough.

Regards,

Javier

Mansour wrote:
Hello:
I have been using maven for few month. I use it through eclipse plugin and only for getting the dependencies for the projects. Now I think I need a little more of maven. I have a project that has an xslt transformation. This project is NOT a maven project. I checked the source out of svn and attempted to run the transformation. However, it turned that xalan is not installed on this machine. I have not installed a jar file since I started using maven. It does everything I need from downloading the file to adding it to the classpath. I thought maven can help here in getting the transformation done. I googled http://mojo.codehaus.org/xslt-maven-plugin/transform-mojo.html but no example. Can someone give the steps to run this transformation? and possibly convert the project to maven?

I have checked this http://maven.apache.org/plugins/ and couldn't find anything related to xslt.



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to