• Home
  • Raw
  • Download

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

2 …p://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http…
4 <!-- Refer to the file ./build-with-maven for instruction on how to use this pom.xml -->
11 <version>6.9.10-SNAPSHOT</version>
17 <name>Apache License, Version 2.0</name>
18 <url>http://apache.org/licenses/LICENSE-2.0</url>
37 <artifactId>oss-parent</artifactId>
38 <version>3</version>
52 <version>1.7.0</version>
59 <version>4.10</version>
66 <version>2.0b4</version>
67 <!--
69 -->
75 <version>4.0</version>
83 <version>1.48</version>
89 <version>1.15</version>
95 <artifactId>assertj-core</artifactId>
96 <version>2.0.0</version>
102 …<version.build.directory>${project.build.directory}/generated-sources/version</version.build.direc…
113 <targetPath>${version.build.directory}</targetPath>
121 <!-- Rename Version.java -->
124 <artifactId>copy-rename-maven-plugin</artifactId>
125 <version>1.0.1</version>
128 <id>rename-file</id>
129 <phase>process-resources</phase>
134 <sourceFile>${version.build.directory}/org/testng/internal/VersionTemplateJava</sourceFile>
135 <destinationFile>${version.build.directory}/org/testng/internal/Version.java</destinationFile>
141 <!-- Release for bintray -->
143 <artifactId>maven-release-plugin</artifactId>
151 <!-- Generating Javadoc -->
154 <artifactId>maven-javadoc-plugin</artifactId>
155 <version>2.10.3</version>
162 <id>attach-javadocs</id>
170 <!-- Bundle sources -->
174 <artifactId>maven-source-plugin</artifactId>
175 <version>2.1.1</version>
178 <id>attach-sources</id>
186 <!-- Compilation -->
189 <artifactId>maven-compiler-plugin</artifactId>
190 <version>3.1</version>
197 <!-- Resource handling -->
200 <artifactId>maven-resources-plugin</artifactId>
201 <version>2.4.1</version>
203 <encoding>UTF-8</encoding>
207 <phase>process-sources</phase>
213 <artifactId>build-helper-maven-plugin</artifactId>
214 <version>1.9.1</version>
217 <phase>generate-sources</phase>
219 <goal>add-source</goal>
223 <source>${version.build.directory}</source>
230 <!-- OSGi manifest creation -->
233 <artifactId>maven-bundle-plugin</artifactId>
234 <version>2.1.0</version>
237 <id>bundle-manifest</id>
238 <phase>process-classes</phase>
245 <Import-Package>
246 bsh.*;version="[2.0.0,3.0.0)";resolution:=optional,
247 com.beust.jcommander.*;version="[1.7.0,3.0.0)";resolution:=optional,
248 com.google.inject.*;version="[1.2,1.3)";resolution:=optional,
249 junit.framework;version="[3.8.1, 5.0.0)";resolution:=optional,
251 org.apache.tools.ant.*;version="[1.7.0, 2.0.0)";resolution:=optional,
252 org.yaml.*;version="[1.6,2.0)";resolution:=optional,
257 </Import-Package>
264 <!-- Add OSGi manifest in JAR -->
267 <artifactId>maven-jar-plugin</artifactId>
268 <version>2.3.1</version>
271 <manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
276 <!-- Tests -->
279 <artifactId>maven-surefire-plugin</artifactId>
280 <version>2.19</version>
297 <!-- Signing with gpg -->
300 <artifactId>maven-gpg-plugin</artifactId>
301 <version>1.4</version>
304 <id>sign-artifacts</id>
320 <!-- bintray profile -->
327 <artifactId>maven-source-plugin</artifactId>
330 <id>attach-sources</id>
339 <artifactId>maven-javadoc-plugin</artifactId>
340 <version>2.10.3</version>
347 <id>attach-javadocs</id>
354 <!--
356 <artifactId>maven-javadoc-plugin</artifactId>
359 <id>attach-javadocs</id>
366 -->
372 <!-- When activated, download dependencies from the snapshot repo -->
377 <id>nexus-snapshot-repository</id>
386 <version>1.7.0</version>
392 <version>4.11</version>
398 <version>2.0b4</version>
399 <!--
401 -->
406 <version>2.0</version>
412 <version>1.48</version>