My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
MavenSettings  
Maven configuration.
Phase-Deploy
Updated Aug 10, 2010 by codeth...@gmail.com

Introduction

A single project repository is being hosted at http://logicalpractice-collections.googlecode.com/svn/repo/

In order to use the collections repository:

  <repositories>
    <repository>
      <id>logicalpractice-collections</id>
      <url> http://logicalpractice-collections.googlecode.com/svn/repo</url>
      <releases>
        <enabled>true</enabled>
      </releases>
      <snapshots>
        <enabled>true</enabled>
      </snapshots>
    </repository>
  </repositories>

The dependency block for logicalpractice-collections is:

<dependency>
  <groupId>com.logicalpractice</groupId>
  <artifactId>logicalpractice-collections</artifactId>
  <version>0.10</version>
</dependency>

Sign in to add a comment
Powered by Google Project Hosting