Hey Travis,

Have you tried this? It looks like you may have...what results did you get?

Adam


On Thu, Sep 26, 2013 at 7:56 AM, Travis L Pinney <[email protected]>wrote:

> Do we have documentation on including apache-sis in other projects?
>
> Example: Include this in pom.xml:
>
> ...
>     <dependency>
>       <groupId>org.apache.sis.storage</groupId>
>       <artifactId>sis-storage</artifactId>
>       <version>0.3</version>
>     </dependency>
> ...
>
> Ex: Including snapshots:
>
> ....
>     <dependency>
>       <groupId>org.apache.sis.storage</groupId>
>       <artifactId>sis-shapefile</artifactId>
>       <version>0.4-SNAPSHOT</version>
>     </dependency>
>    </dependencies>
>
>    <repositories>
>      <repository>
>        <id>apache.snapshots</id>
>        <name>Apache Snapshot Repository</name>
>        <url>http://repository.apache.org/snapshots</url>
>        <releases>
>          <enabled>false</enabled>
>        </releases>
>      </repository>
>    </repositories>
> ...
>
>
> Thanks,
> Travis
>

Reply via email to