File tree Expand file tree Collapse file tree 16 files changed +131
-5
lines changed Expand file tree Collapse file tree 16 files changed +131
-5
lines changed Original file line number Diff line number Diff line change 1
- #! /bin/sh
1
+ #! /bin/bash
2
2
3
3
SCRIPT=" $0 "
4
4
echo " # START SCRIPT: $SCRIPT "
@@ -8,4 +8,4 @@ executable="./modules/openapi-generator-cli/target/openapi-generator-cli.jar"
8
8
for GENERATOR in $( java -jar $executable list --short | sed -e ' s/,/\' $' \n ' ' /g' )
9
9
do
10
10
./bin/utils/export_generator.sh $GENERATOR
11
- done
11
+ done
Original file line number Diff line number Diff line change 1
- #! /bin/sh
1
+ #! /bin/bash
2
2
3
3
SCRIPT=" $0 "
4
4
echo " # START SCRIPT: $SCRIPT "
12
12
13
13
executable=" ./modules/openapi-generator-cli/target/openapi-generator-cli.jar"
14
14
15
- java -jar $executable config-help -g $NAME | sed -e ' s/CONFIG OPTIONS/CONFIG OPTIONS for \ ' $NAME ' \' $' \n ' ' /g' > docs/generators/$NAME .md
15
+ java -jar $executable config-help -g $NAME | sed -e ' s/CONFIG OPTIONS/CONFIG OPTIONS for ' $NAME ' \' $' \n ' ' /g' > docs/generators/$NAME .md
16
16
17
- echo " Back to the [generators list](README.md)" >> docs/generators/$NAME .md
17
+ echo " Back to the [generators list](README.md)" >> docs/generators/$NAME .md
Original file line number Diff line number Diff line change @@ -104,6 +104,15 @@ CONFIG OPTIONS for groovy
104
104
booleanGetterPrefix
105
105
Set booleanGetterPrefix (default value 'get')
106
106
107
+ parentGroupId
108
+ parent groupId in generated pom N.B. parentGroupId, parentArtifactId and parentVersion must all be specified for any of them to take effect
109
+
110
+ parentArtifactId
111
+ parent artifactId in generated pom N.B. parentGroupId, parentArtifactId and parentVersion must all be specified for any of them to take effect
112
+
113
+ parentVersion
114
+ parent version in generated pom N.B. parentGroupId, parentArtifactId and parentVersion must all be specified for any of them to take effect
115
+
107
116
configPackage
108
117
configuration package for generated code
109
118
Original file line number Diff line number Diff line change @@ -104,4 +104,13 @@ CONFIG OPTIONS for java-inflector
104
104
booleanGetterPrefix
105
105
Set booleanGetterPrefix (default value 'get')
106
106
107
+ parentGroupId
108
+ parent groupId in generated pom N.B. parentGroupId, parentArtifactId and parentVersion must all be specified for any of them to take effect
109
+
110
+ parentArtifactId
111
+ parent artifactId in generated pom N.B. parentGroupId, parentArtifactId and parentVersion must all be specified for any of them to take effect
112
+
113
+ parentVersion
114
+ parent version in generated pom N.B. parentGroupId, parentArtifactId and parentVersion must all be specified for any of them to take effect
115
+
107
116
Back to the [ generators list] ( README.md )
Original file line number Diff line number Diff line change @@ -104,6 +104,15 @@ CONFIG OPTIONS for java-msf4j
104
104
booleanGetterPrefix
105
105
Set booleanGetterPrefix (default value 'get')
106
106
107
+ parentGroupId
108
+ parent groupId in generated pom N.B. parentGroupId, parentArtifactId and parentVersion must all be specified for any of them to take effect
109
+
110
+ parentArtifactId
111
+ parent artifactId in generated pom N.B. parentGroupId, parentArtifactId and parentVersion must all be specified for any of them to take effect
112
+
113
+ parentVersion
114
+ parent version in generated pom N.B. parentGroupId, parentArtifactId and parentVersion must all be specified for any of them to take effect
115
+
107
116
implFolder
108
117
folder for generated implementation code
109
118
Original file line number Diff line number Diff line change @@ -104,6 +104,15 @@ CONFIG OPTIONS for java-pkmst
104
104
booleanGetterPrefix
105
105
Set booleanGetterPrefix (default value 'get')
106
106
107
+ parentGroupId
108
+ parent groupId in generated pom N.B. parentGroupId, parentArtifactId and parentVersion must all be specified for any of them to take effect
109
+
110
+ parentArtifactId
111
+ parent artifactId in generated pom N.B. parentGroupId, parentArtifactId and parentVersion must all be specified for any of them to take effect
112
+
113
+ parentVersion
114
+ parent version in generated pom N.B. parentGroupId, parentArtifactId and parentVersion must all be specified for any of them to take effect
115
+
107
116
groupId
108
117
groupId in generated pom.xml
109
118
Original file line number Diff line number Diff line change @@ -104,6 +104,15 @@ CONFIG OPTIONS for java-play-framework
104
104
booleanGetterPrefix
105
105
Set booleanGetterPrefix (default value 'get')
106
106
107
+ parentGroupId
108
+ parent groupId in generated pom N.B. parentGroupId, parentArtifactId and parentVersion must all be specified for any of them to take effect
109
+
110
+ parentArtifactId
111
+ parent artifactId in generated pom N.B. parentGroupId, parentArtifactId and parentVersion must all be specified for any of them to take effect
112
+
113
+ parentVersion
114
+ parent version in generated pom N.B. parentGroupId, parentArtifactId and parentVersion must all be specified for any of them to take effect
115
+
107
116
title
108
117
server title name or client service name
109
118
Original file line number Diff line number Diff line change @@ -104,4 +104,13 @@ CONFIG OPTIONS for java-undertow-server
104
104
booleanGetterPrefix
105
105
Set booleanGetterPrefix (default value 'get')
106
106
107
+ parentGroupId
108
+ parent groupId in generated pom N.B. parentGroupId, parentArtifactId and parentVersion must all be specified for any of them to take effect
109
+
110
+ parentArtifactId
111
+ parent artifactId in generated pom N.B. parentGroupId, parentArtifactId and parentVersion must all be specified for any of them to take effect
112
+
113
+ parentVersion
114
+ parent version in generated pom N.B. parentGroupId, parentArtifactId and parentVersion must all be specified for any of them to take effect
115
+
107
116
Back to the [ generators list] ( README.md )
Original file line number Diff line number Diff line change @@ -104,6 +104,15 @@ CONFIG OPTIONS for java-vertx
104
104
booleanGetterPrefix
105
105
Set booleanGetterPrefix (default value 'get')
106
106
107
+ parentGroupId
108
+ parent groupId in generated pom N.B. parentGroupId, parentArtifactId and parentVersion must all be specified for any of them to take effect
109
+
110
+ parentArtifactId
111
+ parent artifactId in generated pom N.B. parentGroupId, parentArtifactId and parentVersion must all be specified for any of them to take effect
112
+
113
+ parentVersion
114
+ parent version in generated pom N.B. parentGroupId, parentArtifactId and parentVersion must all be specified for any of them to take effect
115
+
107
116
rxInterface
108
117
When specified, API interfaces are generated with RX and methods return Single<> and Comparable. (Default: false)
109
118
Original file line number Diff line number Diff line change @@ -104,6 +104,15 @@ CONFIG OPTIONS for jaxrs-cxf-cdi
104
104
booleanGetterPrefix
105
105
Set booleanGetterPrefix (default value 'get')
106
106
107
+ parentGroupId
108
+ parent groupId in generated pom N.B. parentGroupId, parentArtifactId and parentVersion must all be specified for any of them to take effect
109
+
110
+ parentArtifactId
111
+ parent artifactId in generated pom N.B. parentGroupId, parentArtifactId and parentVersion must all be specified for any of them to take effect
112
+
113
+ parentVersion
114
+ parent version in generated pom N.B. parentGroupId, parentArtifactId and parentVersion must all be specified for any of them to take effect
115
+
107
116
implFolder
108
117
folder for generated implementation code
109
118
Original file line number Diff line number Diff line change @@ -104,6 +104,15 @@ CONFIG OPTIONS for jaxrs-cxf-client
104
104
booleanGetterPrefix
105
105
Set booleanGetterPrefix (default value 'get')
106
106
107
+ parentGroupId
108
+ parent groupId in generated pom N.B. parentGroupId, parentArtifactId and parentVersion must all be specified for any of them to take effect
109
+
110
+ parentArtifactId
111
+ parent artifactId in generated pom N.B. parentGroupId, parentArtifactId and parentVersion must all be specified for any of them to take effect
112
+
113
+ parentVersion
114
+ parent version in generated pom N.B. parentGroupId, parentArtifactId and parentVersion must all be specified for any of them to take effect
115
+
107
116
useBeanValidation
108
117
Use BeanValidation API annotations (Default: false)
109
118
Original file line number Diff line number Diff line change @@ -104,6 +104,15 @@ CONFIG OPTIONS for jaxrs-cxf
104
104
booleanGetterPrefix
105
105
Set booleanGetterPrefix (default value 'get')
106
106
107
+ parentGroupId
108
+ parent groupId in generated pom N.B. parentGroupId, parentArtifactId and parentVersion must all be specified for any of them to take effect
109
+
110
+ parentArtifactId
111
+ parent artifactId in generated pom N.B. parentGroupId, parentArtifactId and parentVersion must all be specified for any of them to take effect
112
+
113
+ parentVersion
114
+ parent version in generated pom N.B. parentGroupId, parentArtifactId and parentVersion must all be specified for any of them to take effect
115
+
107
116
implFolder
108
117
folder for generated implementation code
109
118
Original file line number Diff line number Diff line change @@ -104,6 +104,15 @@ CONFIG OPTIONS for jaxrs-jersey
104
104
booleanGetterPrefix
105
105
Set booleanGetterPrefix (default value 'get')
106
106
107
+ parentGroupId
108
+ parent groupId in generated pom N.B. parentGroupId, parentArtifactId and parentVersion must all be specified for any of them to take effect
109
+
110
+ parentArtifactId
111
+ parent artifactId in generated pom N.B. parentGroupId, parentArtifactId and parentVersion must all be specified for any of them to take effect
112
+
113
+ parentVersion
114
+ parent version in generated pom N.B. parentGroupId, parentArtifactId and parentVersion must all be specified for any of them to take effect
115
+
107
116
implFolder
108
117
folder for generated implementation code
109
118
Original file line number Diff line number Diff line change @@ -104,6 +104,15 @@ CONFIG OPTIONS for jaxrs-resteasy-eap
104
104
booleanGetterPrefix
105
105
Set booleanGetterPrefix (default value 'get')
106
106
107
+ parentGroupId
108
+ parent groupId in generated pom N.B. parentGroupId, parentArtifactId and parentVersion must all be specified for any of them to take effect
109
+
110
+ parentArtifactId
111
+ parent artifactId in generated pom N.B. parentGroupId, parentArtifactId and parentVersion must all be specified for any of them to take effect
112
+
113
+ parentVersion
114
+ parent version in generated pom N.B. parentGroupId, parentArtifactId and parentVersion must all be specified for any of them to take effect
115
+
107
116
implFolder
108
117
folder for generated implementation code
109
118
Original file line number Diff line number Diff line change @@ -104,6 +104,15 @@ CONFIG OPTIONS for jaxrs-resteasy
104
104
booleanGetterPrefix
105
105
Set booleanGetterPrefix (default value 'get')
106
106
107
+ parentGroupId
108
+ parent groupId in generated pom N.B. parentGroupId, parentArtifactId and parentVersion must all be specified for any of them to take effect
109
+
110
+ parentArtifactId
111
+ parent artifactId in generated pom N.B. parentGroupId, parentArtifactId and parentVersion must all be specified for any of them to take effect
112
+
113
+ parentVersion
114
+ parent version in generated pom N.B. parentGroupId, parentArtifactId and parentVersion must all be specified for any of them to take effect
115
+
107
116
implFolder
108
117
folder for generated implementation code
109
118
Original file line number Diff line number Diff line change @@ -104,6 +104,15 @@ CONFIG OPTIONS for jaxrs-spec
104
104
booleanGetterPrefix
105
105
Set booleanGetterPrefix (default value 'get')
106
106
107
+ parentGroupId
108
+ parent groupId in generated pom N.B. parentGroupId, parentArtifactId and parentVersion must all be specified for any of them to take effect
109
+
110
+ parentArtifactId
111
+ parent artifactId in generated pom N.B. parentGroupId, parentArtifactId and parentVersion must all be specified for any of them to take effect
112
+
113
+ parentVersion
114
+ parent version in generated pom N.B. parentGroupId, parentArtifactId and parentVersion must all be specified for any of them to take effect
115
+
107
116
implFolder
108
117
folder for generated implementation code
109
118
You can’t perform that action at this time.
0 commit comments