Re: SV: Multiple Project, Multiple POM

2006-10-11 Thread swdev

I have try your suggestion. And I found that, I must do two step to make My
OSSTAF upto date,
first I must do 
\jgtfw\mvn install

then
\osstaf\mvn jetty:run

However, using that technique, I can not use Jetty's Hot Development
Feature
Is there any better solution???

-- 
View this message in context: 
http://www.nabble.com/Multiple-Project%2C-Multiple-POM-tf2408736.html#a6751433
Sent from the Maven - Users mailing list archive at Nabble.com.


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



Multiple Project, Multiple POM

2006-10-09 Thread swdev

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]