Hi all,

We are developping a JSP taglib project. In this project we would like to provide the following artifacts:

- The taglib jar
- The Tld definition file
- A sample web site demonstrating the lib features. (A War containing the some extra java classes + the taglib jar + JSP resources)


How can I drive Maven to generate 2 Artifacts (the jar and the demo war) ?
What is the ideal directory layout?
What is the related project.xml configuration?

I thought of something like:

src\
src\conf\file.tld
src\java\com.myproject....
src\webapp\WEB-INF\...
src\samples\com.myproject.samples....

Does it makes sense?

Also notes I would not like to create 2 different projects with a reactor because the final artifact is just the Jar. The War is only for a demo and I think we should not distribute it in a binary repository. ... However....


Thanks for your help and for this great tools that is Maven! Didier.


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



Reply via email to