22<project xmlns =" http://maven.apache.org/POM/4.0.0"
33 xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
44 xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
5- <modelVersion >4.0.0</modelVersion >
6- <properties >
7- <buildnumber >0</buildnumber >
8- </properties >
9- <groupId >esendex-java-sdk</groupId >
10- <artifactId >esendex-java-sdk</artifactId >
11- <version >1.0.1</version >
12- <build >
13- <plugins >
14- <plugin >
15- <artifactId >maven-compiler-plugin</artifactId >
16- <version >2.3.2</version >
17- <configuration >
18- <source >1.8</source >
19- <target >1.8</target >
20- </configuration >
21- </plugin >
22- <plugin >
23- <groupId >org.apache.maven.plugins</groupId >
24- <artifactId >maven-failsafe-plugin</artifactId >
25- <version >2.17</version >
26- </plugin >
27- <plugin >
28- <groupId >org.apache.maven.plugins</groupId >
29- <artifactId >maven-surefire-plugin</artifactId >
30- <version >2.17</version >
31- <dependencies >
32- <dependency >
33- <groupId >org.apache.maven.surefire</groupId >
34- <artifactId >surefire-junit47</artifactId >
35- <version >2.17</version >
36- </dependency >
37- </dependencies >
38- </plugin >
39- <plugin >
40- <artifactId >maven-dependency-plugin</artifactId >
41- <executions >
42- <execution >
43- <phase >package</phase >
44- <goals >
45- <goal >copy-dependencies</goal >
46- </goals >
47- <configuration >
48- <outputDirectory >${project.build.directory} /dependency</outputDirectory >
49- </configuration >
50- </execution >
51- </executions >
52- </plugin >
53- </plugins >
54- <resources >
55- <resource >
56- <directory >src/main/resources</directory >
57- <filtering >true</filtering >
58- </resource >
59- </resources >
60- </build >
61- <dependencies >
62- <dependency >
63- <groupId >commons-logging</groupId >
64- <artifactId >commons-logging</artifactId >
65- <version >1.1.1</version >
66- </dependency >
67- <dependency >
68- <groupId >com.thoughtworks.xstream</groupId >
69- <artifactId >xstream</artifactId >
70- <version >1.4.7</version >
71- </dependency >
72- <dependency >
73- <groupId >junit</groupId >
74- <artifactId >junit</artifactId >
75- <version >4.9</version >
76- </dependency >
77- </dependencies >
5+ <modelVersion >4.0.0</modelVersion >
6+ <properties >
7+ <buildnumber >0</buildnumber >
8+ </properties >
9+ <groupId >esendex-java-sdk</groupId >
10+ <artifactId >esendex-java-sdk</artifactId >
11+ <version >2.0.1</version >
12+ <build >
13+ <plugins >
14+ <plugin >
15+ <artifactId >maven-compiler-plugin</artifactId >
16+ <version >2.3.2</version >
17+ <configuration >
18+ <source >1.8</source >
19+ <target >1.8</target >
20+ </configuration >
21+ </plugin >
22+ <plugin >
23+ <groupId >org.apache.maven.plugins</groupId >
24+ <artifactId >maven-failsafe-plugin</artifactId >
25+ <version >2.17</version >
26+ </plugin >
27+ <plugin >
28+ <groupId >org.apache.maven.plugins</groupId >
29+ <artifactId >maven-surefire-plugin</artifactId >
30+ <version >2.17</version >
31+ <dependencies >
32+ <dependency >
33+ <groupId >org.apache.maven.surefire</groupId >
34+ <artifactId >surefire-junit47</artifactId >
35+ <version >2.17</version >
36+ </dependency >
37+ </dependencies >
38+ </plugin >
39+ <plugin >
40+ <groupId >org.apache.maven.plugins</groupId >
41+ <artifactId >maven-javadoc-plugin</artifactId >
42+ <version >2.10.3</version >
43+ <configuration >
44+ <destDir >${project.build.directory} /apidocs</destDir >
45+ <reportOutputDirectory >${project.reporting.outputDirectory} /apidocs</reportOutputDirectory >
46+ </configuration >
47+ <executions >
48+ <execution >
49+ <id >attach-javadocs</id >
50+ <goals >
51+ <goal >jar</goal >
52+ </goals >
53+ <configuration >
54+ <additionalparam >-Xdoclint:none</additionalparam >
55+ </configuration >
56+ </execution >
57+ </executions >
58+ </plugin >
59+ <plugin >
60+ <artifactId >maven-dependency-plugin</artifactId >
61+ <executions >
62+ <execution >
63+ <phase >package</phase >
64+ <goals >
65+ <goal >copy-dependencies</goal >
66+ </goals >
67+ <configuration >
68+ <outputDirectory >${project.build.directory} /dependency</outputDirectory >
69+ </configuration >
70+ </execution >
71+ </executions >
72+ </plugin >
73+ </plugins >
74+ <resources >
75+ <resource >
76+ <directory >src/main/resources</directory >
77+ <filtering >true</filtering >
78+ </resource >
79+ </resources >
80+ </build >
81+ <dependencies >
82+ <dependency >
83+ <groupId >commons-logging</groupId >
84+ <artifactId >commons-logging</artifactId >
85+ <version >1.1.1</version >
86+ </dependency >
87+ <dependency >
88+ <groupId >com.thoughtworks.xstream</groupId >
89+ <artifactId >xstream</artifactId >
90+ <version >1.4.7</version >
91+ </dependency >
92+ <dependency >
93+ <groupId >junit</groupId >
94+ <artifactId >junit</artifactId >
95+ <version >4.9</version >
96+ </dependency >
97+ </dependencies >
7898
7999</project >
0 commit comments