mirror of https://github.com/apache/nifi.git
NIFI-4661 no longer building and including the gprc elements by default. This closes #2318
This commit is contained in:
parent
9736cb9d33
commit
a0f568b69c
|
@ -544,11 +544,12 @@ language governing permissions and limitations under the License. -->
|
|||
</dependencies>
|
||||
<profiles>
|
||||
<profile>
|
||||
<id>includeifnotppc</id>
|
||||
<id>include-grpc</id>
|
||||
<!-- This profile handles the inclusion of grpc artifacts. They are notoriously
|
||||
environment specific in terms of build such as not working in os/arch=ppc64le
|
||||
or in Centos6 due to requiring a newer version of GLIBC. -->
|
||||
<activation>
|
||||
<os>
|
||||
<arch>!ppc64le</arch>
|
||||
</os>
|
||||
<activeByDefault>false</activeByDefault>
|
||||
</activation>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
|
|
|
@ -135,11 +135,12 @@
|
|||
</properties>
|
||||
</profile>
|
||||
<profile>
|
||||
<id>includeifnotppc</id>
|
||||
<id>include-grpc</id>
|
||||
<!-- This profile handles the inclusion of grpc artifacts. They are notoriously
|
||||
environment specific in terms of build such as not working in os/arch=ppc64le
|
||||
or in Centos6 due to requiring a newer version of GLIBC. -->
|
||||
<activation>
|
||||
<os>
|
||||
<arch>!ppc64le</arch>
|
||||
</os>
|
||||
<activeByDefault>false</activeByDefault>
|
||||
</activation>
|
||||
<modules>
|
||||
<module>nifi-grpc-bundle</module>
|
||||
|
|
Loading…
Reference in New Issue