Eric Pugh wrote:

That fixed it perfectly!  I have added to my shared project.xml these
entities:
    <dependency>
        <groupId>avalon-meta</groupId>
        <artifactId>avalon-meta-plugin</artifactId>
        <version>1.4.0</version>
            <url>http://avalon.apache.org</url>
        <type>plugin</type>
        </dependency>
    <dependency>
        <groupId>avalon-util</groupId>
        <artifactId>avalon-util-plugin</artifactId>
        <version>1.0.0</version>
            <url>http://avalon.apache.org</url>
        <type>plugin</type>
        </dependency>
    <dependency>
        <groupId>merlin</groupId>
        <artifactId>merlin-plugin</artifactId>
        <version>3.3.0</version>
            <url>http://avalon.apache.org</url>
        <type>plugin</type>
        </dependency>

And they seem to download fine.  However..  avalon-util..  do I need that
plugin if I am running unit tests?  I added it because it was in the dist
plugin folder...  But the docs didn't seem to refer to it..

You don't need the avalon-util plugin - in effect its a plugin that is basically used in the generation of internal plugins within the merlin runtime itself.


Cheers, Steve.

--

|---------------------------------------|
| Magic by Merlin                       |
| Production by Avalon                  |
|                                       |
| http://avalon.apache.org              |
|---------------------------------------|

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to