jbangdev / jbang

Unleash the power of Java - JBang Lets Students, Educators and Professional Developers create, edit and run self-contained source-only Java programs with unprecedented ease.
https://jbang.dev
MIT License
1.41k stars 157 forks source link

generate source and javadoc jar in mavenrepo #1848

Open maxandersen opened 6 days ago

maxandersen commented 6 days ago

so jreleaser will more likely "just work"

maxandersen commented 6 days ago

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>duke@xam.dk</email>
        </developer>
    </developers>
    <description>Awesome App</description>
    <scm>
    </scm>
    <url>https://xam.dk</url>

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