Getting to know Maven

I have a number of posts that talk about using Maven to automate builds for Fusion Middleware projects.  I know that there are some people who have not used Maven before, or maybe only a little.  So I wanted to post a few short videos that explain the basic concepts and give a real example.

Here is the first installment – Basic Maven – you might want to watch fullscreen 🙂

Coming soon:

  • Intermediate Maven
  • Advanced Maven
  • Using the WebLogic Maven Plugin

About Mark Nelson

Mark Nelson is a Developer Evangelist at Oracle, focusing on microservices and AI. Mark has served as a Section Leader in Stanford's Code in Place program that has introduced tens of thousands of people to the joy of programming, he is a published author, a reviewer and contributor, a content creator and a lifelong learner. He enjoys traveling, meeting people and learning about foods and cultures of the world. Mark has worked at Oracle since 2006 and before that at IBM since 1994.
This entry was posted in Uncategorized and tagged . Bookmark the permalink.

1 Response to Getting to know Maven

  1. Cool stuff. For those of you playing along at home, here are some of the command lines that were a bit fuzzy to read:
    To run the war file:
    $ mvn org.mortbay.jetty:maven-jetty-plugin:run-war

    To see the effective POM:
    $ mvn help:effective-pom

    To describe the Jetty plugin:
    $ mvn help:describe -DgroupId=org.mortbay.jetty -DartifactId=maven-jetty-plugin

Leave a comment