Skip to content

Commit

Permalink
[FLINK-6564] [build] Fix copying of license files.
Browse files Browse the repository at this point in the history
  • Loading branch information
fhueske committed May 12, 2017
1 parent b50ef4b commit c9ffa9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit c9ffa9d

Please sign in to comment.