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 07f92cb commit ecc8fa8Copy full SHA for ecc8fa8
pom.xml
@@ -8,6 +8,17 @@
8
9
<packaging>war</packaging>
10
11
+ <distributionManagement>
12
+ <snapshotRepository>
13
+ <id>github</id>
14
+ <url>https://maven.pkg.github.com/devops-ws/learn-pipeline-java</url>
15
+ </snapshotRepository>
16
+ <repository>
17
18
19
+ </repository>
20
+ </distributionManagement>
21
+
22
<build>
23
<plugins>
24
<plugin>
0 commit comments