Skip to content

Commit

Permalink
Merge pull request #77 from anarnold97/MTA-4220-Use-of-packages-optio…
Browse files Browse the repository at this point in the history
…n-in-docs

To be merged for 7.1 - MTA-4220: Removing --packages option in docs examples
  • Loading branch information
anarnold97 authored Dec 31, 2024
2 parents 0cb83ea + 64ef9ed commit 1607951
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 deletions.
4 changes: 2 additions & 2 deletions docs/topics/mta-cli-run-single-app.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ The following command analyzes the source code of an example application called
[source,terminal,subs="attributes+"]
----
$ <{ProductShortName}_HOME>/{mta-cli} analyze --mode source-only --input <path_to_customer-management> \
--output <path_to_report_output> --target eap8 --packages org.jboss.eap
$ <{ProductShortName}_HOME>/{mta-cli} analyze --mode source-only --input <path_to_customer-management>
--output <path_to_report_output> --target eap8
----
[]
[discrete]
Expand Down
11 changes: 0 additions & 11 deletions docs/topics/mta-review-reports.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,6 @@
[id="review-reports_{context}"]
= Reviewing the reports

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.

ifdef::cli-guide[]
The report was generated using the following command.

[options="nowrap",subs="attributes+"]
----
$ <{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
----
endif::cli-guide[]

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.

.Application list
Expand Down

0 comments on commit 1607951

Please sign in to comment.