Repository: flink
Updated Branches:
  refs/heads/master b50ef4b8d -> c9ffa9d2b


[FLINK-6564] [build] Fix copying of license files.


Project: http://git-wip-us.apache.org/repos/asf/flink/repo
Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/c9ffa9d2
Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/c9ffa9d2
Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/c9ffa9d2

Branch: refs/heads/master
Commit: c9ffa9d2b2b901432d10a012d2c49fc594c7341c
Parents: b50ef4b
Author: Fabian Hueske <fhue...@apache.org>
Authored: Fri May 12 14:25:48 2017 +0200
Committer: Fabian Hueske <fhue...@apache.org>
Committed: Fri May 12 14:25:48 2017 +0200

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink/blob/c9ffa9d2/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 4cc3895..db19b9d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1132,7 +1132,7 @@ under the License.
                                                        
<goal>copy-resources</goal>
                                                </goals>
                                                <configuration>
-                                                       
<outputDirectory>${basedir}/target/classes/META-INF/license/</outputDirectory>
+                                                       
<outputDirectory>${basedir}/target/classes/META-INF/licenses/</outputDirectory>
                                                        <resources>
                                                                <resource>
                                                                        
<directory>${basedir}/packaged_licenses</directory>

Reply via email to