Skip to content

Commit 6ff07f8

Browse files
committed
More POM futzing
1 parent f5b37cb commit 6ff07f8

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

pom.xml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -120,11 +120,6 @@
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>
@@ -171,7 +166,7 @@
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>
@@ -190,6 +185,13 @@
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>

0 commit comments

Comments
 (0)