You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Eugene Kirin <ki...@mosinfo.ru> on 2004/08/17 18:22:50 UTC

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