Skip to content

Commit 2f913e9

Browse files
authored
Reverted the changes made for pom.xml
1 parent 5059b12 commit 2f913e9

File tree

1 file changed

+1
-19
lines changed

1 file changed

+1
-19
lines changed

sampleWebApp/pom.xml

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,6 @@ Also show cases the 'Simple Logging Framework - slf4j'.</description>
4545
<warName>mywebapp</warName>
4646
</configuration>
4747
</plugin>
48-
<plugin>
49-
<groupId>org.apache.maven.plugins</groupId>
50-
<artifactId>maven-deploy-plugin</artifactId>
51-
<version>2.7</version>
52-
</plugin>
5348
</plugins>
5449
<!-- shown as an example, second priority for the WAR name -->
5550
<finalName>mywebappNameSecondOption</finalName>
@@ -105,18 +100,5 @@ Also show cases the 'Simple Logging Framework - slf4j'.</description>
105100
<scope>test</scope>
106101
</dependency>
107102
</dependencies>
108-
<distributionManagement>
109-
<repository>
110-
<id>central</id>
111-
<name>devopsansiblejfrog-releases</name>
112-
<url>http://137.117.88.166:8081/artifactory/my-maven-repo</url>
113-
</repository>
114-
<snapshotRepository>
115-
<id>snapshots</id>
116-
<name>devopsansiblejfrog-snapshots</name>
117-
<url>http://137.117.88.166:8081/artifactory/my-maven-repo</url>
118-
</snapshotRepository>
119-
</distributionManagement>
120-
121-
103+
122104
</project>

0 commit comments

Comments
 (0)