Lines Matching +full:apache +full:- +full:maven +full:- +full:3
2 …maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocati…
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>
44 <url>https://api.bintray.com/maven/cbeust/maven/testng</url>
50 <groupId>org.apache.ant</groupId>
67 <!--
69 -->
95 <artifactId>assertj-core</artifactId>
102 …<version.build.directory>${project.build.directory}/generated-sources/version</version.build.direc…
121 <!-- Rename Version.java -->
123 <groupId>com.coderplus.maven.plugins</groupId>
124 <artifactId>copy-rename-maven-plugin</artifactId>
128 <id>rename-file</id>
129 <phase>process-resources</phase>
141 <!-- Release for bintray -->
143 <artifactId>maven-release-plugin</artifactId>
151 <!-- Generating Javadoc -->
153 <groupId>org.apache.maven.plugins</groupId>
154 <artifactId>maven-javadoc-plugin</artifactId>
155 <version>2.10.3</version>
162 <id>attach-javadocs</id>
170 <!-- Bundle sources -->
173 <groupId>org.apache.maven.plugins</groupId>
174 <artifactId>maven-source-plugin</artifactId>
178 <id>attach-sources</id>
186 <!-- Compilation -->
188 <groupId>org.apache.maven.plugins</groupId>
189 <artifactId>maven-compiler-plugin</artifactId>
197 <!-- Resource handling -->
199 <groupId>org.apache.maven.plugins</groupId>
200 <artifactId>maven-resources-plugin</artifactId>
203 <encoding>UTF-8</encoding>
207 <phase>process-sources</phase>
213 <artifactId>build-helper-maven-plugin</artifactId>
217 <phase>generate-sources</phase>
219 <goal>add-source</goal>
230 <!-- OSGi manifest creation -->
232 <groupId>org.apache.felix</groupId>
233 <artifactId>maven-bundle-plugin</artifactId>
237 <id>bundle-manifest</id>
238 <phase>process-classes</phase>
245 <Import-Package>
251 org.apache.tools.ant.*;version="[1.7.0, 2.0.0)";resolution:=optional,
257 </Import-Package>
264 <!-- Add OSGi manifest in JAR -->
266 <groupId>org.apache.maven.plugins</groupId>
267 <artifactId>maven-jar-plugin</artifactId>
271 <manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
276 <!-- Tests -->
278 <groupId>org.apache.maven.plugins</groupId>
279 <artifactId>maven-surefire-plugin</artifactId>
297 <!-- Signing with gpg -->
299 <groupId>org.apache.maven.plugins</groupId>
300 <artifactId>maven-gpg-plugin</artifactId>
304 <id>sign-artifacts</id>
320 <!-- bintray profile -->
327 <artifactId>maven-source-plugin</artifactId>
330 <id>attach-sources</id>
338 <groupId>org.apache.maven.plugins</groupId>
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>
384 <groupId>org.apache.ant</groupId>
399 <!--
401 -->