Skip to content

Merge post-GA 7.2.2 - MTA-4910 : remove-block-titles #131

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions docs/topics/cli-args.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ Do not overwrite a report output directory that contains important information.

A space-delimited list of the path to the file or directory containing one or more applications to be analyzed. This argument is required.

.Usage
[source,options="nowrap",subs="attributes+"]
----
--input <INPUT_ARCHIVE_OR_DIRECTORY> [...]
Expand Down Expand Up @@ -133,7 +132,6 @@ File::

Specify the path to the directory to output the report information generated by {ProductShortName}.

.Usage
[source,options="nowrap",subs="attributes+"]
----
--output <OUTPUT_REPORT_DIRECTORY>
Expand All @@ -154,7 +152,6 @@ However, if you specify the `--overwrite` argument, {ProductShortName} will proc

A space-delimited list of one or more source technologies, servers, platforms, or frameworks to migrate from. This argument, in conjunction with the `--target` argument, helps to determine which rulesets are used. Use the `--listSourceTechnologies` argument to list all available sources.

.Usage
[source,options="nowrap",subs="attributes+"]
----
--source <SOURCE_1> <SOURCE_2>
Expand All @@ -174,7 +171,6 @@ See link:{ProductDocIntroToMTAGuideURL}/index#migration_paths_getting-started-gu

A space-delimited list of one or more target technologies, servers, platforms, or frameworks to migrate to. This argument, in conjunction with the `--source` argument, helps to determine which rulesets are used. If you do not specify this option, you are prompted to select a target. Use the `--listTargetTechnologies` argument to list all available targets.

.Usage
[source,options="nowrap",subs="attributes+"]
----
--target <TARGET_1> <TARGET_2>
Expand All @@ -195,7 +191,6 @@ See link:{ProductDocIntroToMTAGuideURL}/index#migration_paths_getting-started-gu

A space-delimited list of the packages to be evaluated by {ProductShortName}. It is highly recommended to use this argument.

.Usage
[source,options="nowrap",subs="attributes+"]
----
--packages <PACKAGE_1> <PACKAGE_2> <PACKAGE_N>
Expand Down
5 changes: 0 additions & 5 deletions docs/topics/mta-cli-args.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,6 @@ a|Flag for the target technology to consider for analysis. Use multiple times fo

A space-delimited list of the path to the file or directory containing one or more applications to be analyzed. This argument is required.

.Usage
[source,options="nowrap",subs="attributes+"]
----
--input <INPUT_ARCHIVE_OR_DIRECTORY> [...]
Expand All @@ -165,7 +164,6 @@ File::

Specify the path to the directory to output the report information generated by {ProductShortName}.

.Usage
[source,options="nowrap",subs="attributes+"]
----
--output <OUTPUT_REPORT_DIRECTORY>
Expand All @@ -186,7 +184,6 @@ However, if you specify the `--overwrite` argument, {ProductShortName} will proc

A space-delimited list of one or more source technologies, servers, platforms, or frameworks to migrate from. You can use this argument, in conjunction with the `--target` argument, to determine which rulesets are used. Use the `--listSourceTechnologies` argument to list all available sources.

.Usage
[source,options="nowrap",subs="attributes+"]
----
--source <SOURCE_1> <SOURCE_2>
Expand All @@ -206,11 +203,9 @@ See link:{ProductDocIntroToMTAGuideURL}/index#migration_paths_getting-started-gu

A space-delimited list of one or more target technologies, servers, platforms, or frameworks to migrate to. You can use this argument, in conjunction with the `--source` argument, to determine which rulesets are used. If you do not specify this option, you are prompted to select a target. Use the `--listTargetTechnologies` argument to list all available targets.

.Usage
[source,options="nowrap",subs="attributes+"]
----
--target <TARGET_1> <TARGET_2>
----


The `--target` argument now provides version support, which follows the link:http://maven.apache.org/enforcer/enforcer-rules/versionRanges.html[Maven version range syntax]. This instructs {ProductShortName} to only run the rulesets matching the specified versions, for example, `--target eap:7`.