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>
|
||||
<profiles>
|
||||
<profile>
|
||||
<id>supportpowerpc</id>
|
||||
<id>includeifnotppc</id>
|
||||
<activation>
|
||||
<os>
|
||||
<family>unix</family>
|
||||
<arch>ppc</arch>
|
||||
<arch>!ppc64le</arch>
|
||||
</os>
|
||||
</activation>
|
||||
<dependencies>
|
||||
|
|
|
@ -135,11 +135,10 @@
|
|||
</properties>
|
||||
</profile>
|
||||
<profile>
|
||||
<id>supportpowerpc</id>
|
||||
<id>includeifnotppc</id>
|
||||
<activation>
|
||||
<os>
|
||||
<family>unix</family>
|
||||
<arch>ppc</arch>
|
||||
<arch>!ppc64le</arch>
|
||||
</os>
|
||||
</activation>
|
||||
<modules>
|
||||
|
|
Loading…
Reference in New Issue