Fredy wrote:
Hi all,
i want to reorganize our project(s) in steps, parallel to the standard 
development. is it possible to Do something like that:

<include name="**"/>
<exclude name="**/webservices/**"/>

in Maven2 pom.xml? Also to reduce the sourceDirectory?

Sorry, not possible. One strategy I often use is to write a simple shell script which breaks apart a project you may be trying to decouple. I write all the necessary POMs and leave the original project intact so that the old and new work together. When the new stuff works I run the script one last time and replace the old stuff.

Thanks Fredy

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





--

jvz.

Jason van Zyl
jason at maven.org
http://maven.apache.org

Our achievements speak for themselves. What we have to keep track
of are our failures, discouragements and doubts. We tend to forget
the past difficulties, the many false starts, and the painful
groping. We see our past achievements as the end result of a
clean forward thrust, and our present difficulties as
signs of decline and decay.

 -- Eric Hoffer, Reflections on the Human Condition

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

Reply via email to