File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change 133
133
</execution >
134
134
</executions >
135
135
</plugin >
136
+ <plugin >
137
+ <groupId >org.apache.maven.plugins</groupId >
138
+ <artifactId >maven-release-plugin</artifactId >
139
+ <version >${maven-release-plugin-version} </version >
140
+ </plugin >
141
+ <plugin >
142
+ <groupId >org.apache.maven.plugins</groupId >
143
+ <artifactId >maven-resources-plugin</artifactId >
144
+ <version >${maven-resources-plugin-version} </version >
145
+ </plugin >
146
+ <plugin >
147
+ <groupId >org.apache.maven.plugins</groupId >
148
+ <artifactId >maven-surefire-plugin</artifactId >
149
+ <version >${maven-surefire-plugin-version} </version >
150
+ </plugin >
151
+ <plugin >
152
+ <groupId >org.apache.maven.plugins</groupId >
153
+ <artifactId >maven-jar-plugin</artifactId >
154
+ <version >${maven-jar-plugin-version} </version >
155
+ </plugin >
136
156
</plugins >
137
157
</build >
138
158
You can’t perform that action at this time.
0 commit comments