Skip to content

Commit

Permalink
pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
fred-o committed Sep 23, 2009
1 parent 5d0746e commit 0d01185
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions pom.xml
Expand Up @@ -6,7 +6,14 @@
<packaging>maven-plugin</packaging>
<version>1.0.0-0-SNAPSHOT</version>
<name>clojureshell-maven-plugin Maven Mojo</name>
<description>
Maven plugin that runs a clojure REPL or starts a swank server
in the context of the current maven project.
</description>
<url>http://maven.apache.org</url>
<scm>
<url>http://github.com/fred-o/clojureshell-maven-plugin</url>
</scm>
<developers>
<developer>
<id>fredrik.appelberg</id>
Expand All @@ -18,9 +25,14 @@
<distributionManagement>
<repository>
<uniqueVersion>false</uniqueVersion>
<id>mulli.nu</id>
<url>scp://mulli.nu:/var/www/maven</url>
<id>mulli.nu-releases</id>
<url>scp://mulli.nu:/var/www/maven-releases</url>
</repository>
<snapshotRepository>
<uniqueVersion>true</uniqueVersion>
<id>mulli.nu-snapshots</id>
<url>scp://mulli.nu:/var/www/maven</url>
</snapshotRepository>
</distributionManagement>
<build>
<resources>
Expand Down

0 comments on commit 0d01185

Please sign in to comment.