aboutsummaryrefslogtreecommitdiffstats
path: root/bom/pom.xml
diff options
context:
space:
mode:
authorPekka Hyvönen <pekka@vaadin.com>2016-10-21 13:51:09 +0300
committerVaadin Code Review <review@vaadin.com>2016-10-21 10:52:57 +0000
commit28f239d6749001f35ba697d69c136a543b6a50c4 (patch)
treebcc49495d744951e74fd25a452d7f294eaaf4cc7 /bom/pom.xml
parent203baea2fbc3dead5831ffba7f32cf66094f8ae8 (diff)
downloadvaadin-framework-28f239d6749001f35ba697d69c136a543b6a50c4.tar.gz
vaadin-framework-28f239d6749001f35ba697d69c136a543b6a50c4.zip
Add correct release profile to bom
Change-Id: Ia9092ba85f86c6e0821d56ae96683dbc76ad59b0
Diffstat (limited to 'bom/pom.xml')
-rw-r--r--bom/pom.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/bom/pom.xml b/bom/pom.xml
index 3110372fdd..a1c5940efd 100644
--- a/bom/pom.xml
+++ b/bom/pom.xml
@@ -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>