-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugins
More file actions
56 lines (56 loc) · 1.87 KB
/
plugins
File metadata and controls
56 lines (56 loc) · 1.87 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
[0:44 pm, 21/07/2021] Sai @rk Puram: <plugins>
<plugin>
<groupId>org.apache.tomcat.maven</groupId>
<artifactId>tomcat7-maven-plugin</artifactId>
<version>2.2</version>
<configuration>
<url>http://3.143.25.138:8080/manager/text</url>
<server>tomcat</server>
<username>admin</username>
<password>password</password>
<path>/nopath</path>
<update>true</update>
</configuration>
</plugin>
<plugin>
[0:44 pm, 21/07/2021] Sai @rk Puram: <plugins>
<plugin>
<groupId>org.apache.tomcat.maven</groupId>
<artifactId>tomcat-maven-plugin</artifactId>
<version>2.2</version>
<configuration>
<url>http://3.141.228.58:8080/manager/</url>
<server>TomcatServer</server>
<path>/.m2</path>
<username>deployer</username>
<password>deployer</password>
</configuration>
</plugin>
[0:44 pm, 21/07/2021] Sai @rk Puram: <plugins>
<plugin>
<groupId>org.apache.tomcat.maven</groupId>
<artifactId>tomcat-maven-plugin</artifactId>
<version>2.2</version>
<configuration>
<url>http://3.141.228.58:8080/manager/</url>
<server>TomcatServer</server>
<path>/.m2</path>
<username>deployer</username>
<password>deployer</password>
</configuration>
</plugin>
[0:44 pm, 21/07/2021] Sai @rk Puram: <plugins>
<plugin>
<groupId>org.apache.tomcat.maven</groupId>
<artifactId>tomcat7-maven-plugin</artifactId>
<version>2.2</version>
<configuration>
<url>http://3.143.25.138:8080/manager/text</url>
<server>tomcat</server>
<username>admin</username>
<password>password</password>
<path>/nopath</path>
<update>true</update>
</configuration>
</plugin>
<plugin>