Skip to content

Commit

Permalink
Add conjars repo; now "mvn clean install" should work even if you hav…
Browse files Browse the repository at this point in the history
…e not previously installed linq4j.
  • Loading branch information
julianhyde committed Feb 28, 2013
1 parent 470d6ee commit e49f96c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions pom.xml
Expand Up @@ -163,6 +163,17 @@
<url>http://repo.pentaho.org/artifactory/repo</url>
<layout>default</layout>
</repository>
<repository>
<releases>
<enabled>true</enabled>
<updatePolicy>always</updatePolicy>
<checksumPolicy>warn</checksumPolicy>
</releases>
<id>conjars</id>
<name>Conjars</name>
<url>http://conjars.org/repo</url>
<layout>default</layout>
</repository>
</repositories>

<build>
Expand Down

0 comments on commit e49f96c

Please sign in to comment.