#19 added new maven parent project

This commit is contained in:
fabio.formosa
2020-09-29 23:13:45 +02:00
parent c110e6d0b1
commit b40e880b70
4 changed files with 30 additions and 2 deletions

View File

@@ -4,8 +4,8 @@
<modelVersion>4.0.0</modelVersion>
<groupId>it.fabioformosa</groupId>
<artifactId>quartz-manager</artifactId>
<version>2.1.1-SNAPSHOT</version>
<artifactId>quartz-manager-api</artifactId>
<version>2.2.1-SNAPSHOT</version>
<packaging>war</packaging>
<name>quartz-manager</name>

View File

@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>quartz-manager-parent</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.m2e.core.maven2Builder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.m2e.core.maven2Nature</nature>
</natures>
</projectDescription>

View File

@@ -0,0 +1,4 @@
activeProfiles=
eclipse.preferences.version=1
resolveWorkspaceProjects=true
version=1

View File

@@ -0,0 +1,7 @@
<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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>it.fabioformosa.quartz-manager</groupId>
<artifactId>quartz-manager-parent</artifactId>
<version>2.2.1-SNAPSHOT</version>
<packaging>pom</packaging>
</project>