Sh..!  
That was too obvious (I searched only in the optional plugins).

But it was not that obvious to find out how to tell the plugin where 
it finds my files.
Now I use the following entries in ../project.xml:
    <resources>
        <resource>
          <directory>${basedir}/src/jelly</directory>
          <excludes>
            <exclude>*.bak</exclude>
          </excludes>
        </resource>
        <resource>
          <directory>${basedir}/conf</directory>
          <excludes>
            <exclude>*.bak</exclude>
          </excludes>
        </resource>
        <resource>
          <directory>${basedir}</directory>
          <includes>
            <include>project.xml</include>
          </includes>
        </resource>
    </resources>
and put the files in the appropriate folder and it works.

Is the resources element the intended way to do it ?


Ralf


-----Urspr�ngliche Nachricht-----
Von: Emmanuel Venisse [mailto:[EMAIL PROTECTED]
Gesendet am: Dienstag, 27. Januar 2004 13:51
An: Maven Users List
Betreff: Re: plugin to deploy plugins ?

You can see at "plugin" plugin. It package plugin and deploy it

http://maven.apache.org/reference/plugins/plugin/

----- Original Message ----- 
From: "Stoffels, Ralf (FWI-AW2)" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, January 27, 2004 12:51 PM
Subject: plugin to deploy plugins ?


> Hi,
>
> I believe that it is very obvious, but I miss it:
> Is there a plugin or tag library to jar a self-written plugin and deploy
it
> as a maven plugin ?
>
> Ralf
>
>
> ---------------------------------------------------------------------
> 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]

Reply via email to