You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by mc...@apache.org on 2015/01/20 15:01:46 UTC

[10/42] incubator-nifi git commit: NIFI-270: remove reference to nonexistent check-license profile.

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


Project: http://git-wip-us.apache.org/repos/asf/incubator-nifi/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-nifi/commit/314241ba
Tree: http://git-wip-us.apache.org/repos/asf/incubator-nifi/tree/314241ba
Diff: http://git-wip-us.apache.org/repos/asf/incubator-nifi/diff/314241ba

Branch: refs/heads/NIFI-250
Commit: 314241ba81d5c0aec53d1df26b3d8d3e92544dba
Parents: ab2032e
Author: Benson Margulies <bi...@apache.org>
Authored: Fri Jan 16 08:40:47 2015 -0500
Committer: Benson Margulies <bi...@apache.org>
Committed: Fri Jan 16 08:40:47 2015 -0500

----------------------------------------------------------------------
 maven-plugins/nar-maven-plugin/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-nifi/blob/314241ba/maven-plugins/nar-maven-plugin/pom.xml
----------------------------------------------------------------------
diff --git a/maven-plugins/nar-maven-plugin/pom.xml b/maven-plugins/nar-maven-plugin/pom.xml
index 124850d..b176de6 100644
--- a/maven-plugins/nar-maven-plugin/pom.xml
+++ b/maven-plugins/nar-maven-plugin/pom.xml
@@ -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>