Run Eclipse. From the Project Explorer View, open the Maven JAR project that you want to customize. Your Project Explorer View should look similar to the following:
Expand your project, then expand src/main/resources. Your Project Explorer View should look similar to the following:
Open the applicationContext-csf-projectName.xml for editing and change the following lines substituting your short project acronym for projectName. There are 3 occurances of projectName that have to be changed.
In the above example, projectName was replaced with the short project acronymatt. When you are satisfied with the changes, save and close the file.
From the Project Explorer View, rename each of the following files, substituting your short project acronym for projectName. There are 4 files that have to be renamed.
In the above example, projectName was replaced with the short project acronymatt. Your Project Explorer View should look similar to the following: When you are satisfied with the changes, save and close the file.
From the Project Explorer View, expand src/test/resources. Open the applicationContext-csf-unit-tests-default.xml for editing and change the following lines substituting your short project acronym for projectName. There are 2 occurances of projectName that have to be changed.
When you are satisfied with the changes, save and close the file.
From the Project Explorer View, expand src/test/resources. Open the applicationContext-projectName-config-test.xml for editing and change the following lines substituting your short project acronym for projectName. There are 2 occurances of csf-projectName-test.properties that have to be changed.
Code Block
csf-projectName-test.properties
When you have made all the changes, the lines you have changed should look similar to the following:
Code Block
csf-att-test.properties
When you are satisfied with the changes, save and close the file.
Rename each of the following files, substituting your short project acronym for projectName. There are 2 files that have to be renamed.