NIFI-7592: Fixed typo in comment in pom.xml and changed headless profile to not active by default.

This closes #4376.
This commit is contained in:
Mark Payne 2020-07-31 14:11:40 -04:00
parent 1b91a6caf3
commit 2de4962ff1

View File

@ -945,9 +945,9 @@ language governing permissions and limitations under the License. -->
</profile>
<profile>
<id>headless</id>
<!-- This profile handles the inclusion of nifi-server artifacts, such as the Web/UI NAR(s). -->
<!-- This profile excludes the nifi-server artifacts, such as the Web/UI NAR(s) and instead uses the nifi-headless-server-nar. -->
<activation>
<activeByDefault>true</activeByDefault>
<activeByDefault>false</activeByDefault>
</activation>
<dependencies>
<dependency>