-
Notifications
You must be signed in to change notification settings - Fork 0
SNEE: adding_Modules_To_SNEE_Infrastructure
Alan Stokes edited this page Mar 13, 2015
·
1 revision
#summary This page describes the process in adding and acquiring new modules from/in to the SNEE infrastructure.
= Introduction =
This is a hopefully best standard behaviour for dealing with adding new modules to the SNEE infrastructure.
=Adding module=
(tips to keep sure you don't add or miss the wrong stuff into the svn)
Its safer to create a new module from scratch with new-other-maven-module (porting a copy of a current module will cause many problems with maven) but its easier and safer to copy the pom file and altering its artifiact id, etc.
You need to update the main SNEE pom with the new module name (the artifact id of the module from point 1).
you need to add the new modules directories to the svn (but putting any of the auto generated files like target directory, .settings, .protect to do this, right click on each folder, and go to team->svn ignore) To generate all these folders, it is recommended you do a mvn clean,install,package as this will generate all the folders.
=gaining modules from merges= (tips to keep sure you actually get the modules)