Hello, Suppose I have the following directory structure:
+ jgtfw ..... + src .......... + main ............... + java .................... * CrudAction.java * pom.xml + osstaf ..... + src .......... + main ............... + webapp * pom.xml I want to use CrudAction.java in osstaf project, as WebWork Generic Crud Action. How can Maven POM accomplished this???? It is very easy to solve this problem in Ant. But how can Maven solve this multiproject dependency. I am quite new in this Maven area. Thank you Regards. Eko SW PS: The main point is, I would like to extract common things in a WebWork project, to another Base Project, that is JGTFW (acronym for Java Gama Techno Frame Work). And I would like to take benefit of Maven Powerful Build System. -- View this message in context: http://www.nabble.com/Multiple-Project%2C-Multiple-POM-tf2408736.html#a6714059 Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
