You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/topics/mta-web-adding-applications.adoc
+13-9Lines changed: 13 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,41 +22,45 @@ Before creating an application, set up business services, check tags and tag cat
22
22
. In the *Migration* view, click *Application Inventory*.
23
23
. Click *Create new*.
24
24
. Under *Basic information*, enter the following fields:
25
-
* *Name*: A unique name for the new application.
25
+
* *Name*: A unique name for the new application.
26
26
* *Description*: A short description of the application (optional).
27
27
* *Business service*: A purpose of the application (optional).
28
28
* *Manual tags*: Software tags that characterize the application (optional, one or more).
29
-
* *Owner*: A registered software owner from the drop-down list (optional).
29
+
* *Owner*: A registered software owner from the drop-down list (optional).
30
30
* *Contributors*: Contributors from the drop-down list (optional, one or more).
31
31
* *Comments*: Relevant comments on the application (optional).
32
32
33
33
. Click *Source Code* and enter the following fields:
34
-
// 
35
34
* *Repository type*: *Git* or *Subversion*.
36
35
* *Source repository*: A URL of the repository where the software code is saved.
36
+
** For Subversion: this must be either the URL to the root of the repository or a fully qualified URL which (optionally) includes the branch and nested directory. When fully qualified, the *Branch* and *Root path* must be blank.
37
37
* *Branch*: An application code branch in the repository (optional).
38
+
** For Git: this may be any reference; `commit-hash`, `branch` or `tag`.
39
+
** For Subversion: this may be a fully qualified path to a branch or tag, for example, `branches/stable` or `tags/stable`. This must be blank when the Source repository URL includes the branch.
38
40
* *Root path*: A root path inside the repository for the target application (optional).
41
+
** For Subversion: this must be blank when the Source Repository URL includes the root path.
39
42
40
-
+
41
-
NOTE: If you enter any value in either the Branch or Root path fields, the Source repository field becomes mandatory.
43
+
44
+
+
45
+
NOTE: If you enter any value in either the Branch or Root path fields, the Source repository field becomes mandatory.
42
46
43
47
. Optional: Click *Binary* and enter the following fields:
44
48
// 
45
49
* *Group*: The Maven group for the application artifact.
46
-
* *Artifact*: The Maven artifact for the application.
50
+
* *Artifact*: The Maven artifact for the application.
47
51
* *Version*: A software version of the application.
48
52
* *Packaging*: The packaging for the application artifact, for example, `JAR`, `WAR`, or `EAR`.
49
53
50
-
+
51
-
NOTE: If you enter any value in any of the Binary section fields, all fields automatically become mandatory.
54
+
+
55
+
NOTE: If you enter any value in any of the Binary section fields, all fields automatically become mandatory.
52
56
53
57
. Click *Create*. The new application appears in the list of defined applications.
54
58
55
59
.Automated Tasks
56
60
57
61
After adding a new application to the *Application Inventory*, you can set your cursor to hover over the application name to see the automated tasks spawned by adding the application. The language discovery task identifies the programming languages in the application. The technology discovery task identifies specific technologies in the application. The tasks automatically add appropriate tags to the application, reducing the effort involved in manually assigning tags to the application. After these tasks are complete, the number of tags added to the application will appear under the *Tags* column. To view the tags:
58
62
59
-
. Click on the application's row entry. A side pane opens.
63
+
. Click on the application's row entry. A side pane opens.
60
64
. Click the *Tags* tab. The tags attached to the application are displayed.
61
65
62
66
You can add additional tags manually as needed. When MTA analyzes the application, it can add additional tags to the application automatically.
0 commit comments