An Education Systems (ES) project will typically consist of 2 Maven artifacts. These Maven artifacts are:
indent
2
2
1. Only one Maven WAR artifact which contains all the WEB facing (i.e. jsp's, controllers, css, js, ...) components of the ES project.
2. At least one Maven JAR artifact which contains all the support (i.e. services, daos, hibernate mapping, ...) components of the ES project.
indent
1
1
The following are the instructions on how the create and configure an ES Maven WAR or Maven JAR project.
# [Selecting names for your project | CSF:Selecting names for your project]
\\
\\
# [How to create an ES Maven JAR project using the JAR template | Using the JAR template#Software Development]
# [How to customize the ES Maven JAR project pom.xml | Using the JAR template#Customizing the project JAR pom.xml]
\\
\\
# [How to create an ES Maven WAR project using the WAR template | Using the WAR template#Software Development]
# [How to customize the ES Maven WAR project pom.xml | Using the WAR template#Customizing the project WAR pom.xml]
\\
\\
# [Guidelines
The following are guidelines for writing unit tests
#[Using the unit test base class | UsingGuidelinestheforunitwritingtestunitbasetestsclass]
settings.xml (right clicking on this link then select Save target as.... Navigate to your ${user.home}/.m2 directory and click Save) This link contains instructions on how to configure the settings.xml file.