You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by zentol <gi...@git.apache.org> on 2018/05/23 08:04:47 UTC

[GitHub] flink pull request #5840: [FLINK-7850] [build system] Give each maven profil...

Github user zentol commented on a diff in the pull request:

    https://github.com/apache/flink/pull/5840#discussion_r190155472
  
    --- Diff: flink-libraries/flink-ml/pom.xml ---
    @@ -103,6 +103,9 @@
     		<profile>
     			<id>windows</id>
     			<activation>
    +				<property>
    +					<name>windows</name>
    --- End diff --
    
    This profile is never activated from the command-line and doesn't require the property.


---