Plugin Documentation
Goals available for this plugin:
Goal | Description |
---|---|
fcunit:prepare-test | This goal will prepare the target project for the Code Review. |
fcunit:test | This goal runs the unit tests of a FCUnit-enabled TIBCO BusinessWorks project. |
fcunit:test-no-fork | This goal runs the unit tests of a FCUnit-enabled TIBCO BusinessWorks project. |
fcunit:unit-tests-index | (C) Copyright 2011-2015 FastConnect SAS (http://www.fastconnect.fr/) and others. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. |
System Requirements
The following specifies the minimum requirements to run this Maven plugin:
Maven | 2.0 |
JDK | 1.6 |
Memory | No minimum requirement. |
Disk Space | No minimum requirement. |
Usage
You should specify the version in your project's plugin configuration:
<project> ... <build> <!-- To define the plugin version in your parent POM --> <pluginManagement> <plugins> <plugin> <groupId>fr.fastconnect.factory.tibco.bw.fcunit</groupId> <artifactId>fcunit-plugin</artifactId> <version>2.3.0-SNAPSHOT</version> </plugin> ... </plugins> </pluginManagement> <!-- To use the plugin goals in your POM or parent POM --> <plugins> <plugin> <groupId>fr.fastconnect.factory.tibco.bw.fcunit</groupId> <artifactId>fcunit-plugin</artifactId> <version>2.3.0-SNAPSHOT</version> </plugin> ... </plugins> </build> ... </project>
For more information, see "Guide to Configuring Plug-ins"