On 2/3/06, Darryl L. Pierce <[EMAIL PROTECTED]> wrote:

> True. However, even with the 's' in place it's still not working because
> Maven doesn't know about that plugin. What's the dependency snippet I need
> to install it?

Found it, I think:
http://snapshots.maven.codehaus.org/maven2/org/codehaus/mojo/exec-maven-plugin/0.4-SNAPSHOT/

However, I didn't have any luck convincing Maven to download it from
there.  I tried adding:
  <repositories>
    <repository>
      <id>codehaus-snapshot</id>
      <name>Codehaus Snapshot Repository</name>
      <url>http://snapshots.maven.codehaus.org/maven2/</url>
    </repository>
  </repositories>

Maybe someone else can fill in the missing details.

--
Wendy

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

Reply via email to