1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
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"
4
- >
3
+ xsi:schemaLocation=" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
5
4
<modelVersion >4.0.0</modelVersion >
6
5
<groupId >com.itextpdf</groupId >
7
6
<artifactId >itextpdf</artifactId >
74
73
<connection >scm:svn:http://itext.svn.sourceforge.net/svnroot/itext/trunk/itext</connection >
75
74
<url >http://itext.svn.sourceforge.net/viewvc/itext</url >
76
75
</scm >
77
-
76
+
78
77
<!-- Build -->
79
78
<build >
80
79
<resources >
109
108
</activation >
110
109
</profile >
111
110
<profile >
112
- <id >release </id >
111
+ <id >all </id >
113
112
<build >
114
113
<plugins >
115
- <plugin >
116
- <groupId >org.apache.maven.plugins</groupId >
117
- <artifactId >maven-antrun-plugin</artifactId >
118
- <version >1.6</version >
119
- <executions >
120
- <execution >
121
- <phase >package</phase >
122
- <configuration >
123
- <target >
124
- <jar jarfile =" target/iTextAsian.jar" basedir =" src/main/resources" includes =" **/*.cmap,**/*.properties,**/cmap_info.txt" />
125
- <jar jarfile =" target/iTextAsianCmaps.jar" basedir =" src/main/resources" includes =" com/itextpdf/text/pdf/fonts/cmaps/**" />
126
- </target >
127
- </configuration >
128
- <goals >
129
- <goal >run</goal >
130
- </goals >
131
- </execution >
132
- </executions >
133
- </plugin >
134
114
<plugin >
135
115
<groupId >org.apache.maven.plugins</groupId >
136
116
<artifactId >maven-javadoc-plugin</artifactId >
178
158
<scope >test</scope >
179
159
</dependency >
180
160
</dependencies >
181
- <!-- Reporting -->
182
161
<reporting >
183
162
<plugins >
184
- <plugin >
185
- <groupId >org.codehaus.mojo</groupId >
186
- <artifactId >cobertura-maven-plugin</artifactId >
187
- <version >2.4</version >
188
- <configuration >
189
- <formats >
190
- <format >html</format >
191
- <format >xml</format >
192
- </formats >
193
- </configuration >
194
- </plugin >
195
- <plugin >
196
- <groupId >org.codehaus.mojo</groupId >
197
- <artifactId >findbugs-maven-plugin</artifactId >
198
- <version >2.0.1</version >
199
- <configuration >
200
- <findbugsXmlOutput >true</findbugsXmlOutput >
201
- <!-- Optional directory to put findbugs xml report <findbugsXmlOutputDirectory>target/site</findbugsXmlOutputDirectory> -->
202
- </configuration >
203
- </plugin >
204
- <plugin >
205
- <groupId >org.apache.maven.plugins</groupId >
206
- <artifactId >maven-pmd-plugin</artifactId >
207
- <version >2.5</version >
208
- <configuration >
209
- <linkXref >true</linkXref >
210
- <sourceEncoding >utf-8</sourceEncoding >
211
- <minimumTokens >100</minimumTokens >
212
- <targetJdk >1.5</targetJdk >
213
- <excludes >
214
- <exclude >**/*Bean.java</exclude >
215
- <exclude >**/generated/*.java</exclude >
216
- </excludes >
217
- <excludeRoots >
218
- <excludeRoot >target/generated-sources/stubs</excludeRoot >
219
- </excludeRoots >
220
- </configuration >
221
- </plugin >
222
163
<plugin >
223
164
<groupId >org.apache.maven.plugins</groupId >
224
165
<artifactId >maven-checkstyle-plugin</artifactId >
225
166
<version >2.6</version >
226
167
<configuration >
227
- <configLocation >checkstyle-reasonable .xml</configLocation >
168
+ <configLocation >checkstyle-headercheck .xml</configLocation >
228
169
</configuration >
229
170
</plugin >
230
- <plugin >
231
- <groupId >org.apache.maven.plugins</groupId >
232
- <artifactId >maven-javadoc-plugin</artifactId >
233
- <version >2.7</version >
234
- </plugin >
235
171
</plugins >
236
172
</reporting >
237
173
<properties >
238
174
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
239
175
<checkstyle .header.file>license.txt</checkstyle .header.file>
240
176
</properties >
241
-
242
177
</project >
0 commit comments