1. 29 12月, 2020 1 次提交
    • C
      [FLINK-20792][build] Allow shorthand calls to spotless · bf72938a
      Chesnay Schepler 提交于
      It was not possible to just run 'mvn spotless:check', but instead one needed to use the fully qualified name of the plugin, i.e., 'mvn com.diffplug.spotless:spotless-maven-plugin:check'.
      
      This is due to 'force-shading'; this module is declared as a child of the flink-parent pom (i.e., the root pom of the project), but is not actually declaring that very module as it's parent.
      This seems to throw of maven, which fails to retrieve the plugin information from the parent.
      
      Note that this is just a band-aid; a proper fix would declare flink-parent as the parent of force-shading, but this is the easier fix.
      bf72938a
  2. 26 11月, 2020 1 次提交
  3. 22 7月, 2020 1 次提交
  4. 18 5月, 2020 1 次提交
  5. 10 12月, 2019 1 次提交
  6. 12 7月, 2019 1 次提交
  7. 25 2月, 2019 1 次提交
  8. 03 11月, 2018 1 次提交
  9. 17 7月, 2018 1 次提交
  10. 29 5月, 2018 1 次提交
  11. 27 2月, 2018 1 次提交
  12. 29 11月, 2017 1 次提交
  13. 07 11月, 2017 1 次提交
  14. 08 5月, 2017 1 次提交
  15. 20 1月, 2017 1 次提交
  16. 15 1月, 2017 1 次提交
  17. 21 12月, 2016 1 次提交
  18. 03 8月, 2016 1 次提交
  19. 08 3月, 2016 1 次提交
    • M
      [FLINK-3383] move snapshot deployment from Travis CI to ASF Jenkins · c413b23b
      Maximilian Michels 提交于
      Deployment will be handled by ASF's Jenkins instances which trigger
      the deployment of snapshot versions every night. This way, we have not
      only separated deployment from CI testing, but also improved the
      reliability of the test and deployment infrastructure.
      
      - remove Travis dependency from Maven deploy script
      
      - set force-dependency version to Flink version
      
      This assures deployment works when only credentials for the snapshot
      deployment are available. Previously, we deployed snapshots with release
      credentials. These credentials would be over-privileged.
      
      - remove old credentials from Travis config file
      
      This closes #1619.
      c413b23b
  20. 04 3月, 2016 1 次提交
  21. 03 3月, 2016 1 次提交
  22. 29 2月, 2016 1 次提交
  23. 07 1月, 2016 1 次提交
  24. 23 10月, 2015 1 次提交
  25. 18 6月, 2015 1 次提交
  26. 19 1月, 2015 1 次提交
    • M
      [build tools] Release script update · d14f3834
      mbalassi 提交于
      Default hadoop version is now hadoop2
      Generate specific pom avoids version collisions with dependencies
      Updated poms for new release scripts
      
      Conflicts:
      	flink-addons/flink-avro/pom.xml
      	flink-addons/flink-hadoop-compatibility/pom.xml
      	flink-addons/flink-hbase/pom.xml
      	flink-addons/flink-jdbc/pom.xml
      	flink-addons/flink-spargel/pom.xml
      	flink-addons/flink-tachyon/pom.xml
      	flink-quickstart/flink-quickstart-java/pom.xml
      	flink-quickstart/flink-quickstart-scala/pom.xml
      d14f3834
  27. 20 12月, 2014 1 次提交
  28. 19 12月, 2014 2 次提交
  29. 17 12月, 2014 1 次提交
  30. 26 10月, 2014 1 次提交
  31. 23 8月, 2014 1 次提交
  32. 12 8月, 2014 1 次提交
  33. 16 7月, 2014 1 次提交
  34. 12 7月, 2014 1 次提交
  35. 11 7月, 2014 2 次提交
  36. 29 5月, 2014 1 次提交
  37. 20 5月, 2014 1 次提交