You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commons-dev@ws.apache.org by Benson Margulies <bi...@gmail.com> on 2010/04/26 14:51:57 UTC

Release profile for xmlschema releases

  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>bimargulies@apache.org</gpg.keyname>
      </properties>
    </profile>