48 | | ^(Describe your design here.)^ |
| 49 | |
| 50 | * Include the PageOutline macro at the top. The page is long and it's good to have a table of contents. |
| 51 | |
| 52 | * Add a section "Maven": |
| 53 | * Write it after the section "Eclipse 3.4". |
| 54 | * Provide quick explanation what is Maven (e.g. "Maven is a software tool for Java project management and build automation."). |
| 55 | * Provide some links: |
| 56 | * [http://maven.apache.org] - home page |
| 57 | * [http://maven.apache.org/download.html] - downloads and installation instructions. |
| 58 | * [wiki:PLATFORM_DEPLOYMENT_BUILD_MAVEN] - tutorial |
| 59 | |
| 60 | * Create installation scripts for Windows and Linux and instructions for use: |
| 61 | * Follow the installation instructions in [http://maven.apache.org/download.html] |
| 62 | * Windows: |
| 63 | * Create a batch file (*.bat) |
| 64 | * ... HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Environment... use REG_EXPAND_SZ! |
| 65 | * .... |
| 66 | * Linux: |
| 67 | * ... |
| 68 | * Test the linux scripts in Ubuntu. |
| 69 | * Add links to these scripts in the Maven's section of the wiki page. |
| 70 | * Add a warning message in the wiki page saying that these scripts may not work with future versions of Maven. |
| 71 | |
| 72 | * In "Maven Integration": |
| 73 | * Remove the bullet "See ...txt. In the bottom of the file are three mvn commands...". |
| 74 | |
| 75 | * Provide the following screenshots: |
| 76 | * Next to the paragraph "After you eventually import the project..." - small screenshot of Eclipse's Project Explorer, containing all of the described icons. |
| 77 | * Next to ""Team" menu" - small screenshot of the context menu in Project Explorer, with Team menu opened. |
| 78 | * The same should be done for the Maven menu. |
| 79 | * Use PNG format for the screenshots. |
| 80 | |
| 81 | comments... |