|
6 | 6 | <groupId>com.itextpdf</groupId> |
7 | 7 | <artifactId>root</artifactId> |
8 | 8 | <version>7.1.0-SNAPSHOT</version> |
9 | | - <relativePath/> |
| 9 | + <relativePath /> |
10 | 10 | </parent> |
11 | 11 |
|
12 | 12 | <artifactId>html2pdf</artifactId> |
|
44 | 44 | <dependencies> |
45 | 45 | <dependency> |
46 | 46 | <groupId>com.itextpdf</groupId> |
47 | | - <artifactId>layout</artifactId> |
| 47 | + <artifactId>forms</artifactId> |
48 | 48 | <version>${itext.version}</version> |
49 | 49 | </dependency> |
50 | 50 | <dependency> |
51 | 51 | <groupId>com.itextpdf</groupId> |
52 | | - <artifactId>forms</artifactId> |
| 52 | + <artifactId>layout</artifactId> |
53 | 53 | <version>${itext.version}</version> |
54 | 54 | </dependency> |
55 | 55 | <dependency> |
56 | 56 | <groupId>com.itextpdf</groupId> |
57 | | - <artifactId>pdftest</artifactId> |
| 57 | + <artifactId>hyph</artifactId> |
58 | 58 | <version>${itext.version}</version> |
59 | 59 | <scope>test</scope> |
60 | 60 | </dependency> |
|
66 | 66 | </dependency> |
67 | 67 | <dependency> |
68 | 68 | <groupId>com.itextpdf</groupId> |
69 | | - <artifactId>hyph</artifactId> |
| 69 | + <artifactId>pdftest</artifactId> |
70 | 70 | <version>${itext.version}</version> |
71 | 71 | <scope>test</scope> |
72 | 72 | </dependency> |
|
90 | 90 | </resources> |
91 | 91 | <plugins> |
92 | 92 | <plugin> |
93 | | - <groupId>org.apache.maven.plugins</groupId> |
94 | | - <artifactId>maven-surefire-plugin</artifactId> |
95 | | - <version>2.19.1</version> |
96 | | - <configuration> |
97 | | - <groups>${unittests}</groups> |
98 | | - </configuration> |
| 93 | + <groupId>external.atlassian.jgitflow</groupId> |
| 94 | + <artifactId>jgitflow-maven-plugin</artifactId> |
| 95 | + <version>1.0-m5.1</version> |
99 | 96 | </plugin> |
100 | 97 | <plugin> |
101 | 98 | <groupId>org.apache.maven.plugins</groupId> |
|
108 | 105 | <groups>${integrationtests}</groups> |
109 | 106 | </configuration> |
110 | 107 | </plugin> |
111 | | - <plugin> |
112 | | - <groupId>org.pitest</groupId> |
113 | | - <artifactId>pitest-maven</artifactId> |
114 | | - <version>1.1.11</version> |
115 | | - <configuration> |
116 | | - <skip>true</skip> |
117 | | - </configuration> |
118 | | - </plugin> |
119 | | - <plugin> |
120 | | - <groupId>org.apache.maven.plugins</groupId> |
121 | | - <artifactId>maven-source-plugin</artifactId> |
122 | | - <version>3.0.1</version> |
123 | | - <executions> |
124 | | - <execution> |
125 | | - <id>attach-sources</id> |
126 | | - <phase>verify</phase> |
127 | | - <goals> |
128 | | - <goal>jar-no-fork</goal> |
129 | | - </goals> |
130 | | - </execution> |
131 | | - </executions> |
132 | | - </plugin> |
133 | | - <plugin> |
134 | | - <groupId>org.revapi</groupId> |
135 | | - <artifactId>revapi-maven-plugin</artifactId> |
136 | | - <version>0.8.2</version> |
137 | | - <configuration> |
138 | | - <skip>true</skip> |
139 | | - </configuration> |
140 | | - </plugin> |
141 | | - <plugin> |
142 | | - <groupId>external.atlassian.jgitflow</groupId> |
143 | | - <artifactId>jgitflow-maven-plugin</artifactId> |
144 | | - <version>1.0-m5.1</version> |
145 | | - </plugin> |
146 | 108 | <plugin> |
147 | 109 | <groupId>org.apache.maven.plugins</groupId> |
148 | 110 | <artifactId>maven-javadoc-plugin</artifactId> |
|
161 | 123 | </configuration> |
162 | 124 | </plugin> |
163 | 125 | <plugin> |
164 | | - <groupId>org.apache.felix</groupId> |
165 | | - <artifactId>maven-bundle-plugin</artifactId> |
166 | | - <version>3.2.0</version> |
167 | | - <extensions>true</extensions> |
| 126 | + <groupId>org.apache.maven.plugins</groupId> |
| 127 | + <artifactId>maven-source-plugin</artifactId> |
| 128 | + <version>3.0.1</version> |
168 | 129 | <executions> |
169 | 130 | <execution> |
170 | | - <id>bundle-manifest</id> |
171 | | - <phase>process-classes</phase> |
| 131 | + <id>attach-sources</id> |
| 132 | + <phase>verify</phase> |
172 | 133 | <goals> |
173 | | - <goal>manifest</goal> |
| 134 | + <goal>jar-no-fork</goal> |
174 | 135 | </goals> |
175 | 136 | </execution> |
176 | 137 | </executions> |
177 | | - <configuration> |
178 | | - <unpackBundle>true</unpackBundle> |
179 | | - </configuration> |
180 | 138 | </plugin> |
181 | 139 | <plugin> |
182 | | - <groupId>com.github.ekryd.sortpom</groupId> |
183 | | - <artifactId>sortpom-maven-plugin</artifactId> |
184 | | - <version>2.4.0</version> |
185 | | - <executions> |
186 | | - <execution> |
187 | | - <phase>verify</phase> |
188 | | - <goals> |
189 | | - <goal>sort</goal> |
190 | | - </goals> |
191 | | - </execution> |
192 | | - </executions> |
| 140 | + <groupId>org.apache.maven.plugins</groupId> |
| 141 | + <artifactId>maven-surefire-plugin</artifactId> |
| 142 | + <version>2.19.1</version> |
193 | 143 | <configuration> |
194 | | - <lineSeparator>\n</lineSeparator> |
195 | | - <encoding>${project.build.sourceEncoding}</encoding> |
196 | | - <sortProperties>true</sortProperties> |
197 | | - <keepBlankLines>true</keepBlankLines> |
198 | | - <expandEmptyElements>false</expandEmptyElements> |
199 | | - <nrOfIndentSpace>2</nrOfIndentSpace> |
200 | | - <sortDependencies>scope</sortDependencies> |
201 | | - <skip>${skipSortPom}</skip> |
| 144 | + <groups>${unittests}</groups> |
202 | 145 | </configuration> |
203 | 146 | </plugin> |
204 | 147 | <plugin> |
205 | | - <groupId>org.codehaus.mojo</groupId> |
206 | | - <artifactId>tidy-maven-plugin</artifactId> |
207 | | - <version>1.0.0</version> |
208 | | - <executions> |
209 | | - <execution> |
210 | | - <phase>verify</phase> |
211 | | - <goals> |
212 | | - <goal>pom</goal> |
213 | | - </goals> |
214 | | - </execution> |
215 | | - </executions> |
216 | | - </plugin> |
217 | | - <plugin> |
218 | | - <groupId>org.apache.felix</groupId> |
219 | | - <artifactId>maven-bundle-plugin</artifactId> |
220 | | - <version>3.2.0</version> |
221 | | - <extensions>true</extensions> |
222 | | - <executions> |
223 | | - <execution> |
224 | | - <id>bundle-manifest</id> |
225 | | - <phase>process-classes</phase> |
226 | | - <goals> |
227 | | - <goal>manifest</goal> |
228 | | - </goals> |
229 | | - </execution> |
230 | | - </executions> |
| 148 | + <groupId>org.pitest</groupId> |
| 149 | + <artifactId>pitest-maven</artifactId> |
| 150 | + <version>1.1.11</version> |
231 | 151 | <configuration> |
232 | | - <unpackBundle>true</unpackBundle> |
| 152 | + <skip>true</skip> |
233 | 153 | </configuration> |
234 | 154 | </plugin> |
235 | 155 | <plugin> |
236 | | - <groupId>com.github.ekryd.sortpom</groupId> |
237 | | - <artifactId>sortpom-maven-plugin</artifactId> |
238 | | - <version>2.4.0</version> |
239 | | - <executions> |
240 | | - <execution> |
241 | | - <phase>verify</phase> |
242 | | - <goals> |
243 | | - <goal>sort</goal> |
244 | | - </goals> |
245 | | - </execution> |
246 | | - </executions> |
| 156 | + <groupId>org.revapi</groupId> |
| 157 | + <artifactId>revapi-maven-plugin</artifactId> |
| 158 | + <version>0.8.2</version> |
247 | 159 | <configuration> |
248 | | - <lineSeparator>\n</lineSeparator> |
249 | | - <encoding>${project.build.sourceEncoding}</encoding> |
250 | | - <sortProperties>true</sortProperties> |
251 | | - <keepBlankLines>true</keepBlankLines> |
252 | | - <expandEmptyElements>false</expandEmptyElements> |
253 | | - <nrOfIndentSpace>2</nrOfIndentSpace> |
254 | | - <sortDependencies>scope</sortDependencies> |
255 | | - <skip>${skipSortPom}</skip> |
| 160 | + <skip>true</skip> |
256 | 161 | </configuration> |
257 | 162 | </plugin> |
258 | | - <plugin> |
259 | | - <groupId>org.codehaus.mojo</groupId> |
260 | | - <artifactId>tidy-maven-plugin</artifactId> |
261 | | - <version>1.0.0</version> |
262 | | - <executions> |
263 | | - <execution> |
264 | | - <phase>verify</phase> |
265 | | - <goals> |
266 | | - <goal>pom</goal> |
267 | | - </goals> |
268 | | - </execution> |
269 | | - </executions> |
270 | | - </plugin> |
271 | 163 | </plugins> |
272 | 164 | </build> |
273 | 165 | </project> |
0 commit comments