Browse Source

Add correct release profile to bom

Change-Id: Ia9092ba85f86c6e0821d56ae96683dbc76ad59b0
tags/8.0.0.alpha5
Pekka Hyvönen 7 years ago
parent
commit
28f239d674
1 changed files with 16 additions and 0 deletions
  1. 16
    0
      bom/pom.xml

+ 16
- 0
bom/pom.xml View File

@@ -82,4 +82,20 @@
</dependency>
</dependencies>
</dependencyManagement>
<profile>
<id>release</id>
<activation>
<activeByDefault>false</activeByDefault>
</activation>
<build>
<plugins>
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.7</version>
<extensions>true</extensions>
</plugin>
</plugins>
</build>
</profile>
</project>

Loading…
Cancel
Save