Wendy,

Almost but not quite. I tried your commands and now it looks like I'm missing 
something else. This is feeling more and more like the RPM dependency hell 
that drove me to Debian based systems. Here's my most recent error:
[INFO] ------------------------------------------------------------------------
[ERROR] FATAL ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to resolve artifact.

GroupId: org.apache.maven
ArtifactId: maven-parent
Version: 4-SNAPSHOT

Reason: Unable to download the artifact from any repository

  org.apache.maven:maven-parent:pom:4-SNAPSHOT

Is there a quick and easy appraoch to installing things from the svn repo that 
doesn't involve a lot of futzing on the command line and figuring out what 
depends on who or which gets installed where? Am I missing something here?

------------------------------------------------- 
Clifton C. Craig, Software Engineer
Tell me what's up...
visit: http://codeforfun.wordpress.com
[EMAIL PROTECTED]

On Friday 18 August 2006 12:08 pm, Wendy Smoak wrote:
> 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.

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

Reply via email to