We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5922e88 commit 47de63eCopy full SHA for 47de63e
1 file changed
gbfs-validator-java/pom.xml
@@ -149,6 +149,19 @@
149
</plugins>
150
</pluginManagement>
151
<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>
165
<plugin>
166
<groupId>org.codehaus.mojo</groupId>
167
<artifactId>exec-maven-plugin</artifactId>
0 commit comments