All Downloads are FREE. Search and download functionalities are using the official Maven repository.

en.plugin.io.earcam.maven.plugin.sitemap.0.0.4.source-code.test-pom.xml Maven / Gradle / Ivy

The newest version!
<!--
  #%L
  io.earcam.maven.plugin.sitemap
  %%
  Copyright (C) 2017 earcam
  %%
  SPDX-License-Identifier: (BSD-3-Clause OR EPL-1.0 OR Apache-2.0 OR MIT)
  
  You <b>must</b> choose to accept, in full - any individual or combination of 
  the following licenses:
  <ul>
  	<li><a href="https://opensource.org/licenses/BSD-3-Clause">BSD-3-Clause</a></li>
  	<li><a href="https://www.eclipse.org/legal/epl-v10.html">EPL-1.0</a></li>
  	<li><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache-2.0</a></li>
  	<li><a href="https://opensource.org/licenses/MIT">MIT</a></li>
  </ul>
  #L%
  -->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
	<modelVersion>4.0.0</modelVersion>

	<groupId>com.acme</groupId>
	<artifactId>com.acme.dummy</artifactId>

	<packaging>jar</packaging>
	
	<build>
		<plugins>
			<plugin>
				<groupId>io.earcam</groupId>
				<artifactId>io.earcam.maven.plugin.ramdisk</artifactId>
				<version>0.0.1-SNAPSHOT</version>
				<configuration>
					<ramDiskRoot>/run/user/1000/mvn</ramDiskRoot>
				</configuration>
				<executions>
					<execution>
						<id>ffs</id>
						<goals>
							<goal>ramdisk</goal>
						</goals>
						<phase>post-clean</phase>
					</execution>
					<execution>
						<id>noes</id>
						<goals>
							<goal>ramdisk</goal>
						</goals>
						<phase>generate-resources</phase>
					</execution>
				</executions>
			</plugin>
		</plugins>
	</build>
</project>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy