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.
2 parents 2a2ead4 + 64184ae commit d151f0dCopy full SHA for d151f0d
pom.xml
@@ -37,6 +37,28 @@
37
<tag>${scmTag}</tag>
38
</scm>
39
40
+ <build>
41
+ <pluginManagement>
42
+ <plugins>
43
+ <plugin>
44
+ <groupId>org.apache.maven.plugins</groupId>
45
+ <artifactId>maven-deploy-plugin</artifactId>
46
+ <configuration>
47
+ <skip>true</skip>
48
+ </configuration>
49
+ </plugin>
50
+ </plugins>
51
+ </pluginManagement>
52
+ </build>
53
+ <profiles>
54
+ <profile>
55
+ <id>quick-build</id>
56
+ <modules>
57
+ <module>plugin</module>
58
+ </modules>
59
+ </profile>
60
+ </profiles>
61
+
62
<repositories>
63
<repository>
64
<id>repo.jenkins-ci.org</id>
0 commit comments