Naming conventions
In all the documentation of the FC TIBCO Factory and its plugins, the same naming conventions will be used.
Especially, the examples will follow the same rules.
Maven artifacts in examples
We consider that the company using the plugin is called “company”. Thus the default groupId starts with com.company.
This company is developing a project called “project”. Finally, the groupId of the project will be com.company.project.
We will add bw to this groupId for BusinessWorks related projects. It will enable to create Java projects inside the client project with java at the end of the groupId etc.
Command line examples
When we give command line samples to execute, we will always put them in this quoted format:
mvn dependency:copy \ -DoutputDirectory=. \ -Dartifact=fr.fastconnect.factory.tibco:fc-tibco-factory:2.4.1:pom
NB: the backslash ‘\’ at the end of line means that the command is not finished and continue on the next line. However when using this command, a single line must be typed.