There was an error while loading. Please reload this page.
1 parent ce89fff commit dac5c51Copy full SHA for dac5c51
1 file changed
friendly-id-samples/pom.xml
@@ -28,6 +28,19 @@
28
<skip>true</skip>
29
</configuration>
30
</plugin>
31
+ <plugin>
32
+ <artifactId>maven-deploy-plugin</artifactId>
33
+ <configuration>
34
+ <skip>true</skip>
35
+ </configuration>
36
+ </plugin>
37
38
+ <groupId>org.sonatype.central</groupId>
39
+ <artifactId>central-publishing-maven-plugin</artifactId>
40
41
+ <skipPublishing>true</skipPublishing>
42
43
44
</plugins>
45
<pluginManagement>
46
<plugins>
0 commit comments