Anyone wanting to release XMLSchema will need something like the following
in their .m2/settings.xml

  <profile>
      <id>xmlschema_release</id>
      <properties>
        <deploy.altRepository>ws_commons.releases::default::
https://repository.apache.org/service/local/staging/deploy/ws-commons/
</deploy.altRepository>
        <gpg.passphrase>YOURS</gpg.passphrase>
        <gpg.keyname>bimargul...@apache.org</gpg.keyname>
      </properties>
    </profile>

Reply via email to