Skip to content

Commit 1607951

Browse files
authored
Merge pull request #77 from anarnold97/MTA-4220-Use-of-packages-option-in-docs
To be merged for 7.1 - MTA-4220: Removing --packages option in docs examples
2 parents 0cb83ea + 64ef9ed commit 1607951

File tree

2 files changed

+2
-13
lines changed

2 files changed

+2
-13
lines changed

docs/topics/mta-cli-run-single-app.adoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ The following command analyzes the source code of an example application called
5252
[source,terminal,subs="attributes+"]
5353
----
5454
55-
$ <{ProductShortName}_HOME>/{mta-cli} analyze --mode source-only --input <path_to_customer-management> \
56-
--output <path_to_report_output> --target eap8 --packages org.jboss.eap
55+
$ <{ProductShortName}_HOME>/{mta-cli} analyze --mode source-only --input <path_to_customer-management>
56+
--output <path_to_report_output> --target eap8
5757
----
5858
[]
5959
[discrete]

docs/topics/mta-review-reports.adoc

-11
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,6 @@
66
[id="review-reports_{context}"]
77
= Reviewing the reports
88

9-
The report examples shown in the following sections are a result of analyzing the `com.acme` and `org.apache` packages in the https://github.com/windup/windup/blob/master/test-files/jee-example-app-1.0.0.ear[jee-example-app-1.0.0.ear] example application.
10-
11-
ifdef::cli-guide[]
12-
The report was generated using the following command.
13-
14-
[options="nowrap",subs="attributes+"]
15-
----
16-
$ <{ProductShortName}_HOME>/bin/{mta-cli} --input /home/username/{mta-cli}-source/test-files/jee-example-app-1.0.0.ear/ --output /home/username/{mta-cli}-reports/jee-example-app-1.0.0.ear-report --target eap6 --packages com.acme org.apache
17-
----
18-
endif::cli-guide[]
19-
209
Use a browser to open the `index.html` file located in the report output directory. This opens a landing page that lists the applications that were processed. Each row contains a high-level overview of the story points, number of incidents, and technologies encountered in that application.
2110

2211
.Application list

0 commit comments

Comments
 (0)