diff --git a/flowvault/pom.xml b/flowvault/pom.xml index 2b276145..68b5d9ff 100644 --- a/flowvault/pom.xml +++ b/flowvault/pom.xml @@ -78,12 +78,17 @@ - + org.apache.maven.plugins maven-shade-plugin 3.6.0 @@ -95,8 +100,7 @@ shade - true - with-common + ${project.build.directory}/${project.build.finalName}-with-common.jar com.skyflow:common @@ -203,11 +207,17 @@ org.sonatype.central central-publishing-maven-plugin - 0.4.0 + + 0.11.0 true central - true org.apache.maven.plugins diff --git a/skyvault/pom.xml b/skyvault/pom.xml index 618c7e9d..ce14cc82 100644 --- a/skyvault/pom.xml +++ b/skyvault/pom.xml @@ -60,16 +60,18 @@ - + physically inside the two jars it's given. + Written with outputFile rather than shadedArtifactAttached: attaching it made + it a secondary artifact, and attached artifacts are deployed, so a jar + documented here as comparison-only was being published. outputFile keeps it + on disk without attaching. Path unchanged, so japicmp still resolves it. --> org.apache.maven.plugins maven-shade-plugin 3.6.0 @@ -81,8 +83,7 @@ shade - true - with-common + ${project.build.directory}/${project.build.finalName}-with-common.jar com.skyflow:common @@ -197,11 +198,11 @@ org.sonatype.central central-publishing-maven-plugin - 0.4.0 + + 0.11.0 true central - true