File: README.dev

package info (click to toggle)
testng 6.8.8-4
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 9,364 kB
  • ctags: 10,275
  • sloc: java: 52,394; xml: 2,984; php: 35; sh: 21; makefile: 5
file content (24 lines) | stat: -rw-r--r-- 621 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
New installation:

Install GPG at http://www.gpgtools.org/gpgmail/index.html
Generate new key with gpg --gen-key
build-with-maven
gpg --list-keys
Send the public key:
  gpg --keyserver hkp://pool.sks-keyservers.net --send-keys <public_key>
  or wwwkeys.at.pgp.net


  instructions at https://docs.sonatype.org/display/Repository/How+To+Generate+PGP+Signatures+With+Maven


Configure ~/.m2/settings.xml with Nexus user/password:
  <settings>
    <servers>
      <server>
        <id>sonatype-nexus-staging</id>
        <username>xxx</username>
        <password>xxx</password>
      </server>
    </servers>
  </settings>