Skip to content

Commit

Permalink
sonatype-publish-artifacts.sh: display the generated POM on console
Browse files Browse the repository at this point in the history
  • Loading branch information
pavly-gerges authored Sep 18, 2023
1 parent 351b775 commit db5ed1f
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,8 @@ javadoc_jar="${build_dir}/${desktop_artifactId_release}-${version}-javadoc.jar"

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

# display the generated POM file for visual diagnositics
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 db5ed1f

Please sign in to comment.