File tree Expand file tree Collapse file tree 8 files changed +93
-2
lines changed
codegen-generated-classes-test Expand file tree Collapse file tree 8 files changed +93
-2
lines changed Original file line number Diff line number Diff line change 174
174
<skip >true</skip >
175
175
</configuration >
176
176
</plugin >
177
+ <!-- Disable maven release. -->
178
+ <plugin >
179
+ <groupId >org.sonatype.plugins</groupId >
180
+ <artifactId >nexus-staging-maven-plugin</artifactId >
181
+ <configuration >
182
+ <skipStaging >true</skipStaging >
183
+ </configuration >
184
+ <version >${nexus-staging-maven-plugin.version} </version >
185
+ </plugin >
177
186
</plugins >
178
187
</build >
179
188
Original file line number Diff line number Diff line change 47
47
<groupId >org.codehaus.mojo</groupId >
48
48
<artifactId >build-helper-maven-plugin</artifactId >
49
49
</plugin >
50
+ <!-- Disable maven release. -->
51
+ <plugin >
52
+ <groupId >org.sonatype.plugins</groupId >
53
+ <artifactId >nexus-staging-maven-plugin</artifactId >
54
+ <configuration >
55
+ <skipStaging >true</skipStaging >
56
+ </configuration >
57
+ <version >${nexus-staging-maven-plugin.version} </version >
58
+ </plugin >
50
59
</plugins >
51
60
</build >
52
61
Original file line number Diff line number Diff line change 47
47
<groupId >org.codehaus.mojo</groupId >
48
48
<artifactId >build-helper-maven-plugin</artifactId >
49
49
</plugin >
50
+ <!-- Disable maven release. -->
51
+ <plugin >
52
+ <groupId >org.sonatype.plugins</groupId >
53
+ <artifactId >nexus-staging-maven-plugin</artifactId >
54
+ <configuration >
55
+ <skipStaging >true</skipStaging >
56
+ </configuration >
57
+ <version >${nexus-staging-maven-plugin.version} </version >
58
+ </plugin >
50
59
</plugins >
51
60
</build >
52
61
Original file line number Diff line number Diff line change 48
48
<groupId >org.codehaus.mojo</groupId >
49
49
<artifactId >build-helper-maven-plugin</artifactId >
50
50
</plugin >
51
+ <!-- Disable maven release. -->
52
+ <plugin >
53
+ <groupId >org.sonatype.plugins</groupId >
54
+ <artifactId >nexus-staging-maven-plugin</artifactId >
55
+ <configuration >
56
+ <skipStaging >true</skipStaging >
57
+ </configuration >
58
+ <version >${nexus-staging-maven-plugin.version} </version >
59
+ </plugin >
51
60
</plugins >
52
61
</build >
53
62
Original file line number Diff line number Diff line change 120
120
</dependency >
121
121
</dependencies >
122
122
123
-
123
+ <build >
124
+ <plugins >
125
+ <plugin >
126
+ <groupId >org.apache.maven.plugins</groupId >
127
+ <artifactId >maven-compiler-plugin</artifactId >
128
+ </plugin >
129
+ <plugin >
130
+ <groupId >org.apache.maven.plugins</groupId >
131
+ <artifactId >maven-javadoc-plugin</artifactId >
132
+ </plugin >
133
+ <plugin >
134
+ <groupId >org.codehaus.mojo</groupId >
135
+ <artifactId >build-helper-maven-plugin</artifactId >
136
+ </plugin >
137
+ <!-- Disable maven release. -->
138
+ <plugin >
139
+ <groupId >org.sonatype.plugins</groupId >
140
+ <artifactId >nexus-staging-maven-plugin</artifactId >
141
+ <configuration >
142
+ <skipStaging >true</skipStaging >
143
+ </configuration >
144
+ <version >${nexus-staging-maven-plugin.version} </version >
145
+ </plugin >
146
+ </plugins >
147
+ </build >
124
148
</project >
Original file line number Diff line number Diff line change 166
166
</execution >
167
167
</executions >
168
168
</plugin >
169
+ <!-- Disable maven release. -->
170
+ <plugin >
171
+ <groupId >org.sonatype.plugins</groupId >
172
+ <artifactId >nexus-staging-maven-plugin</artifactId >
173
+ <configuration >
174
+ <skipStaging >true</skipStaging >
175
+ </configuration >
176
+ <version >${nexus-staging-maven-plugin.version} </version >
177
+ </plugin >
169
178
</plugins >
170
179
</build >
171
180
Original file line number Diff line number Diff line change 98
98
</ignoredUnusedDeclaredDependencies >
99
99
</configuration >
100
100
</plugin >
101
-
101
+ <!-- Disable maven release. -->
102
+ <plugin >
103
+ <groupId >org.sonatype.plugins</groupId >
104
+ <artifactId >nexus-staging-maven-plugin</artifactId >
105
+ <configuration >
106
+ <skipStaging >true</skipStaging >
107
+ </configuration >
108
+ <version >${nexus-staging-maven-plugin.version} </version >
109
+ </plugin >
102
110
</plugins >
103
111
</build >
104
112
</project >
Original file line number Diff line number Diff line change 87
87
<scope >test</scope >
88
88
</dependency >
89
89
</dependencies >
90
+
91
+ <build >
92
+ <plugins >
93
+ <!-- Disable maven release. -->
94
+ <plugin >
95
+ <groupId >org.sonatype.plugins</groupId >
96
+ <artifactId >nexus-staging-maven-plugin</artifactId >
97
+ <configuration >
98
+ <skipStaging >true</skipStaging >
99
+ </configuration >
100
+ <version >${nexus-staging-maven-plugin.version} </version >
101
+ </plugin >
102
+ </plugins >
103
+ </build >
90
104
</project >
You can’t perform that action at this time.
0 commit comments