mirror of
https://github.com/apache/nifi.git
synced 2025-03-02 15:39:12 +00:00
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:
parent
1b91a6caf3
commit
2de4962ff1
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user