Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Apache Maven: Beginner to Guru, а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:01:42
    Welcome to Apache Maven - Beginner to Guru course
  2. Урок 2. 00:02:57
    Meet your Instructor
  3. Урок 3. 00:08:46
    Getting the Most Out of this Course
  4. Урок 4. 00:08:02
    Why Use Apache Maven?
  5. Урок 5. 00:04:01
    Is your IDE Free Like a Puppy?
  6. Урок 6. 00:12:21
    GitHub Workflow
  7. Урок 7. 00:00:45
    Introduction
  8. Урок 8. 00:05:09
    System Requirements
  9. Урок 9. 00:03:40
    Environment Verification
  10. Урок 10. 00:00:53
    Conclusion
  11. Урок 11. 00:01:51
    Introduction
  12. Урок 12. 00:07:03
    Review of Java Compile and Packaging
  13. Урок 13. 00:04:45
    Hello World Java Command Line
  14. Урок 14. 00:03:57
    Creating Java jar files from Command Line
  15. Урок 15. 00:05:26
    Using 3rd Party Jars with Command Line Java
  16. Урок 16. 00:00:38
    Conclusion
  17. Урок 17. 00:01:04
    Introduction
  18. Урок 18. 00:08:07
    Compiling and Packaging with Maven
  19. Урок 19. 00:05:10
    Including Dependencies with Maven
  20. Урок 20. 00:06:47
    Creating a new Maven Project with IntelliJ
  21. Урок 21. 00:01:35
    Assignment - Add StringUtils Dep to Project
  22. Урок 22. 00:04:09
    Assignment Review - Add StringUtils Dep to Project
  23. Урок 23. 00:00:38
    Conclusion
  24. Урок 24. 00:01:19
    Introduction
  25. Урок 25. 00:05:54
    Maven Coordinates
  26. Урок 26. 00:10:27
    Maven Repositories
  27. Урок 27. 00:03:13
    Maven Wagon
  28. Урок 28. 00:04:56
    Maven Project Object Model
  29. Урок 29. 00:08:56
    Maven Dependencies
  30. Урок 30. 00:04:30
    Maven Standard Directory Layout
  31. Урок 31. 00:09:43
    Maven Build Lifecycles
  32. Урок 32. 00:07:09
    Maven Wrapper
  33. Урок 33. 00:08:06
    Maven Archetypes
  34. Урок 34. 00:00:54
    Conclusion
  35. Урок 35. 00:01:02
    Introduction
  36. Урок 36. 00:09:26
    Overview Maven Lifecycle Plugins
  37. Урок 37. 00:06:33
    Maven Clean Plugin
  38. Урок 38. 00:03:26
    Maven Compiler Plugin
  39. Урок 39. 00:03:52
    Maven Resources Plugin
  40. Урок 40. 00:04:26
    Maven Surefire Plugin
  41. Урок 41. 00:09:24
    Maven Jar Plugin
  42. Урок 42. 00:03:50
    Maven Deploy Plugin
  43. Урок 43. 00:05:52
    Maven Site Plugin
  44. Урок 44. 00:05:04
    Maven and Source Control
  45. Урок 45. 00:06:53
    Other Maven Plugins
  46. Урок 46. 00:06:43
    Common Maven Commands and CheatSheet
  47. Урок 47. 00:01:04
    Conclusion
  48. Урок 48. 00:00:48
    Introduction
  49. Урок 49. 00:12:39
    XSD to Java with Maven
  50. Урок 50. 00:01:04
    Assignment - Clean JAXB Project Automatically
  51. Урок 51. 00:02:32
    Assignment Review - Clean JAXB Project Automatically
  52. Урок 52. 00:12:13
    Using Maven to Generate Java Classes from JSON Schema
  53. Урок 53. 00:02:56
    Challenge - Create Project Lombok Project with Maven
  54. Урок 54. 00:07:43
    Generating Java Classes with Project Lombok and Maven
  55. Урок 55. 00:02:44
    Challenge - Create MapStruct Project with Maven
  56. Урок 56. 00:11:55
    Generating Java Classes with MapStruct and Maven
  57. Урок 57. 00:01:56
    Conclusion
  58. Урок 58. 00:02:22
    Introduction
  59. Урок 59. 00:05:09
    Overview of Alternate JVM Languages with Maven
  60. Урок 60. 00:08:50
    Compile Groovy with Maven
  61. Урок 61. 00:08:08
    Compile Kotlin with Maven
  62. Урок 62. 00:02:42
    Compile Scala with Maven
  63. Урок 63. 00:01:01
    Conclusion
  64. Урок 64. 00:02:44
    Introduction
  65. Урок 65. 00:02:57
    Overview of Testing with Maven
  66. Урок 66. 00:05:18
    Using Maven Surefire for POJO Unit Tests
  67. Урок 67. 00:03:02
    Using Maven Surefire for JUnit 4 Unit Tests
  68. Урок 68. 00:05:56
    Using Maven Surefire for JUnit 5 Unit Tests
  69. Урок 69. 00:05:41
    Using Maven Surefire for JUnit 4 and JUnit 5 Tests
  70. Урок 70. 00:01:33
    Assignment: Add Groovy and JUnit 4 Support to Maven Project
  71. Урок 71. 00:04:20
    Assignment Review
  72. Урок 72. 00:10:43
    Using Maven Surefire for Spock Tests
  73. Урок 73. 00:01:01
    Challenge: Use JUnit 5 with Spock
  74. Урок 74. 00:05:49
    Using Spock with JUnit 5
  75. Урок 75. 00:03:44
    Using Maven Surefire for TestNG Unit Tests
  76. Урок 76. 00:04:45
    Generating Test Reports with Maven
  77. Урок 77. 00:06:35
    Running Integration Tests with Maven Failsafe
  78. Урок 78. 00:07:43
    Code Coverage with Jacoco
  79. Урок 79. 00:03:52
    Maven Spot Bugs Report
  80. Урок 80. 00:04:14
    Setting Maven Version in IntelliJ
  81. Урок 81. 00:03:26
    Assignment - Fix Broken Maven Project
  82. Урок 82. 00:13:36
    Assignment Review
  83. Урок 83. 00:04:51
    Skipping Unit and Integration Tests in Maven
  84. Урок 84. 00:01:16
    Conclusion
  85. Урок 85. 00:01:33
    Introduction
  86. Урок 86. 00:07:33
    Overview of Multi Module Projects
  87. Урок 87. 00:03:23
    Creating Parent Project
  88. Урок 88. 00:10:35
    Create Project Module for Entities
  89. Урок 89. 00:04:59
    Using IntelliJ to Create New Maven Module
  90. Урок 90. 00:02:07
    Assignment Add Module for API Model Using XML
  91. Урок 91. 00:08:38
    Assignment Review Adding Project Module for API Model
  92. Урок 92. 00:09:35
    Maven Dependencies Between Modules
  93. Урок 93. 00:01:25
    Assignment Add Module for MapStruct Converters
  94. Урок 94. 00:10:26
    Assignment Review - Add MapStruct Module
  95. Урок 95. 00:05:41
    Setting Version via Maven Property
  96. Урок 96. 00:06:47
    Maven Flatten Plugin
  97. Урок 97. 00:06:05
    Maven Enforcer Plugin
  98. Урок 98. 00:01:25
    Assignment - Repair Multi-Module Maven Project
  99. Урок 99. 00:06:59
    Assignment Review - Repair Multi-Module Maven Project
  100. Урок 100. 00:04:40
    Overview of Maven Bill of Materials (BOM)
  101. Урок 101. 00:05:39
    Example of Maven BOM
  102. Урок 102. 00:01:39
    Conclusion
  103. Урок 103. 00:01:20
    Introduction
  104. Урок 104. 00:08:29
    Spring Boot Parent POM and BOM
  105. Урок 105. 00:05:31
    Creating Project with Spring Initializr
  106. Урок 106. 00:06:24
    Spring Boot Starter Dependencies
  107. Урок 107. 00:09:27
    Spring Boot Fat JAR
  108. Урок 108. 00:05:16
    Running Spring Boot from Maven
  109. Урок 109. 00:04:11
    Spring Boot Integration Tests with Maven Failsafe
  110. Урок 110. 00:06:06
    Generate Build Information with Maven
  111. Урок 111. 00:06:07
    Add Git Information to Maven Build
  112. Урок 112. 00:15:58
    Multi-Module Spring Boot Projects
  113. Урок 113. 00:01:33
    Assignment - Create Spring Boot Multi-Module Project
  114. Урок 114. 00:19:54
    Assignment Review - Create Spring Boot Multi-Module Project
  115. Урок 115. 00:01:33
    Conclusion
  116. Урок 116. 00:01:30
    Introduction to Maven Repositories
  117. Урок 117. 00:05:12
    Configuration of Maven Repositories
  118. Урок 118. 00:04:20
    Configure Mirror Repository in settings.xml
  119. Урок 119. 00:04:54
    Common Public Maven Repositories
  120. Урок 120. 00:04:21
    Using JBoss Repository
  121. Урок 121. 00:08:22
    Introduction to Maven Settings
  122. Урок 122. 00:02:34
    Assignment - Add JBoss Repository to Settings XML
  123. Урок 123. 00:05:37
    Assignment Review - Add JBoss Repository to Settings XML
  124. Урок 124. 00:08:30
    Using Spring Repositories
  125. Урок 125. 00:06:51
    Manually Installing Dependencies
  126. Урок 126. 00:04:15
    Overview Using Oracle Maven Repository
  127. Урок 127. 00:04:21
    Configure Maven Master Password
  128. Урок 128. 00:07:54
    Configuring Maven for Oracle Maven Repository
  129. Урок 129. 00:01:03
    Conclusion
  130. Урок 130. 00:01:39
    Introduction
  131. Урок 131. 00:02:46
    Packagecloud Account Creation
  132. Урок 132. 00:01:47
    Create Packagecloud Repository
  133. Урок 133. 00:08:59
    Packagecloud Maven Configuration
  134. Урок 134. 00:01:14
    Assignment - Deploy Release to Packagecloud
  135. Урок 135. 00:04:05
    Assignment Review
  136. Урок 136. 00:00:46
    Conclusion
  137. Урок 137. 00:01:51
    Introduction
  138. Урок 138. 00:08:01
    Nexus Repository Manager Overview
  139. Урок 139. 00:08:30
    Introduction to Nexus
  140. Урок 140. 00:06:10
    Create Snapshot Repository
  141. Урок 141. 00:00:54
    Assignment - Create Release Repository
  142. Урок 142. 00:05:49
    Assignment Review
  143. Урок 143. 00:09:06
    Nexus Repository Groups
  144. Урок 144. 00:01:51
    Conclusion
  145. Урок 145. 00:00:57
    Introduction
  146. Урок 146. 00:08:10
    Overview of Maven Build Profiles
  147. Урок 147. 00:05:10
    Creating Packagecloud Build Profile
  148. Урок 148. 00:01:21
    Assignment - Create Nexus Build Profile
  149. Урок 149. 00:08:16
    Assignment Review
  150. Урок 150. 00:07:16
    Maven Profile Command Line Usage
  151. Урок 151. 00:06:51
    Setting Properties in Profiles
  152. Урок 152. 00:01:27
    Conclusion
  153. Урок 153. 00:01:53
    Introduction
  154. Урок 154. 00:07:43
    Maven Release Process Overview
  155. Урок 155. 00:05:14
    Maven SCM Configuration
  156. Урок 156. 00:05:53
    Maven Release Plugin Configuration
  157. Урок 157. 00:04:04
    Maven Release Prepare and Perform
  158. Урок 158. 00:04:02
    Maven Release Rollback
  159. Урок 159. 00:03:41
    Maven Release Example Error
  160. Урок 160. 00:03:00
    Maven Release Dry Run
  161. Урок 161. 00:07:21
    CircleCI Configuration
  162. Урок 162. 00:05:37
    CircleCI Deploy to Packagecloud
  163. Урок 163. 00:12:06
    CircleCI Release to Packagecloud
  164. Урок 164. 00:01:00
    Conclusion
  165. Урок 165. 00:01:06
    Introduction
  166. Урок 166. 00:06:33
    Overview of Projects
  167. Урок 167. 00:08:13
    Review Spring Cloud Contract
  168. Урок 168. 00:04:17
    Review Spring Cloud Contract for OpenAPI
  169. Урок 169. 00:02:49
    Spring Cloud Contract Fraud Example in OpenAPI
  170. Урок 170. 00:03:44
    Example Payor Service
  171. Урок 171. 00:03:40
    Resolving Dependency Conflicts
  172. Урок 172. 00:12:51
    Development with Snapshot Versions
  173. Урок 173. 00:13:29
    Deployment to Maven Central
  174. Урок 174. 00:04:03
    Upgrading Dependent Projects to Release Version
  175. Урок 175. 00:03:23
    Introduction
  176. Урок 176. 00:04:34
    Maven Bill of Materials
  177. Урок 177. 00:06:03
    Maven BOM Creation
  178. Урок 178. 00:06:57
    Maven BOM Setting Common Properties
  179. Урок 179. 00:05:15
    Maven BOM Dependency Management
  180. Урок 180. 00:06:16
    Maven BOM Common Dependencies
  181. Урок 181. 00:03:46
    Maven BOM Common Build Plugins
  182. Урок 182. 00:05:49
    Maven Enforcer Build Plugin
  183. Урок 183. 00:11:32
    Beer Service Parent BOM Configuration
  184. Урок 184. 00:02:02
    Assignment - Update Services to use BOM
  185. Урок 185. 00:06:42
    Assignment Review
  186. Урок 186. 00:10:25
    Using Released BOMs
  187. Урок 187. 00:01:55
    Assignment - Update Services to use Release BOM
  188. Урок 188. 00:06:53
    Assignment Review
  189. Урок 189. 00:10:08
    IntelliJ Workspace Tips and Tricks
  190. Урок 190. 00:01:44
    Conclusion
  191. Урок 191. 00:12:21
    GitHub Workflow