8000 amsa-code · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
@amsa-code

amsa-code

AMSA Code

The public repositories are published to Maven Central under the groupId au.gov.amsa To be able to deploy release, you need to follow the Maven procedure an register yourself to be able to do so (when asking just cc someone who already have the karma to do so).

Then you need to have a settings.xml with the following entry:

    <server>
      <id>ossrh-staging</id>
      <username></username>
      <password></password>
    </server>
    <server>
      <id>ossrh</id>
      <username></username>
      <password></password>
    </server>
    <server>
      <id>ossrh-snapshots</id>
      <username></username>
      <password></password>
    </server>

You need to upload your gpg key to a public gpg key server (see details here

A release is as simple as (quick one skipping test): mvn release:prepare release:perform -DskipTests -Dmaven.release.plugin.arguments="-DskipTests -Dspotbugs.skip=true" -DlocalCheckout=true -B

Then you log in to https://oss.sonatype.org/ and look at the staging repositories to close and release it.

Popular repositories Loading

  1. risky risky Public archive

    Tools for analyzing timestamped position data particularly vessel position reports from AIS.

    Java 15 9

  2. s-124-service s-124-service Public

    Requirements for a Navigational Warnings S-124 service

    4 1

  3. sgb-decoder sgb-decoder Public

    Java library that decodes Second Generation Beacon detection messages and Beacon 23 Hex Ids to Java objects/JSON

    Java 4 2

  4. fgb-decoder fgb-decoder Public

    Java library for decode of First Generation Beacon (FGB) Hex ID and detection messages (to objects/JSON)

    Java 4 4

  5. auth10-java auth10-java Public

    Forked from davidmoten/auth10-java

    WSFederation and SAML library for Java based web applications

    Java 2

  6. ais-ship-data-2014 ais-ship-data-2014 Public

    Static ship data from AIS reports as detected in the Australian region of interest in 2014

    2

Repositories

Showing 10 of 20 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…

0