Fix issue with nightly release (#3447)

This commit is contained in:
Stian Thorgersen 2022-09-30 08:44:37 +02:00 committed by GitHub
parent ca97e4f930
commit 6ae218d9c9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -142,6 +142,11 @@
</profile> </profile>
<profile> <profile>
<id>nexus</id> <id>nexus</id>
<activation>
<property>
<name>!skipNexus</name>
</property>
</activation>
<build> <build>
<plugins> <plugins>
<plugin> <plugin>