On 8/18/06, Clifton Craig <[EMAIL PROTECTED]> wrote:
Ok, I got the latest idea plugin checked out from svn. Now I'm having trouble
building it. Can somebody help me? I get the following error when I run mvn
test from the cmd line:
idea-plugin$ mvn test
...
[INFO] Failed to resolve artifact.

GroupId: org.apache.maven.plugins
ArtifactId: maven-plugins
Version: 2-SNAPSHOT

Reason: Unable to download the artifact from any repository

You'll need to check out and install the maven-plugins pom, as it's
apparently not in the snapshot repository.

svn co -N https://svn.apache.org/repos/asf/maven/plugins/trunk
mvn install -N

In both cases, -N means non-recursive.

--
Wendy

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

Reply via email to