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
@@ -140,21 +151,25 @@ private static class Arguments {
140
151
privateFiledir;
141
152
142
153
@Parameter(names = {"-r"},
143
-
description = "The target repository id that is configured in the settings.xml",
144
-
required = true)
154
+
description = "The target repository id that is configured in the settings.xml",
155
+
required = true)
145
156
privateStringrepositoryId;
146
157
147
158
@Parameter(names = {"-u"}, description = "The target deployment URL for releases",
148
-
required = true)
159
+
required = true)
149
160
privateStringreleaseUrl;
150
161
151
162
@Parameter(names = {"-s"}, description = "The target deployment URL for snapshots",
152
163
required = true)
153
164
privateStringsnapshotUrl;
154
165
155
166
@Parameter(names = {"-o"},
156
-
description = "The shell script that should be generated by this application",
157
-
required = true)
167
+
description = "The shell script that should be generated by this application",
168
+
required = true)
158
169
privateFileoutput;
170
+
171
+
@Parameter(names = {"-w"},
172
+
description = "Windows batch mode - adds a call command before each mvn command to allow execution within a batch script, otherwise a shell script will be created")
0 commit comments