Skip to content

Commit 47de63e

Browse files
committed
update pom, more fixes
1 parent 5922e88 commit 47de63e

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

gbfs-validator-java/pom.xml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,19 @@
149149
</plugins>
150150
</pluginManagement>
151151
<plugins>
152+
<plugin>
153+
<artifactId>maven-deploy-plugin</artifactId>
154+
<version>3.1.1</version>
155+
<executions>
156+
<execution>
157+
<id>default-deploy</id>
158+
<phase>deploy</phase>
159+
<goals>
160+
<goal>deploy</goal>
161+
</goals>
162+
</execution>
163+
</executions>
164+
</plugin>
152165
<plugin>
153166
<groupId>org.codehaus.mojo</groupId>
154167
<artifactId>exec-maven-plugin</artifactId>

0 commit comments

Comments
 (0)