ASDV-Java/Semester 1/Exams/Exam2_mvn_Practice_CalebFontenot/pom.xml

14 lines
814 B
XML
Raw Normal View History

2022-11-26 12:29:11 -06:00
<?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>
<groupId>com.calebfontenot</groupId>
2023-01-10 11:59:05 -06:00
<artifactId>Exam2_mvn_Practice_CalebFontenot</artifactId>
2022-11-26 12:29:11 -06:00
<version>1.0-SNAPSHOT</version>
<packaging>jar</packaging>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2023-01-10 11:59:05 -06:00
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<exec.mainClass>com.calebfontenot.exam2_mvn_practice_calebfontenot.Exam2_mvn_Practice_CalebFontenot</exec.mainClass>
2022-11-26 12:29:11 -06:00
</properties>
</project>