Skip to content

Commit 07dcbb3

Browse files
committed
specify pom location for release plugin
1 parent b18459c commit 07dcbb3

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

library/pom.xml

+16
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,22 @@
7979

8080
<build>
8181
<plugins>
82+
<plugin>
83+
<groupId>org.apache.maven.plugins</groupId>
84+
<artifactId>maven-release-plugin</artifactId>
85+
<version>2.2.1</version>
86+
<executions>
87+
<execution>
88+
<id>default</id>
89+
<goals>
90+
<goal>perform</goal>
91+
</goals>
92+
<configuration>
93+
<pomFileName>library/pom.xml</pomFileName>
94+
</configuration>
95+
</execution>
96+
</executions>
97+
</plugin>
8298
<plugin>
8399
<groupId>org.apache.maven.plugins</groupId>
84100
<artifactId>maven-compiler-plugin</artifactId>

0 commit comments

Comments
 (0)