Hello there! I'm having some problems to figure out how to manage the following situation. The project was being packaged with ant, and it uses to create 2 JARs (for example zaraza.jar and zaraza-client.jar). To begin with, I replace the classpath generation of the ant file with the maven-ant-task, and now the dependencies are solved by Maven 2. I wanted now to provide the zaraza.jar and the zaraza-client.jar for other projects, but I'm being unable to understand how must a pom.xml be in order to take care of two different JARs in the same project. The zaraza-client.jar is a subset of many classes that are found in the zaraza.jar as well, so I don't think that a "separation" would be possible. Any idea? -- View this message in context: http://www.nabble.com/Deploying-two-jars-in-the-same-project-tp19557996p19557996.html Sent from the Maven - Users mailing list archive at Nabble.com.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
