Skip to content
Michael Binz edited this page Jan 30, 2021 · 16 revisions
  • Cli Application
  • XML Support
  • Resource management and localization.
  • Misc

Configuration for uploads. The 313-PATs need to be real PATs with upload permission from GitHub.

<settings>

	...

	<repositories>
		<repository>
			<id>github</id>
			<configuration>
				<httpHeaders>
					<property>
						<name>Authorization</name>
						<value>Bearer 313...PAT</value>
					</property>
				</httpHeaders>
			</configuration>
		</repository>
	</repositories>
	  
	<servers>
		<server>
			<id>github</id>
			<username>michab66</username>
			<password>313...PAT</password>
		</server>
	</servers>
</settings>

Clone this wiki locally