Skip to content
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

WINDUP-2269: Updated windupVersion description. #248

Merged
merged 1 commit into from
Nov 29, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/topics/maven-arguments.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Be careful not to specify a report output directory that contains important info
|userIgnorePath |Specify a location for {ProductShortName} to identify files that should be ignored.
|userRulesDirectory |Specify a location for {ProductShortName} to look for custom {ProductShortName} rules. The value can be a directory containing ruleset files or a single ruleset file. The ruleset files must use the [x-]`.windup.xml` or [x-]`.rhamt.xml` suffix.
|windupHome |An optional argument that points to the root of an extracted {ProductShortName} {CLIName}. By referencing a local installation of the {CLIName}, the {MavenName} has direct access to all of the indexes, resulting in a performance increase.
|windupVersion |Specify the version of {ProductShortName}.
|windupVersion |Specify the version of {ProductShortName} to run. By default, this is the {MavenName}'s build version.
|====

[[input_argument]]
Expand Down
1 change: 0 additions & 1 deletion docs/topics/maven-multi-module.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ To run the {MavenName} in a project with multiple modules perform the following
<input>${project.basedir}</input>
<offlineMode>true</offlineMode>
<windupHome>__/PATH/TO/{CLIName}/__</windupHome>
<windupVersion>{MavenProductVersion}</windupVersion>
</configuration>
</plugin>
----
Expand Down
2 changes: 0 additions & 2 deletions docs/topics/maven-run.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,12 @@ To run the {MavenName} perform the following steps.
</executions>
<configuration>
<offlineMode>true</offlineMode>
<windupVersion>{MavenProductVersion}</windupVersion>
</configuration>
</plugin>
[...]
----
+
* `offlineMode`: Indicates to run in offline mode, disabling network features to improve performance.
* `windupVersion`: Version of {ProductShortName}.
+
The above example demonstrates the minimum required arguments. See xref:maven_arguments[{ProductShortName} Maven Arguments] for a detailed description of all available arguments.

Expand Down