Skip to content

POM example in docs didn't work #30

@jonblower

Description

@jonblower

Hi - thanks for this library! I tried to use the sample POM extract in https://jzarr.readthedocs.io/en/latest/ but it didn't work. I found I needed to use https:// for the repo URL, i.e. https://nexus.senbox.net/nexus/content/groups/public/.

Also I wasn't able to use 0.3.2-SNAPSHOT as there is no POM for this, so I changed it to 0.3.5. This snippet worked for me:

    <dependencies>
        <dependency>
            <groupId>com.bc.zarr</groupId>
            <artifactId>jzarr</artifactId>
            <version>0.3.5</version>
        </dependency>
    </dependencies>

    <repositories>
        <repository>
            <id>bc-nexus-repo</id>
            <name>Brockmann-Consult Public Maven Repository</name>
            <url>https://nexus.senbox.net/nexus/content/groups/public/</url>
        </repository>
    </repositories>

Metadata

Metadata

Labels

documentationImprovements or additions to documentation

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions