Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Cassandra Wiki" for 
change notification.

The "HowToPublishToMavenCentral" page has been changed by StephenConnolly.
http://wiki.apache.org/cassandra/HowToPublishToMavenCentral?action=diff&rev1=8&rev2=9

--------------------------------------------------

    {{{
  <settings>
    <servers>
+     <!-- once you have got things working you can encrypt the passwords for 
the servers -->
      <server>
        <id>apache.snapshots.https</id>
        <username><!-- your apache ldap username --></username>
@@ -33, +34 @@

        <id>apache-release</id>
        <properties>
          <gpg.keyname><!-- enough of the key id to id it --></gpg.keyname>
+ 
+         <!-- pick one of the following -->
+ 
          <!-- either you feel comfortable with the passphrase on disk -->
          <gpg.passphrase><!-- your passphrase for your gpg key goes 
here--></gpg.passphrase>
+ 
          <!-- or you use an agent-->
          <gpg.useagent>true</gpg.useagent>
+ 
        </properties>
      </profile>
    </profiles>

Reply via email to