mirror of https://github.com/apache/nifi.git
NIFI-4645 now being very specific to include if not ppc. This closes #2309
This commit is contained in:
parent
103a345e85
commit
9fdab10c7c
|
@ -534,11 +534,10 @@ language governing permissions and limitations under the License. -->
|
||||||
</dependencies>
|
</dependencies>
|
||||||
<profiles>
|
<profiles>
|
||||||
<profile>
|
<profile>
|
||||||
<id>supportpowerpc</id>
|
<id>includeifnotppc</id>
|
||||||
<activation>
|
<activation>
|
||||||
<os>
|
<os>
|
||||||
<family>unix</family>
|
<arch>!ppc64le</arch>
|
||||||
<arch>ppc</arch>
|
|
||||||
</os>
|
</os>
|
||||||
</activation>
|
</activation>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
|
|
@ -135,11 +135,10 @@
|
||||||
</properties>
|
</properties>
|
||||||
</profile>
|
</profile>
|
||||||
<profile>
|
<profile>
|
||||||
<id>supportpowerpc</id>
|
<id>includeifnotppc</id>
|
||||||
<activation>
|
<activation>
|
||||||
<os>
|
<os>
|
||||||
<family>unix</family>
|
<arch>!ppc64le</arch>
|
||||||
<arch>ppc</arch>
|
|
||||||
</os>
|
</os>
|
||||||
</activation>
|
</activation>
|
||||||
<modules>
|
<modules>
|
||||||
|
|
Loading…
Reference in New Issue