Re: Problem after running custom plugin in Maven 1.1-beta-1

2005-10-26 Thread Brett Porter
Can you please try with 1.1 beta 2 On 10/25/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hi , > > I have written a custom plugin and installed it. Once when I run that goal > which is in that plugin it runs fine. > After that whenever I try to run any other goal in any other folder of the >

Problem after running custom plugin in Maven 1.1-beta-1

2005-10-25 Thread surabhi
Hi , I have written a custom plugin and installed it. Once when I run that goal which is in that plugin it runs fine. After that whenever I try to run any other goal in any other folder of the project , maven still tries to run same goal(custom plugin goal) which I ran before. Has anyone have a