Follow the steps below to learn how to create your plugin structure and run Fisheye/Crucible.
For more details on the initial setup of the SDK, and the first steps below, see Developing with the Atlassian Plugin SDK.
a) Create your plugin skeleton using the Atlassian Plugin SDK:
1 2$ atlas-create-fecru-plugin ... Define value for groupId: : com.example.ampstutorial Define value for artifactId: : fecrutwitter Define value for version: 1.0-SNAPSHOT: : # just accept the default Define value for package: com.example.ampstutorial: : # again, just press enter for the default
b) (optional) If atlas-create-fecru-plugin creates a plugin skeleton with a different version of Fisheye/Crucible than you want to use, update the properties in pom.xml
Workflow Conditions API was introduced in a final shape in version 4.3.
c) Run Fisheye/Crucible with the skeleton plugin:
1 2$ cd workflowcondition $ mvn fecru:debug
d) Go to http://localhost:3990/fecru/
e) Authenticate with the following credentials: username: admin password:* admin *
Rate this page: