Did you install it? maven plugin:install > -----Original Message----- > From: Eugene Kirin [mailto:[EMAIL PROTECTED] > Sent: Tuesday, August 17, 2004 11:23 AM > To: Maven Users List > Subject: my plugin is not available > > > Hello! > I wrote my own plugin (ev-buildsys-plugin) and when I use > <maven:set plugin="ev-buildsys-plugin" property="include" > value="test"/> I get the next message "Plugin > 'ev-buildsys-plugin' in project 'null' is not available". How > can I make available? > > my project.xml for plugin is: > > <project> > <pomVersion>3</pomVersion> > <id>ev-buildsys-plugin</id> > <currentVersion>1.0</currentVersion> > </project> > > project.properties is empty > plugin.properties contains: include=evg > plugin.jelly: > > <?xml version="1.0"?> > > <project > xmlns:ant="jelly:ant" > xmlns:j="jelly:core" > xmlns:u="jelly:util" > xmlns:define="jelly:define" > xmlns:aw="aspectwerkz"> > > <goal name="show"> > <echo>Plugin: ${include}</echo> > </goal> > </project> > > As you can see everything is simple, so what did I miss? > > Thanks for your responses!! > > > > Sincerely, Eugene Kirin > East View Information Services - Moscow > Research and Development Department > > URL: http://www.eastview.com >
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
