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 🙂
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.
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
1,358,036 people have been kind enough to visit our humble blog. Others get our posts by RSS or email or through syndicators. We hope you took away something of value. Please come again!
Copyright 2009-2026 Mark Nelson and other contributors. All Rights Reserved. The views expressed in this blog are our own and do not necessarily reflect the views of Oracle Corporation. All content is provided on an ‘as is’ basis, without warranties or conditions of any kind, either express or implied, including, without limitation, any warranties or conditions of title, non-infringement, merchantability, or fitness for a particular purpose. You are solely responsible for determining the appropriateness of using or redistributing and assume any risks.
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