]> source.dussan.org Git - aspectj.git/commit
Prepare main artifacts to be deployed via Maven, step 2 48/head
authorAlexander Kriegisch <Alexander@Kriegisch.name>
Sat, 8 May 2021 12:53:14 +0000 (19:53 +0700)
committerAlexander Kriegisch <Alexander@Kriegisch.name>
Sat, 8 May 2021 12:53:14 +0000 (19:53 +0700)
commit891aee0d8c96ae1ce550b25ddc303870fb7d5de3
tree7a685ccee31828999decea632d306057d30cbd6f
parentbdb89385dd387464ab02d7655ac8d5486d32c2fc
Prepare main artifacts to be deployed via Maven, step 2

This change affects the following modules:
  - aspectjmatcher
  - aspectjrt
  - aspectjtools
  - aspectjweaver
  - installer
  - asm-renamed

Set maven.deploy.skip=false in parent POM, i.e. Maven Deploy by default
will *not deploy anything. Only in the modules above, we change the
value to 'true' in order to deploy those artifacts.

This setting works for both snapshot repositories (GitHub Packages, soon
to be migrated to aspectj.dev in a separate PR) and release
repositories, i.e. in the future also for Maven Central.

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