Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 1.11 KB

File metadata and controls

29 lines (19 loc) · 1.11 KB

Dependency Management Tools: Maven and Gradle

Maven Fundamentals

Pluralsight "Introduction to Maven Fundamentals"

Working with Maven in IntelliJ IDEA

Video

Gradle Fundamentals

Pluralsight "Introduction to Gradle Fundamentals"

Update Your Maven Repository

  1. Create a new Maven Project in Intellij Idea
    a. Click “Create new project”
    b. Select Maven
    c. Put “com.example” as the groupid and “setup” as the artifact id

  2. Open the settings for your project
    a. On Mac: Intellij IDEA -> Preferences
    b. On Windows: File -> Settings

  3. Navigate to and update the repository for the following url:
    https://repo.maven.apache.org/maven2 (this will take 10-30min)
    Note: Depending on what version of Intellij you have installed, you may see https://repo1.maven.org/maven2. If so, update it instead.