Skip to content

Commit

Permalink
[FLINK-1783] [quickstarts] Quickstarts create no dependency-reduced POM.
Browse files Browse the repository at this point in the history
  • Loading branch information
StephanEwen committed Mar 27, 2015
1 parent b6319ea commit d11e091
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@ under the License.
<mainClass>${package}.Job</mainClass>
</transformer>
</transformers>
<createDependencyReducedPom>false</createDependencyReducedPom>
</configuration>
</execution>
</executions>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@ under the License.
<mainClass>${package}.Job</mainClass>
</transformer>
</transformers>
<createDependencyReducedPom>false</createDependencyReducedPom>
</configuration>
</execution>
</executions>
Expand Down

0 comments on commit d11e091

Please sign in to comment.