RE: Plugin Development Issue

2006-08-25 Thread Marc L. Veary
Many thanks. This is the answer just worked it out - appreciate your time and willingness to help. Kind regards, -- Marc -Original Message- From: William Ferguson [mailto:[EMAIL PROTECTED] Sent: 25 August 2006 08:32 To: Maven Users List Subject: RE: Plugin Development Issue To allow

RE: Plugin Development Issue

2006-08-25 Thread William Ferguson
4:57 PM > To: 'Maven Users' > Subject: Plugin Development Issue > > Hi, > > I have developed a very simple plugin that does nothing. > (code included below). > > The problem is that I cannot seem to pass in a parameter > either on the command line or via a P

RE: Plugin Development Issue

2006-08-25 Thread Marc L. Veary
ivate String verbose; This now works from both POM and command line. Many apologies for any time wasted. Kind regards, -- Marc -Original Message- From: Marc L. Veary [mailto:[EMAIL PROTECTED] Sent: 25 August 2006 07:57 To: 'Maven Users' Subject: Plugin Development Issue Hi,

Plugin Development Issue

2006-08-24 Thread Marc L. Veary
Hi, I have developed a very simple plugin that does nothing. (code included below). The problem is that I cannot seem to pass in a parameter either on the command line or via a POM (in another project that defines this plugin in the section): mvn cleartrust:extract -Dverbose=Testing or