Lines Matching +full:apache +full:- +full:maven +full:- +full:3

1 <?xml version="1.0" encoding="US-ASCII"?>
2 <!--
36 -->
38 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-inst…
39 …xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
43 <artifactId>encoder-parent</artifactId>
44 <version>1.2.3</version>
49 The OWASP Encoders package is a collection of high-performance low-overhead
51 preventing Web Application security vulnerabilities such as Cross-Site
64 <name>OWASP (Open Web-Application Security Project)</name>
70 <name>The BSD 3-Clause License</name>
71 <url>http://www.opensource.org/licenses/BSD-3-Clause</url>
78 <artifactId>oss-parent</artifactId>
83 … <developerConnection>scm:git:[email protected]:owasp/owasp-java-encoder.git</developerConnection>
84 <connection>scm:git:[email protected]:owasp/owasp-java-encoder.git</connection>
85 <url>https://github.com/owasp/owasp-java-encoder</url>
89 <id>gh-pages</id>
90 <name>gh-pages</name>
91 <url>http://owasp.github.io/owasp-java-encoder</url>
96 <name>Owasp-java-encoder-project</name>
97 … <subscribe>https://lists.owasp.org/mailman/listinfo/owasp-java-encoder-project</subscribe>
98 … <unsubscribe>https://lists.owasp.org/mailman/listinfo/owasp-java-encoder-project</unsubscribe>
99 <post>owasp-java-encoder-[email protected]</post>
100 <archive>http://lists.owasp.org/pipermail/owasp-java-encoder-project/</archive>
106 <url>https://github.com/owasp/owasp-java-encoder/issues</url>
139 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
140 <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
163 <groupId>org.apache.maven.plugins</groupId>
164 <artifactId>maven-compiler-plugin</artifactId>
168 <groupId>org.apache.maven.plugins</groupId>
169 <artifactId>maven-jar-plugin</artifactId>
173 <groupId>org.apache.maven.plugins</groupId>
174 <artifactId>maven-source-plugin</artifactId>
178 <groupId>org.apache.maven.plugins</groupId>
179 <artifactId>maven-javadoc-plugin</artifactId>
184 <artifactId>jacoco-maven-plugin</artifactId>
188 <groupId>org.apache.maven.plugins</groupId>
189 <artifactId>maven-failsafe-plugin</artifactId>
193 <groupId>org.apache.maven.plugins</groupId>
194 <artifactId>maven-surefire-plugin</artifactId>
198 <groupId>org.apache.maven.plugins</groupId>
199 <artifactId>maven-surefire-report-plugin</artifactId>
203 <groupId>org.apache.maven.plugins</groupId>
204 <artifactId>maven-gpg-plugin</artifactId>
208 <groupId>org.apache.maven.plugins</groupId>
209 <artifactId>maven-site-plugin</artifactId>
210 <!-- upgrading beyond 3.4 may break the reflow skin -->
214 <groupId>lt.velykis.maven.skins</groupId>
215 <artifactId>reflow-velocity-tools</artifactId>
218 <!-- Reflow skin requires Velocity >= 1.7 -->
220 <groupId>org.apache.velocity</groupId>
225 <groupId>org.apache.maven.doxia</groupId>
226 <artifactId>doxia-module-markdown</artifactId>
232 <groupId>org.apache.maven.plugins</groupId>
233 <artifactId>maven-project-info-reports-plugin</artifactId>
237 <groupId>org.apache.maven.plugins</groupId>
238 <artifactId>maven-pmd-plugin</artifactId>
242 <groupId>org.apache.felix</groupId>
243 <artifactId>maven-bundle-plugin</artifactId>
248 <artifactId>versions-maven-plugin</artifactId>
252 <groupId>org.apache.maven.plugins</groupId>
253 <artifactId>maven-jxr-plugin</artifactId>
258 <artifactId>findbugs-maven-plugin</artifactId>
266 <groupId>org.apache.maven.plugins</groupId>
267 <artifactId>maven-compiler-plugin</artifactId>
274 <groupId>org.apache.felix</groupId>
275 <artifactId>maven-bundle-plugin</artifactId>
278 <id>default-bundle</id>
279 <phase>process-classes</phase>
288 <Automatic-Module-Name>${jigsaw.module.name}</Automatic-Module-Name>
296 <artifactId>jacoco-maven-plugin</artifactId>
299 <id>prepare-agent</id>
301 <goal>prepare-agent</goal>
310 <groupId>org.apache.maven.plugins</groupId>
311 <artifactId>maven-surefire-plugin</artifactId>
320 <groupId>org.apache.maven.plugins</groupId>
321 <artifactId>maven-jar-plugin</artifactId>
324 <id>default-jar</id>
333 <groupId>org.apache.maven.plugins</groupId>
334 <artifactId>maven-source-plugin</artifactId>
337 <id>attach-sources</id>
346 <groupId>org.apache.maven.plugins</groupId>
347 <artifactId>maven-javadoc-plugin</artifactId>
350 <id>attach-javadocs</id>
363 <groupId>org.apache.maven.plugins</groupId>
364 <artifactId>maven-site-plugin</artifactId>
371 <groupId>org.apache.maven.plugins</groupId>
372 <artifactId>maven-project-info-reports-plugin</artifactId>
380 <report>mailing-list</report>
381 <report>issue-tracking</report>
383 <report>plugin-management</report>
384 <report>project-team</report>
391 <artifactId>versions-maven-plugin</artifactId>
395 <report>dependency-updates-report</report>
396 <report>plugin-updates-report</report>
402 <groupId>org.apache.maven.plugins</groupId>
403 <artifactId>maven-jxr-plugin</artifactId>
406 <groupId>org.apache.maven.plugins</groupId>
407 <artifactId>maven-surefire-report-plugin</artifactId>
411 <report>report-only</report>
412 <report>failsafe-report-only</report>
419 <artifactId>jacoco-maven-plugin</artifactId>
423 <!-- select non-aggregate reports -->
430 <groupId>org.apache.maven.plugins</groupId>
431 <artifactId>maven-pmd-plugin</artifactId>
435 <sourceEncoding>utf-8</sourceEncoding>
439 <groupId>org.apache.maven.plugins</groupId>
440 <artifactId>maven-javadoc-plugin</artifactId>
455 <groupId>org.apache.maven.plugins</groupId>
456 <artifactId>maven-checkstyle-plugin</artifactId>
459 <headerLocation>src/main/config/checkstyle-header.txt</headerLocation>
464 <artifactId>findbugs-maven-plugin</artifactId>
470 <id>sign-artifacts</id>
480 <groupId>org.apache.maven.plugins</groupId>
481 <artifactId>maven-gpg-plugin</artifactId>
484 <id>sign-artifacts</id>