can't get nrepl to start

31 views
Skip to first unread message

John Lawrence Aspden

unread,
Feb 25, 2013, 8:35:12 AM2/25/13
to Clojure Maven Plugin
Hi, can anyone tell me what I'm doing wrong?

I'm trying to get the pluging working with clojure 1.4.0, nrepl 0.2.1,
and clojure-maven-plugin 1.3.13

I'm using the command:

mvn -f clojure-maven-nrepl.pom.xml clojure:nrepl

And I get the error:

[INFO] Scanning for projects...
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] Required goal not found: clojure:nrepl in
com.theoryinpractise:clojure-maven-plugin:1.3.13
[INFO]
------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 2 seconds
[INFO] Finished at: Mon Feb 25 13:32:42 GMT 2013
[INFO] Final Memory: 3M/15M
[INFO]
------------------------------------------------------------------------



Where clojure-maven-nrepl.pom.xml is the file:

<project>

<modelVersion>4.0.0</modelVersion>
<groupId>com.aspden</groupId>
<artifactId>clojure-maven-nrepl</artifactId>
<version>1.0-SNAPSHOT</version>
<name>clojure-maven-nreple</name>
<description>maven, clojure, emacs, nrepl: simplest useful maven
project</description>

<packaging>clojure</packaging>

<dependencies>
<dependency>
<groupId>org.clojure</groupId>
<artifactId>clojure</artifactId>
<version>1.4.0</version>
</dependency>
<dependency>
<groupId>org.clojure</groupId>
<artifactId>tools.nrepl</artifactId>
<version>0.2.1</version>
</dependency>
</dependencies>

<build>
<plugins>
<plugin>
<groupId>com.theoryinpractise</groupId>
<artifactId>clojure-maven-plugin</artifactId>
<version>1.3.13</version>
<extensions>true</extensions>
</plugin>
</plugins>
</build>

</project>

Mark Derricutt

unread,
Mar 3, 2013, 4:37:58 PM3/3/13
to clojure-ma...@googlegroups.com
Hi John,

The current release doesn't yet have the nrepl goal, I should be
releasing that this evening tho. For some reason I thought I'd already
made a release since pulling that feature request into the plugin.

Cheers
Mark
Reply all
Reply to author
Forward
0 new messages