|
45 | 45 | <version>1.2.1-SNAPSHOT</version> |
46 | 46 | <packaging>pom</packaging> |
47 | 47 |
|
48 | | - <name>OWASP Encoders Parent</name> |
| 48 | + <name>OWASP Java Encoder Project</name> |
49 | 49 | <description> |
50 | 50 | The OWASP Encoders package is a collection of high-performance low-overhead |
51 | 51 | contextual encoders, that when utilized correctly, is an effective tool in |
|
183 | 183 | <plugin> |
184 | 184 | <groupId>org.codehaus.mojo</groupId> |
185 | 185 | <artifactId>cobertura-maven-plugin</artifactId> |
186 | | - <version>2.7</version> |
| 186 | + <version>2.6</version> |
187 | 187 | </plugin> |
188 | 188 | <plugin> |
189 | 189 | <groupId>org.apache.maven.plugins</groupId> |
|
208 | 208 | <plugin> |
209 | 209 | <groupId>org.apache.maven.plugins</groupId> |
210 | 210 | <artifactId>maven-site-plugin</artifactId> |
211 | | - <version>3.5.1</version> |
| 211 | + <!-- upgrading beyond 3.4 may break the reflow skin --> |
| 212 | + <version>3.4</version> |
| 213 | + <dependencies> |
| 214 | + <dependency> |
| 215 | + <groupId>lt.velykis.maven.skins</groupId> |
| 216 | + <artifactId>reflow-velocity-tools</artifactId> |
| 217 | + <version>1.1.1</version> |
| 218 | + </dependency> |
| 219 | + <!-- Reflow skin requires Velocity >= 1.7 --> |
| 220 | + <dependency> |
| 221 | + <groupId>org.apache.velocity</groupId> |
| 222 | + <artifactId>velocity</artifactId> |
| 223 | + <version>1.7</version> |
| 224 | + </dependency> |
| 225 | + <dependency> |
| 226 | + <groupId>org.apache.maven.doxia</groupId> |
| 227 | + <artifactId>doxia-module-markdown</artifactId> |
| 228 | + <version>1.6</version> |
| 229 | + </dependency> |
| 230 | + </dependencies> |
212 | 231 | </plugin> |
213 | 232 | <plugin> |
214 | 233 | <groupId>org.apache.maven.plugins</groupId> |
|
308 | 327 | <plugin> |
309 | 328 | <groupId>org.apache.maven.plugins</groupId> |
310 | 329 | <artifactId>maven-site-plugin</artifactId> |
311 | | - <dependencies> |
312 | | - <dependency> |
313 | | - <groupId>org.apache.maven.doxia</groupId> |
314 | | - <artifactId>doxia-core</artifactId> |
315 | | - <version>1.7</version> |
316 | | - </dependency> |
317 | | - <dependency> |
318 | | - <groupId>org.apache.maven.doxia</groupId> |
319 | | - <artifactId>doxia-module-markdown</artifactId> |
320 | | - <version>1.7</version> |
321 | | - </dependency> |
322 | | - </dependencies> |
323 | | - <configuration> |
324 | | - <skipDeploy>true</skipDeploy> |
325 | | - </configuration> |
326 | 330 | </plugin> |
327 | 331 | </plugins> |
328 | 332 | </build> |
|
0 commit comments