Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Jetty/Tutorial/Jetty and Maven HelloWorld"

m
m
Line 1: Line 1:
 
{{Jetty Tutorial
 
{{Jetty Tutorial
== Introduction ==
+
| Introduction = [http://maven.apache.org/ Apache Maven] is a software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project's build, reporting and documentation from a central piece of information. It is an ideal tool to build a web application project, and such projects can use the [[Jetty/Feature/Jetty Maven Plugin | Jetty Maven Plugin]] to run the web application in development mode.
 
+
[http://maven.apache.org/ Apache Maven] is a software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project's build, reporting and documentation from a central piece of information. It is an ideal tool to build a web application project, and such projects can use the [[Jetty/Feature/Jetty Maven Plugin | Jetty Maven Plugin]] to run the web application in development mode.
+
  
 
You can use Maven both to build embedded Jetty applications and standards based web applications.
 
You can use Maven both to build embedded Jetty applications and standards based web applications.

Revision as of 14:30, 18 August 2010



Introduction

{{{introduction}}}

Details

{{{details}}}

Back to the top