diff --git a/helper-scripts/project-impl/publishing/sonatype-publish-artifacts.sh b/helper-scripts/project-impl/publishing/sonatype-publish-artifacts.sh index 046048b..3b15c31 100755 --- a/helper-scripts/project-impl/publishing/sonatype-publish-artifacts.sh +++ b/helper-scripts/project-impl/publishing/sonatype-publish-artifacts.sh @@ -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}" \ No newline at end of file +publishBuild "${desktop_artifactId_release}" "${desktop_artifact}" "${version}" "${javadoc_jar}" "${sources_jar}" "${desktop_pomFile}"