Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Fix wording in "Create the SVN tags (using Maven Release plugin)"

...

After this step the necessary SVN tags should have been created. You probably

If you have problems running this command. Sometimes a , the following profile in the settings.xml may help, like this:

No Format
<profile>
  <id>apache-release</id>
  <properties>
     <gpg.passphrase></gpg.passphrase>
     <gpg.keyname>your_key</gpg.keyname>
  </properties>
</profile>

...