Skip to content

Commit 2b74e62

Browse files
committed
Update README
1 parent b167420 commit 2b74e62

File tree

1 file changed

+1
-33
lines changed

1 file changed

+1
-33
lines changed

README.md

Lines changed: 1 addition & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -3,37 +3,5 @@ Spring Web Flow Samples
33

44
This is the official samples repository for the [Spring Web Flow](http://github.com/SpringSource/spring-webflow) project.
55

6-
Build and Run
7-
=============
8-
9-
Running 'mvn package' from this directory generates .war files for all samples.
10-
11-
Samples without a Portlet dependency can be run with the Tomcat Maven plugin. For example:
12-
13-
````
14-
cd booking-mvc
15-
mvn tomcat7:run
16-
````
17-
18-
Eclipse
19-
=======
20-
21-
**Option A:** Classic Eclipse Project
22-
23-
Generate Eclipse settings for all samples:
24-
````
25-
mvn eclipse:clean eclipse:eclipse
26-
````
27-
28-
Import the projects into Eclipse. The Eclipse preferences must have an `M2_REPO` under "Java", "Build Path", "Classpath Variables".
29-
30-
**Option B:** m2e (Maven Integration for Eclipse) Plugin
31-
32-
Import the projects into Eclipse:
33-
File -> Import -> Maven -> Existing Maven Projects
34-
35-
Contributing
36-
============
37-
38-
[Pull requests](http://help.github.com/send-pull-requests) are welcome.
6+
From a sample sub-directory, use `mvn jetty:run` to run a server, or `mvn package` to build a war.
397

0 commit comments

Comments
 (0)