Added:
updated badigeon sources up to 1.1
minor bug fixes with xml parsing
bug fix in badigeon file processing
Added:
flag :overwrite-version-file to overwrite file with artifact version during bump. It may be useful for push artifact version to ENV variable from :overwrite-version-file.
added distributionManagement support when generating pom
Added:
support to set artifact version via ARTIFACT_VERSION environment variable
Changed:
updated sources of badigeon up to 0.0.13
Added:
print javac verbose info when compiling java sources.
Fixed:
javac expected different key from pbuild.edn. Now :java-src-folder is used.
Changed:
default jlink options now has "--add-modules" "java.base,java.xml,java.desktop,java.management,java.logging,java.sql"
Fixed:
spec don’t work when :omit-source? is true. Now do not delete source files in clojure.core ns
Changed:
:omit-source-ns is removed cause :omit-source? option had no bug. BREAKING CHANGE between 0.1.7 only!
now delete not only .clj, but .cljc, .java files too when :omit-source? is true
Fixed:
:omit-source? option has serious bug: deletes all source files but should delete files only inside current project folder.
added :omit-source-ns as list of top level namespaces where src files should be deleted in uberjar mode when :omit-source? is true.
Changed:
now uberjar goal prints the name of uberjar file at the end of the process
Added:
:manifest added to pbuild.edn which allows to add or override default values in MANIFEST.MF
Changed:
now Created-By field in MANIFEST.MF has a value of pbuilder
Added:
:excluded-libs added to pbuild.edn for uberjar and standalone mode, that allows exclude libraries from final build.
:standalone-run-script allows to provide customized run script content when using standalone mode
Fixed:
in standalone mode, :omit-source? true is not work.
Fixed:
not all changes are pushed to remote origin
Changed:
now used git add .
instead of git add pbuild.edn
Added:
badigeon sources in project
tools.deps version 0.8.677
Fixed:
call main without parameters
pbuilder doesn’t work without badigeon dependency & tools.deps
initial release
Can you improve this documentation?Edit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close