]> source.dussan.org Git - vaadin-framework.git/commitdiff
Add correct release profile to bom
authorPekka Hyvönen <pekka@vaadin.com>
Fri, 21 Oct 2016 10:51:09 +0000 (13:51 +0300)
committerVaadin Code Review <review@vaadin.com>
Fri, 21 Oct 2016 10:52:57 +0000 (10:52 +0000)
Change-Id: Ia9092ba85f86c6e0821d56ae96683dbc76ad59b0

bom/pom.xml

index 3110372fddf7397f861d74cab84740685d2c1cd6..a1c5940efda531208382387b56208e846844eee1 100644 (file)
             </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>