Sorry and thanks for your suggestion.
Muralidhar Y Software Engineer, Adastrum technologies-Nikai groups, EmiratesGroup-I.T Division, Dubai, UAE. Mobile : 00971-50-2256149. http://www.adastrumtech.com http://www.mercator.aero (Keep Smiling. Be happy All The Time.) -----Original Message----- From: Trygve Laugstøl [mailto:[EMAIL PROTECTED] Sent: 28 September 2005 18:45 To: Maven Users List Subject: Re: Cycle detected problem Do not hijack threads like this. Start a new thread instead of replying to a existing thread. It messes up the thread view in the email clients that thread messages. On Wed, 2005-09-28 at 17:58 +0400, Muralidhar Y. wrote: > > hi I am using multiproject plug-in. When I am trying to create > complete build it says cycle detected. Build failed. This is happening > when I declare dependency of one subproject in another like the > following > > I had 2 subprojects. I declared 1st one as dependency in 2nd one and > 2nd one in 1st one. > > Pls tell me how to solve it. You can't have a circular dependency. The only way to solve this is to move the parts of 1 and 2 that you want to share in a third project and make both 1 and 2 depend on 3. -- Trygve --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
