mirror of https://github.com/apache/nifi.git
Revert "NIFI-7592: Fixed typo in comment in pom.xml and changed headless profile to not active by default."
This reverts commit 2de4962ff1
.
This commit is contained in:
parent
27e7d0b02a
commit
b8a1a4c578
|
@ -959,9 +959,9 @@ language governing permissions and limitations under the License. -->
|
|||
</profile>
|
||||
<profile>
|
||||
<id>headless</id>
|
||||
<!-- This profile excludes the nifi-server artifacts, such as the Web/UI NAR(s) and instead uses the nifi-headless-server-nar. -->
|
||||
<!-- This profile handles the inclusion of nifi-server artifacts, such as the Web/UI NAR(s). -->
|
||||
<activation>
|
||||
<activeByDefault>false</activeByDefault>
|
||||
<activeByDefault>true</activeByDefault>
|
||||
</activation>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
|
|
Loading…
Reference in New Issue