• Home
  • Raw
  • Download

Lines Matching +full:gpg +full:- +full:agent

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>
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:git@github.com:owasp/owasp-java-encoder.git</developerConnection>
84 <connection>scm:git:git@github.com: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-project@lists.owasp.org</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>
164 <artifactId>maven-compiler-plugin</artifactId>
169 <artifactId>maven-jar-plugin</artifactId>
174 <artifactId>maven-source-plugin</artifactId>
179 <artifactId>maven-javadoc-plugin</artifactId>
184 <artifactId>jacoco-maven-plugin</artifactId>
189 <artifactId>maven-failsafe-plugin</artifactId>
194 <artifactId>maven-surefire-plugin</artifactId>
199 <artifactId>maven-surefire-report-plugin</artifactId>
204 <artifactId>maven-gpg-plugin</artifactId>
209 <artifactId>maven-site-plugin</artifactId>
210 <!-- upgrading beyond 3.4 may break the reflow skin -->
215 <artifactId>reflow-velocity-tools</artifactId>
218 <!-- Reflow skin requires Velocity >= 1.7 -->
226 <artifactId>doxia-module-markdown</artifactId>
233 <artifactId>maven-project-info-reports-plugin</artifactId>
238 <artifactId>maven-pmd-plugin</artifactId>
243 <artifactId>maven-bundle-plugin</artifactId>
248 <artifactId>versions-maven-plugin</artifactId>
253 <artifactId>maven-jxr-plugin</artifactId>
258 <artifactId>findbugs-maven-plugin</artifactId>
267 <artifactId>maven-compiler-plugin</artifactId>
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>
311 <artifactId>maven-surefire-plugin</artifactId>
321 <artifactId>maven-jar-plugin</artifactId>
324 <id>default-jar</id>
334 <artifactId>maven-source-plugin</artifactId>
337 <id>attach-sources</id>
347 <artifactId>maven-javadoc-plugin</artifactId>
350 <id>attach-javadocs</id>
364 <artifactId>maven-site-plugin</artifactId>
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>
403 <artifactId>maven-jxr-plugin</artifactId>
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 -->
431 <artifactId>maven-pmd-plugin</artifactId>
435 <sourceEncoding>utf-8</sourceEncoding>
440 <artifactId>maven-javadoc-plugin</artifactId>
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>
481 <artifactId>maven-gpg-plugin</artifactId>
484 <id>sign-artifacts</id>