Skip to content

Commit

Permalink
sonatype-publish-artifacts.sh: added a concatenate command to check t…
Browse files Browse the repository at this point in the history
…he generated pomfile
  • Loading branch information
pavly-gerges committed Aug 26, 2023
1 parent 2fbd525 commit 61e921c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ sources_jar="${build_dir}/${desktop_artifactId_release}-${version}-sources.jar"
javadoc_jar="${build_dir}/${desktop_artifactId_release}-${version}-javadoc.jar"

generateGenericPom ${groupId} ${desktop_artifactId_release} ${version} "${desktop_pomFile}"
cat "${desktop_pomFile}"

# publish 'android' and 'desktop' builds to maven sonatype
publishBuild "${desktop_artifactId_release}" "${desktop_artifact}" "${version}" "${javadoc_jar}" "${sources_jar}" "${desktop_pomFile}"
publishBuild "${desktop_artifactId_release}" "${desktop_artifact}" "${version}" "${javadoc_jar}" "${sources_jar}" "${desktop_pomFile}"

0 comments on commit 61e921c

Please sign in to comment.