* last mail wasn't completed and sent by mistake. In short I want to keep & update 15 flags during continuous build. So there will be updateFlag() method in my java class which would be inside my plug-in jar. I want to call that method from maven.xml to set one of the flag to true.
How to call a method in java class from maven.xml ...? -----Original Message----- From: yuvarajv [mailto:[EMAIL PROTECTED] Sent: Thursday, May 11, 2006 5:30 PM To: 'Maven Users List' Subject: RE: Followup : FW: how to : customized read-writable flags ..? Yes...i am sorry that I couldn't explain the things well might be due to much more project specific. In short I want to keep & update 15 flags during continuos build. -----Original Message----- From: Tim Kettler [mailto:[EMAIL PROTECTED] Sent: Thursday, May 11, 2006 2:59 PM To: Maven Users List Subject: Re: Followup : FW: how to : customized read-writable flags ..? Hi yuvaraj, as Wayne wrote yesterday (at least in my timezone :-) ), your mail isn't very clear in describing what you actually want/what your problem is. It doesn't help if you post the same mail again. You need to be a lot more specific in explaining what you are trying to do and what your problem is so that the folks on this list can understand what you are trying to do. -Tim yuvarajv schrieb: > > -----Original Message----- > From: yuvarajv [mailto:[EMAIL PROTECTED] > Sent: Wednesday, May 03, 2006 3:11 PM > To: Maven User List > Subject: how to : customized read-writable flags ..? > > hi, > > I am using maven for building my project. About 100+ jars are getting build > and copied into maven repository after build. > There are some dependent jars which need to be in Synch when available in > repository. > My task is to ensure this synchronization. > For this purpose i want to use some flags , so before copying jar into repo > i will check that flag and accordingly copy it into repo. > > I want to ask that how should i maintain these flags..? > i think i cant use properties file.it just to read params. > As i can read values from properties file,plugin but i dont want just to > read them but also to update them. > > > Can some body look into this issue and guide me on this...? > > Thanks for time spent on this. > > > > > Thanks & Regards, > > yuvaraj > > > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
