idilhaq / duke

Automatically exported from code.google.com/p/duke
0 stars 1 forks source link

Make Maven repository for Duke #21

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
There should be a Maven repository for Duke where people can get the .jar

Original issue reported on code.google.com by lar...@gmail.com on 10 Jun 2011 at 7:51

GoogleCodeExporter commented 9 years ago
 Yes, this would be very convenient.

Original comment by ale...@yoxel.com on 13 Jun 2011 at 6:40

GoogleCodeExporter commented 9 years ago
This is now in place. Use the following in your pom:

  <repositories>
    <repository>
      <id>Duke</id>
      <url>http://duke.googlecode.com/svn/maven-repository</url>
    </repository>
  </repositories>

Original comment by lar...@gmail.com on 1 Nov 2011 at 12:50

GoogleCodeExporter commented 9 years ago
The repo URL gives me a 404 - am I right that this is the correct one:

<repositories>
  <repository>
    <id>Duke</id>
    <url>http://duke.googlecode.com/hg/maven-repository</url>
  </repository>
</repositories>

Original comment by dominik....@gmail.com on 9 Nov 2011 at 1:27

GoogleCodeExporter commented 9 years ago
Yes, you are. Sorry.

Original comment by lar...@gmail.com on 9 Nov 2011 at 1:35