ome / ome-ngff-java

Metadata stubs of the NGFF specification in Java
2 stars 1 forks source link

Init pom #3

Open tischi opened 2 years ago

tischi commented 2 years ago

@joshmoore I am working on initializing the project.

What should I write in the pom at those places?

    <parent>
        <groupId>org.scijava</groupId>
        <artifactId>pom-scijava</artifactId>
        <version>31.1.0</version>
    </parent>

    <groupId>org.embl.mobie</groupId>
    <artifactId>mobie-io</artifactId>
    <version>1.2.13-SNAPSHOT</version>
tischi commented 2 years ago

I did now:

    <groupId>ome</groupId>
    <artifactId>ome-ngff-java</artifactId>
    <version>0.0.0-SNAPSHOT</version>