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

archetype-resources.pom.xml Maven / Gradle / Ivy

Go to download

TSL2 Framework (fullstack) archetype to create a new MDA JEE+Thymeleaf Application

The newest version!
<?xml version="1.0" encoding="UTF-8"?>
<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>
	<!-- NOTE: always do a clean before install! -->
	<parent>
		<groupId>net.sf.tsl2nano</groupId>
		<artifactId>tsl2.nano.h5.thymeleaf-pack</artifactId>
		<version>2.3.1-SNAPSHOT</version>
	</parent>
	<!--TODO: the archetype generator inserts the archetypes groupId+artifactId. Please correct that -->
	<groupId>${groupId}</groupId>
	<artifactId>${artifactId}</artifactId>
	<version>${version}</version>
	<name>TSL2NANO ${artifactId}</name>
	<properties>
		<project.mainclass>${package}.MyApplication</project.mainclass>
		<skipIntegrationTest>true</skipIntegrationTest> <!-- the real integration-test (MyNanoApplicationIntTest -> MyNanoApplicationIT)  does not connect to server -->
	</properties>
</project>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy