NIFI-270: remove reference to nonexistent check-license profile.

This commit is contained in:
Benson Margulies 2015-01-16 08:40:47 -05:00
parent ab2032e63c
commit 314241ba81
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@
<version>2.5.1</version>
<configuration>
<useReleaseProfile>true</useReleaseProfile>
<releaseProfiles>apache-release,check-licenses</releaseProfiles>
<releaseProfiles>apache-release</releaseProfiles>
<autoVersionSubmodules>true</autoVersionSubmodules>
<goals>deploy</goals>
<tagNameFormat>@{project.artifactId}-@{project.version}</tagNameFormat>