Fix issue with nightly release (#3447)
This commit is contained in:
parent
ca97e4f930
commit
6ae218d9c9
1 changed files with 5 additions and 0 deletions
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue