Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Panel

Anchor
Customizing the project WAR pom.xml
Customizing the project WAR pom.xml

Section 3: Customizing the project WAR pom.xml

indent
1
1
{color:red}Please read the [*OVERVIEW* | #overview] before continuing.{color}
  1. Run Eclipse.  From the Project Explorer View, open the Maven WAR project that you want to customize.
    Expand your project and open the project's pom.xml for editing.
    Select the pom.xml tab.
    You should have a display similar to the following panel.  From time to time the war-template is updated and, as a result, the Configuration Instructions are changed.  The instructions found in the pom.xml will ALWAYS be up-to-date and may differ from what is display in the panel below.
    indent
    2
    2
    !pomXml002.jpg!
    
    Follow the Configuration Instructions that are provided in the pom.xml.
    When you are satisfied with the changes that you have made, save the changes and close the file.
  2. Commit the changes to the SVN repository.

Customizing the project WAR pom.xml is now complete.

Panel

Anchor
One final thing to do
One final thing to do

Section 4: One final thing to do

There may have been changes made to the JAR template that are not reflected in the above documentation.
The final task that must be done is to search the entire project for any occurance of projectName.
Open any file that contain projectName for editing and change projectName to your short project acronym.

One final thing to do is now complete.