File tree 1 file changed +15
-1
lines changed
1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
2
+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
3
4
<modelVersion >4.0.0</modelVersion >
4
5
5
6
<parent >
47
48
<version >4.2.0</version >
48
49
</dependency >
49
50
</dependencies >
51
+
52
+ <build >
53
+ <plugins >
54
+ <plugin >
55
+ <groupId >org.apache.maven.plugins</groupId >
56
+ <artifactId >maven-deploy-plugin</artifactId >
57
+ <version >2.7</version >
58
+ <configuration >
59
+ <skip >true</skip >
60
+ </configuration >
61
+ </plugin >
62
+ </plugins >
63
+ </build >
50
64
</project >
You can’t perform that action at this time.
0 commit comments