File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed
Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change 120120 <artifactId >nexus-staging-maven-plugin</artifactId >
121121 <version >${staging-plugin.version} </version >
122122 </plugin >
123- <plugin >
124- <groupId >org.apache.maven.plugins</groupId >
125- <artifactId >maven-release-plugin</artifactId >
126- <version >${release-plugin.version} </version >
127- </plugin >
128123 </plugins >
129124 </pluginManagement >
130125 <plugins >
171166 <artifactId >maven-release-plugin</artifactId >
172167 <configuration >
173168 <autoVersionSubmodules >true</autoVersionSubmodules >
174- <useReleaseProfile >false</useReleaseProfile >
169+ <!-- <useReleaseProfile>false</useReleaseProfile> -- >
175170 <releaseProfiles >release</releaseProfiles >
176171 <goals >deploy</goals >
177172 </configuration >
190185 </activation >
191186 <build >
192187 <pluginManagement >
188+ <plugins >
189+ <plugin >
190+ <groupId >org.apache.maven.plugins</groupId >
191+ <artifactId >maven-release-plugin</artifactId >
192+ <version >${release-plugin.version} </version >
193+ </plugin >
194+ </plugins >
193195 </pluginManagement >
194196 <plugins >
195197 <plugin >
You can’t perform that action at this time.
0 commit comments