]> source.dussan.org Git - aspectj.git/commit
Fix selective Nexus deployment to Sonatype OSSRH
authorAlexander Kriegisch <Alexander@Kriegisch.name>
Sat, 15 May 2021 10:34:15 +0000 (17:34 +0700)
committerAlexander Kriegisch <Alexander@Kriegisch.name>
Sun, 16 May 2021 00:05:28 +0000 (07:05 +0700)
commitfcb563dee0a426645cc9c1935869ac8e79f2426c
tree3bbc6e1f7384cab7fb48e113315b5dafa796ba1e
parentf9bd419b71a6071d8ec5c903b1ea8e79a841b8b1
Fix selective Nexus deployment to Sonatype OSSRH

Other than Maven Deploy, Nexus Staging plugin cannot just be added to
the 'build/plugins' section of the parent POM once and (de-)activated
with a simple property like 'maven.deploy.skip' on a per-module basis.
See also https://issues.sonatype.org/browse/OSSRH-68966. Consequently,
we do not add it to the parent but separately to each module meant to be
published.

Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
asm-renamed/pom.xml
aspectjmatcher/pom.xml
aspectjrt/pom.xml
aspectjtools/pom.xml
aspectjweaver/pom.xml
pom.xml