aboutsummaryrefslogtreecommitdiff
path: root/README_MAVEN.txt
diff options
context:
space:
mode:
authorAnton Tananaev <anton.tananaev@gmail.com>2012-08-12 12:58:34 +0400
committerAnton Tananaev <anton.tananaev@gmail.com>2012-08-12 12:58:34 +0400
commite906b67f900cef0d2c8a167a4a88203a988ed7a9 (patch)
tree0b206ae0ce3a76b4341dec9233049a265132c143 /README_MAVEN.txt
parentc15648e44efd68f26df6b84240e99fe10c66d0c1 (diff)
parent4aaf5dd3cf3d1b089bb168ffdb2ed8f75e2899c6 (diff)
downloadtrackermap-server-e906b67f900cef0d2c8a167a4a88203a988ed7a9.tar.gz
trackermap-server-e906b67f900cef0d2c8a167a4a88203a988ed7a9.tar.bz2
trackermap-server-e906b67f900cef0d2c8a167a4a88203a988ed7a9.zip
Merge https://github.com/williamchitto/traccar
Conflicts: test.sh
Diffstat (limited to 'README_MAVEN.txt')
-rw-r--r--README_MAVEN.txt42
1 files changed, 42 insertions, 0 deletions
diff --git a/README_MAVEN.txt b/README_MAVEN.txt
new file mode 100644
index 000000000..0f0ed8eb7
--- /dev/null
+++ b/README_MAVEN.txt
@@ -0,0 +1,42 @@
+----------------ECLIPSE-------------------------
+If you use Eclipse for Jave EE, you can simply import the generated
+project into Eclipse. We've tested against Eclipse 3.6. Later versions
+will likely also work, earlier versions may not.
+
+Eclipse users will need to install the following plugin components:
+=======
+- m2eclipse Core
+- Maven Integration for WTP (in m2eclipse extras)
+ Instructions for installing the maven plugins can be found here:
+ http://m2eclipse.sonatype.org/installing-m2eclipse.html
+
+Ensure Eclipse is configured to use Java 1.6 as this sample uses
+AppEngine.
+
+In Eclipse, go to the File menu and choose:
+
+ File -> Import... -> Existing Maven Projects into Workspace
+
+ Select the directory containing this file.
+
+ Click Finish.
+
+You can now browse the project in Eclipse.
+
+To compile your project for deployment, just type 'mvn package'.
+
+--------------NETBEANS-----------------
+
+From the NetBeans IDE, install the Maven plugin. To do this, select Tools->Plugins, select Maven, click Install, and follow the prompts.
+
+Configure Maven in NetBeans IDE. To do this, select Tools->Options, select Miscellaneous from the top panel, then select the Maven tab.
+
+For the External Maven Home field, browse to your Maven installation.
+
+If the option is available, check Always use external Maven for building projects. Close the dialog.
+
+From the NetBeans IDE, select File->Open Project, and then browse to the location of the project you'd like to open.
+
+Check Open as Main Project, then click Open Project.
+
+Right-click the project and select Run.