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>
|
<profile>
|
||||||
<id>docs</id>
|
<id>docs</id>
|
||||||
<activation>
|
<activation>
|
||||||
<activeByDefault>true</activeByDefault>
|
<jdk>1.7</jdk>
|
||||||
</activation>
|
</activation>
|
||||||
<build>
|
<build>
|
||||||
<resources>
|
<resources>
|
||||||
|
|
Loading…
Reference in New Issue