Skip to content

Extansion build

Radomiej edited this page Apr 27, 2017 · 4 revisions

Extansion is a maven project with one dependence: Javity-engine in scope provided

<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>pl.javity</groupId>
	<artifactId>javity-xml-ui</artifactId>
	<version>0.6.0-SNAPSHOT</version>
	<name>Xml UI loader for Javity</name>

	<properties>
		<targetJdk>1.6</targetJdk>
	</properties>

	<dependencies>
		<dependency>
			<groupId>org.javity</groupId>
			<artifactId>javity-engine</artifactId>
			<version>0.6.0-SNAPSHOT</version>
			<scope>provided</scope>
		</dependency>		
	</dependencies>	
</project>

If you want publish your own repository you can use FTP Server and own WWW site. More info: run-your-own-maven-repository

Clone this wiki locally