Versions Compared

Key

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

...

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>properties>
	...
</settings>  

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

...