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

META-INF.maven.archetype-metadata.xml Maven / Gradle / Ivy

Go to download

This plugin brings into Maven the lifecycle of an R package. It builds onto the existing R installation to perform build, check, etc. It provides means to complete a DESCRIPTION file with version, etc. In the future, It will allow to deploy the project to CRAN as well as a Maven artifact repository.

The newest version!
<?xml version="1.0" encoding="UTF-8"?>
<archetype-descriptor xmlns="http://maven.apache.org/plugins/maven-archetype-plugin/archetype-descriptor/1.0.0"
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xsi:schemaLocation="http://maven.apache.org/plugins/maven-archetype-plugin/archetype-descriptor/1.0.0 http://maven.apache.org/xsd/archetype-descriptor-1.0.0.xsd"
	name="R archetype">

	<fileSets>
		<fileSet>
			<directory />
		</fileSet>
	</fileSets>
	
	<requiredProperties>
		<requiredProperty key="rprjTitle" />
		<requiredProperty key="rprjDescription" />
		<requiredProperty key="rprjLicense" />
		<requiredProperty key="rprjAuthorName" />
		<requiredProperty key="rprjAuthorEmail" />
	</requiredProperties>
</archetype-descriptor>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy