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

See also Sonatype Maven Repository Usage Guide

...