Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The information about public key and scm username are also required and will need to add to chosen profile a path to the public key and scm.username file, e.g.:

Code Block
titlesettings.xml
<settings>
	...
	<profile>
		<id>slice-author</id>
		<activation>
			<activeByDefault>false</activeByDefault>
		</activation>
   	<properties>
    	<privateKey>C:\Users\kamil.ciecierski\.ssh\id_dsa.pub</privateKey>
    	<scm.username>git</scm.username>
  	</servers>
	...
</settings>    

If you don't generated and propagated public key yet, see Generating a PGP Signatures.

...