jbang icon indicating copy to clipboard operation
jbang copied to clipboard

generate source and javadoc jar in mavenrepo

Open maxandersen opened this issue 1 year ago • 1 comments

so jreleaser will more likely "just work"

maxandersen avatar Oct 09 '24 14:10 maxandersen

also make sure these fields are stubbed out:

<licenses>
		<license>
			<name>Apache License, Version 2.0</name>
			<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
		</license>
	</licenses>
	<developers>
		<developer>
			<id>duke</id>
			<name>Duke</name>
			<email>[email protected]</email>
		</developer>
	</developers>
	<description>Awesome App</description>
	<scm>
	</scm>
	<url>https://xam.dk</url>

add //LICENSE <spdx> or --license on export

maxandersen avatar Oct 09 '24 15:10 maxandersen