mirror of https://github.com/apache/nifi.git
NIFI-184 fixed profile activition to occur only on Java 1.7
This commit is contained in:
parent
b87b75329d
commit
1a6f83e7de
|
@ -28,7 +28,7 @@
|
|||
<profile>
|
||||
<id>docs</id>
|
||||
<activation>
|
||||
<activeByDefault>true</activeByDefault>
|
||||
<jdk>1.7</jdk>
|
||||
</activation>
|
||||
<build>
|
||||
<resources>
|
||||
|
|
Loading…
Reference in New Issue