Skip to content

Commit

Permalink
Add correct release profile to bom
Browse files Browse the repository at this point in the history
Change-Id: Ia9092ba85f86c6e0821d56ae96683dbc76ad59b0
  • Loading branch information
pleku authored and Vaadin Code Review committed Oct 21, 2016
1 parent 203baea commit 28f239d
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions bom/pom.xml
Expand Up @@ -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>

0 comments on commit 28f239d

Please sign in to comment.