• Home
  • Raw
  • Download

Lines Matching +full:- +full:- +full:version

1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
7 http://www.eclipse.org/legal/epl-v10.html
10 Evgeny Mandrikov - initial API and implementation
11 -->
12 …p://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http…
17 <version>0.8.0</version>
21 <description>JaCoCo - Java Code Coverage Library</description>
30 <url>http://www.eclipse.org/legal/epl-v10.html</url>
91 …<!-- Order is important: org.jacoco.agent.rt embeds into org.jacoco.agent and JaCoCo Agent used du…
99 <module>../jacoco-maven-plugin</module>
118 <id>sonatype-nexus-staging</id>
123 <id>sonatype-nexus-snapshots</id>
130 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
143 <!-- Dependencies versions -->
144 <asm.version>6.0</asm.version>
145 <ant.version>1.7.1</ant.version>
146 <args4j.version>2.0.28</args4j.version>
147 <junit.version>4.8.2</junit.version>
149 <!-- ================== -->
150 <!-- For SonarQube analysis -->
151 <!-- ================== -->
153 …<sonar.surefire.reportsPath>../${project.artifactId}.test/target/surefire-reports/</sonar.surefire…
155 <!-- See http://jira.codehaus.org/browse/SONAR-2096 -->
162 <!-- Project dependencies -->
166 <version>${project.version}</version>
171 <version>${project.version}</version>
176 <version>${project.version}</version>
182 <version>${project.version}</version>
187 <version>${project.version}</version>
192 <version>${project.version}</version>
198 <version>${project.version}</version>
203 <version>${project.version}</version>
208 <version>${project.version}</version>
210 <!-- Third-party dependencies -->
214 <version>${asm.version}</version>
218 <artifactId>asm-commons</artifactId>
219 <version>${asm.version}</version>
223 <artifactId>asm-tree</artifactId>
224 <version>${asm.version}</version>
228 <artifactId>asm-analysis</artifactId>
229 <version>${asm.version}</version>
233 <artifactId>asm-util</artifactId>
234 <version>${asm.version}</version>
239 <version>${ant.version}</version>
243 <artifactId>ant-junit</artifactId>
244 <version>${ant.version}</version>
248 <artifactId>ant-antunit</artifactId>
249 <version>1.2</version>
254 <version>${args4j.version}</version>
259 <version>${junit.version}</version>
292 <!-- Apache plugins -->
295 <artifactId>maven-antrun-plugin</artifactId>
296 <version>1.6</version>
300 <artifactId>maven-assembly-plugin</artifactId>
301 <version>2.2.1</version>
305 <artifactId>maven-clean-plugin</artifactId>
306 <version>2.4.1</version>
310 <artifactId>maven-compiler-plugin</artifactId>
311 <version>2.3.2</version>
315 <artifactId>maven-dependency-plugin</artifactId>
316 <version>2.2</version>
320 <artifactId>maven-deploy-plugin</artifactId>
321 <version>2.8.2</version>
325 <artifactId>maven-enforcer-plugin</artifactId>
326 <version>1.0.1</version>
330 <artifactId>maven-install-plugin</artifactId>
331 <version>2.3.1</version>
335 <artifactId>maven-invoker-plugin</artifactId>
336 <version>2.0.0</version>
340 <artifactId>maven-gpg-plugin</artifactId>
341 <version>1.3</version>
345 <artifactId>maven-jar-plugin</artifactId>
346 <version>2.3.1</version>
350 <artifactId>maven-javadoc-plugin</artifactId>
351 <version>2.10.4</version>
358 <!-- Workaround to be able to use JDK 9 >= b175 -->
359 <groupId>commons-lang</groupId>
360 <artifactId>commons-lang</artifactId>
361 <version>2.6</version>
367 <artifactId>maven-plugin-plugin</artifactId>
368 <version>3.5</version>
372 <artifactId>maven-release-plugin</artifactId>
373 <version>2.1</version>
376 <mavenExecutorId>forked-path</mavenExecutorId>
378 <!--
381 -->
382 <arguments>-Prelease</arguments>
387 <artifactId>maven-resources-plugin</artifactId>
388 <version>2.5</version>
392 <artifactId>maven-shade-plugin</artifactId>
393 <version>3.1.0</version>
397 <artifactId>maven-source-plugin</artifactId>
398 <version>2.1.2</version>
402 <artifactId>maven-surefire-plugin</artifactId>
403 <version>2.9</version>
407 <artifactId>maven-site-plugin</artifactId>
408 <version>3.3</version>
412 <artifactId>maven-toolchains-plugin</artifactId>
413 <version>1.0</version>
415 <!-- Mojo plugins -->
418 <artifactId>animal-sniffer-maven-plugin</artifactId>
419 <version>1.6</version>
423 <artifactId>build-helper-maven-plugin</artifactId>
424 <version>1.5</version>
428 <artifactId>buildnumber-maven-plugin</artifactId>
429 <version>1.2</version>
433 <artifactId>xml-maven-plugin</artifactId>
434 <version>1.0</version>
438 <artifactId>exec-maven-plugin</artifactId>
439 <!-- latest version which runs with Java 5 -->
440 <version>1.5.0</version>
442 <!-- Third-party plugins -->
445 <artifactId>beanshell-maven-plugin</artifactId>
446 <version>1.4</version>
450 <artifactId>maven-bundle-plugin</artifactId>
451 <!-- newer versions require Java 7 -->
452 <version>2.5.4</version>
460 <artifactId>maven-surefire-plugin</artifactId>
469 <artifactId>maven-resources-plugin</artifactId>
471 <!-- We can't use delimiters "${*}" and "$*$" together - probably it's bug in plugin -->
472 …<!-- so for now we will define only our delimiters in compliance with https://sourceforge.net/apps…
473 <!-- but it would be better to use defaults -->
484 <artifactId>maven-shade-plugin</artifactId>
487 <!-- Don't include signatures -->
491 <exclude>META-INF/*.SF</exclude>
492 <exclude>META-INF/*.DSA</exclude>
493 <exclude>META-INF/*.RSA</exclude>
502 <artifactId>maven-assembly-plugin</artifactId>
505 <!-- Workaround for http://jira.codehaus.org/browse/MASSEMBLY-422 -->
506 <!-- 420(dec) = 644(oct) -->
508 <!-- 493(dec) = 755(oct) -->
517 <artifactId>maven-enforcer-plugin</artifactId>
537 … <!-- Maven 3.0.3 contains bug - see http://jira.codehaus.org/browse/MINVOKER-107 -->
538 <version>[3.0.0,3.0.3),[3.0.4,)</version>
548 <artifactId>maven-antrun-plugin</artifactId>
551 <id>check-license-header</id>
558 …dir}" includes="**/*.java,**/*.xml,**/*.bsh" excludes="target/**,.idea/**,nb-configuration.xml" id…
565 <contains text="http://www.eclipse.org/legal/epl-v10.html"/>
585 <artifactId>build-helper-maven-plugin</artifactId>
588 <id>parse-version</id>
591 <goal>parse-version</goal>
599 <artifactId>buildnumber-maven-plugin</artifactId>
618 <artifactId>beanshell-maven-plugin</artifactId>
621 <id>parse-version</id>
639 project.getProperties().setProperty("qualified.bundle.version", qualifiedVersion);
645 pkgName = buildNumber.substring(buildNumber.length() - 7, buildNumber.length());
656 <artifactId>maven-bundle-plugin</artifactId>
659 <Automatic-Module-Name>${project.artifactId}</Automatic-Module-Name>
660 <Bundle-Version>${qualified.bundle.version}</Bundle-Version>
661 <Bundle-Name>${project.description}</Bundle-Name>
662 <Export-Package>
664 *.internal*;x-internal:=true;version="${version;===;${Bundle-Version}}",
665 *;version="${version;===;${Bundle-Version}}"
666 </Export-Package>
667 <Import-Package>
668 org.jacoco.*;version="${range;[===,==+);${Bundle-Version}}",
669 org.objectweb.asm.*;version="${range;[===,=+);${asm.version}}"
670 </Import-Package>
671 <Bundle-RequiredExecutionEnvironment>J2SE-1.5</Bundle-RequiredExecutionEnvironment>
672 …<Eclipse-SourceReferences>scm:git:git://github.com/jacoco/jacoco.git;path="${project.artifactId}";…
680 <!-- This profile is used to launch tests with different JDK versions. -->
682 <id>integration-tests</id>
685 <name>jdk.version</name>
690 <!-- See http://maven.apache.org/guides/mini/guide-using-toolchains.html -->
693 <artifactId>maven-toolchains-plugin</artifactId>
705 <version>${jdk.version}</version>
714 <!-- This profile is used to launch tests with compilation into specific bytecode version. -->
719 <name>bytecode.version</name>
723 <maven.compiler.source>${bytecode.version}</maven.compiler.source>
724 <maven.compiler.target>${bytecode.version}</maven.compiler.target>
728 <id>java9-validation</id>
731 <name>bytecode.version</name>
736 <!--
737 Compile into bytecode version 8 by default,
738 … because maven-shade-plugin and maven-plugin-plugin are unable to proceess bytecode version 9,
740 -->
746 <!-- This profile is used for compilation with ECJ. -->
758 <artifactId>maven-compiler-plugin</artifactId>
759 <version>3.6.0</version>
767 <version>4.6.1</version>
771 <artifactId>plexus-compiler-eclipse</artifactId>
772 <version>2.8.1</version>
784 <name>jdk.version</name>
789 <jvm.args>-XX:-FailOverToOldVerifier -Xverify:all</jvm.args>
797 <name>jdk.version</name>
802 <jvm.args>-XX:-FailOverToOldVerifier -Xverify:all</jvm.args>
810 <name>jdk.version</name>
815 <jvm.args>-XX:-FailOverToOldVerifier -Xverify:all</jvm.args>
823 <name>jdk.version</name>
828 <jvm.args>-XX:-FailOverToOldVerifier -Xverify:all</jvm.args>
841 <!-- Generates jar with sources -->
844 <artifactId>maven-source-plugin</artifactId>
847 <id>attach-sources</id>
850 <goal>jar-no-fork</goal>
855 <!-- Generates Javadoc -->
858 <artifactId>maven-javadoc-plugin</artifactId>
861 <id>attach-javadocs</id>
872 <!-- This profile is activated when a project is released. -->
879 <artifactId>maven-enforcer-plugin</artifactId>
883 <id>enforce-release-rules</id>
893 <regex>[0-9a-f]{40}</regex>
900 <!-- Checks compatibility with Java API -->
903 <artifactId>animal-sniffer-maven-plugin</artifactId>
906 <id>enforce-java-api-compatibility</id>
915 <version>1.0</version>
921 <!-- Signs artifacts -->
924 <artifactId>maven-gpg-plugin</artifactId>
927 <id>sign-artifacts</id>
939 …<!-- This profile is active only when used from Eclipse m2e and is used only to store settings. -->
944 <name>m2e.version</name>
950 …<!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on…
953 <artifactId>lifecycle-mapping</artifactId>
954 <version>1.0.0</version>
961 <artifactId>maven-antrun-plugin</artifactId>
974 <artifactId>maven-invoker-plugin</artifactId>
987 <artifactId>maven-dependency-plugin</artifactId>
991 <goal>copy-dependencies</goal>
1001 <artifactId>gmaven-plugin</artifactId>
1014 <artifactId>xml-maven-plugin</artifactId>
1027 <artifactId>jacoco-maven-plugin</artifactId>
1030 <goal>prepare-agent</goal>
1040 <artifactId>maven-enforcer-plugin</artifactId>
1053 <artifactId>build-helper-maven-plugin</artifactId>
1056 <goal>parse-version</goal>