File tree 5 files changed +0
-37
lines changed
5 files changed +0
-37
lines changed Original file line number Diff line number Diff line change 19
19
<build >
20
20
<finalName >sandbox-agent-${project.version} </finalName >
21
21
<plugins >
22
- <plugin >
23
- <groupId >org.apache.maven.plugins</groupId >
24
- <artifactId >maven-deploy-plugin</artifactId >
25
- <configuration >
26
- <skip >true</skip >
27
- </configuration >
28
- </plugin >
29
22
<plugin >
30
23
<groupId >org.apache.maven.plugins</groupId >
31
24
<artifactId >maven-assembly-plugin</artifactId >
Original file line number Diff line number Diff line change 51
51
</execution >
52
52
</executions >
53
53
</plugin >
54
- <plugin >
55
- <groupId >org.apache.maven.plugins</groupId >
56
- <artifactId >maven-deploy-plugin</artifactId >
57
- <configuration >
58
- <skip >true</skip >
59
- </configuration >
60
- </plugin >
61
54
<plugin >
62
55
<groupId >org.apache.maven.plugins</groupId >
63
56
<artifactId >maven-surefire-plugin</artifactId >
Original file line number Diff line number Diff line change 19
19
20
20
<build >
21
21
<finalName >sandbox-debug-module-${sandbox.version} </finalName >
22
- <plugins >
23
- <plugin >
24
- <groupId >org.apache.maven.plugins</groupId >
25
- <artifactId >maven-deploy-plugin</artifactId >
26
- <configuration >
27
- <skip >true</skip >
28
- </configuration >
29
- </plugin >
30
- </plugins >
31
22
</build >
32
23
33
24
<dependencies >
Original file line number Diff line number Diff line change 37
37
</execution >
38
38
</executions >
39
39
</plugin >
40
- <plugin >
41
- <groupId >org.apache.maven.plugins</groupId >
42
- <artifactId >maven-deploy-plugin</artifactId >
43
- <configuration >
44
- <skip >true</skip >
45
- </configuration >
46
- </plugin >
47
40
</plugins >
48
41
</build >
49
42
Original file line number Diff line number Diff line change 36
36
</execution >
37
37
</executions >
38
38
</plugin >
39
- <plugin >
40
- <groupId >org.apache.maven.plugins</groupId >
41
- <artifactId >maven-deploy-plugin</artifactId >
42
- <configuration >
43
- <skip >true</skip >
44
- </configuration >
45
- </plugin >
46
39
</plugins >
47
40
</build >
48
41
You can’t perform that action at this time.
0 commit comments