adoroszlai opened a new pull request, #96: URL: https://github.com/apache/oozie/pull/96
## What changes were proposed in this pull request? The Apache snapshot repository should be enabled only for snapshots. > `enabled`: `true` or `false` for whether this repository is enabled for the respective type (`releases` or `snapshots`). By default this is `true`. ([source](https://maven.apache.org/pom.html#Repositories)) https://issues.apache.org/jira/browse/OOZIE-3726 ## How was this patch tested? Local build: ``` $ mvn -DskipTests clean package ... [INFO] Reactor Summary for Apache Oozie Main 5.3.0-SNAPSHOT: [INFO] [INFO] Apache Oozie Main .................................. SUCCESS [ 43.817 s] [INFO] Apache Oozie Fluent Job ............................ SUCCESS [ 0.036 s] [INFO] Apache Oozie Fluent Job API ........................ SUCCESS [01:01 min] [INFO] Apache Oozie Client ................................ SUCCESS [ 7.688 s] [INFO] Apache Oozie Share Lib Oozie ....................... SUCCESS [ 21.899 s] [INFO] Apache Oozie Share Lib HCatalog .................... SUCCESS [ 9.876 s] [INFO] Apache Oozie Share Lib Distcp ...................... SUCCESS [ 2.854 s] [INFO] Apache Oozie Core .................................. SUCCESS [01:18 min] [INFO] Apache Oozie Share Lib Streaming ................... SUCCESS [ 3.488 s] [INFO] Apache Oozie Share Lib Pig ......................... SUCCESS [01:07 min] [INFO] Apache Oozie Share Lib Git ......................... SUCCESS [ 6.722 s] [INFO] Apache Oozie Share Lib Hive ........................ SUCCESS [ 4.816 s] [INFO] Apache Oozie Share Lib Hive 2 ...................... SUCCESS [ 3.374 s] [INFO] Apache Oozie Share Lib Sqoop ....................... SUCCESS [ 4.893 s] [INFO] Apache Oozie Examples .............................. SUCCESS [ 35.793 s] [INFO] Apache Oozie Share Lib Spark ....................... SUCCESS [ 49.675 s] [INFO] Apache Oozie Share Lib ............................. SUCCESS [ 0.019 s] [INFO] Apache Oozie Docs .................................. SUCCESS [ 3.466 s] [INFO] Apache Oozie WebApp ................................ SUCCESS [ 3.235 s] [INFO] Apache Oozie Tools ................................. SUCCESS [ 4.721 s] [INFO] Apache Oozie MiniOozie ............................. SUCCESS [ 1.009 s] [INFO] Apache Oozie Fluent Job Client ..................... SUCCESS [ 0.390 s] [INFO] Apache Oozie Server ................................ SUCCESS [ 7.982 s] [INFO] Apache Oozie Distro ................................ SUCCESS [ 0.619 s] [INFO] Apache Oozie ZooKeeper Security Tests .............. SUCCESS [ 14.374 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 07:20 min ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@oozie.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org