Skip to content

Commit

Permalink
Adding maven dependencies and plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
kalocsaadi committed May 16, 2024
1 parent d199995 commit 5dc0956
Show file tree
Hide file tree
Showing 17 changed files with 154 additions and 1 deletion.
9 changes: 9 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,13 @@
</dependency>
</dependencies>

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.0.0-M7</version>
</plugin>
</plugins>
</build>
</project>
1 change: 0 additions & 1 deletion src/test/java/CmdInterpreter.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import java.io.FileWriter;
import java.io.IOException;
import java.util.Arrays;
import java.util.HashMap;
import java.util.ArrayList;
import java.util.Scanner;
Expand Down
Binary file modified target/classes/Cistern.class
Binary file not shown.
Binary file modified target/classes/GameKeyListener.class
Binary file not shown.
Binary file modified target/classes/Graphics.class
Binary file not shown.
Binary file modified target/classes/GraphicsPlayer.class
Binary file not shown.
Binary file modified target/classes/Main.class
Binary file not shown.
Binary file modified target/classes/Pipe.class
Binary file not shown.
Binary file modified target/classes/PipeState.class
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
Passive.class
Map.class
Spring.class
Saboteur.class
GraphicsSpring.class
Main$1.class
GameKeyListener.class
Main.class
Scoreboard.class
Main$2.class
Active.class
Pipe.class
Notifiable.class
GraphicsPipe$1.class
GraphicsPlayer.class
GraphicsPump.class
SComponent.class
PipeState.class
GraphicsPipe.class
Cistern.class
Player.class
Mechanic.class
Pump.class
GraphicsCistern.class
MyFrame.class
GraphicsMap.class
Graphics.class
Main$3.class
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
D:\Egyetem\Integrációs és ellenőrzési technikák\HF\iet-hf-2024-goon-squad\src\main\java\GraphicsSpring.java
D:\Egyetem\Integrációs és ellenőrzési technikák\HF\iet-hf-2024-goon-squad\src\main\java\Notifiable.java
D:\Egyetem\Integrációs és ellenőrzési technikák\HF\iet-hf-2024-goon-squad\src\main\java\SComponent.java
D:\Egyetem\Integrációs és ellenőrzési technikák\HF\iet-hf-2024-goon-squad\src\main\java\GraphicsPipe.java
D:\Egyetem\Integrációs és ellenőrzési technikák\HF\iet-hf-2024-goon-squad\src\main\java\GraphicsPump.java
D:\Egyetem\Integrációs és ellenőrzési technikák\HF\iet-hf-2024-goon-squad\src\main\java\Cistern.java
D:\Egyetem\Integrációs és ellenőrzési technikák\HF\iet-hf-2024-goon-squad\src\main\java\Scoreboard.java
D:\Egyetem\Integrációs és ellenőrzési technikák\HF\iet-hf-2024-goon-squad\src\main\java\Saboteur.java
D:\Egyetem\Integrációs és ellenőrzési technikák\HF\iet-hf-2024-goon-squad\src\main\java\Spring.java
D:\Egyetem\Integrációs és ellenőrzési technikák\HF\iet-hf-2024-goon-squad\src\main\java\Pump.java
D:\Egyetem\Integrációs és ellenőrzési technikák\HF\iet-hf-2024-goon-squad\src\main\java\GameKeyListener.java
D:\Egyetem\Integrációs és ellenőrzési technikák\HF\iet-hf-2024-goon-squad\src\main\java\Map.java
D:\Egyetem\Integrációs és ellenőrzési technikák\HF\iet-hf-2024-goon-squad\src\main\java\Pipe.java
D:\Egyetem\Integrációs és ellenőrzési technikák\HF\iet-hf-2024-goon-squad\src\main\java\Graphics.java
D:\Egyetem\Integrációs és ellenőrzési technikák\HF\iet-hf-2024-goon-squad\src\main\java\Mechanic.java
D:\Egyetem\Integrációs és ellenőrzési technikák\HF\iet-hf-2024-goon-squad\src\main\java\Active.java
D:\Egyetem\Integrációs és ellenőrzési technikák\HF\iet-hf-2024-goon-squad\src\main\java\GraphicsPlayer.java
D:\Egyetem\Integrációs és ellenőrzési technikák\HF\iet-hf-2024-goon-squad\src\main\java\Main.java
D:\Egyetem\Integrációs és ellenőrzési technikák\HF\iet-hf-2024-goon-squad\src\main\java\GraphicsMap.java
D:\Egyetem\Integrációs és ellenőrzési technikák\HF\iet-hf-2024-goon-squad\src\main\java\Passive.java
D:\Egyetem\Integrációs és ellenőrzési technikák\HF\iet-hf-2024-goon-squad\src\main\java\MyFrame.java
D:\Egyetem\Integrációs és ellenőrzési technikák\HF\iet-hf-2024-goon-squad\src\main\java\PipeState.java
D:\Egyetem\Integrációs és ellenőrzési technikák\HF\iet-hf-2024-goon-squad\src\main\java\Player.java
D:\Egyetem\Integrációs és ellenőrzési technikák\HF\iet-hf-2024-goon-squad\src\main\java\GraphicsCistern.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Tests.class
CmdInterpreter.class
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
D:\Egyetem\Integrációs és ellenőrzési technikák\HF\iet-hf-2024-goon-squad\src\test\java\CmdInterpreter.java
D:\Egyetem\Integrációs és ellenőrzési technikák\HF\iet-hf-2024-goon-squad\src\test\java\Tests.java
5 changes: 5 additions & 0 deletions target/surefire-reports/2024-05-16T19-05-57_555.dumpstream
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Created at 2024-05-16T19:05:58.490
Boot Manifest-JAR contains absolute paths in classpath 'D:\Egyetem\Integrációs és ellenőrzési technikák\HF\iet-hf-2024-goon-squad\target\test-classes'
Hint: <argLine>-Djdk.net.URLClassPath.disableClassPathURLCheck=true</argLine>
'other' has different root

80 changes: 80 additions & 0 deletions target/surefire-reports/TEST-Tests.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,80 @@
<?xml version="1.0" encoding="UTF-8"?>
<testsuite xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://maven.apache.org/surefire/maven-surefire-plugin/xsd/surefire-test-report-3.0.xsd" version="3.0" name="Tests" time="0.185" tests="16" errors="0" skipped="0" failures="0">
<properties>
<property name="java.specification.version" value="22"/>
<property name="sun.cpu.isalist" value="amd64"/>
<property name="sun.jnu.encoding" value="Cp1250"/>
<property name="sun.awt.enableExtraMouseButtons" value="true"/>
<property name="java.class.path" value="D:\Egyetem\Integrációs és ellenőrzési technikák\HF\iet-hf-2024-goon-squad\target\test-classes;D:\Egyetem\Integrációs és ellenőrzési technikák\HF\iet-hf-2024-goon-squad\target\classes;C:\Users\kaloc\.m2\repository\org\junit\jupiter\junit-jupiter-api\5.7.0\junit-jupiter-api-5.7.0.jar;C:\Users\kaloc\.m2\repository\org\apiguardian\apiguardian-api\1.1.0\apiguardian-api-1.1.0.jar;C:\Users\kaloc\.m2\repository\org\opentest4j\opentest4j\1.2.0\opentest4j-1.2.0.jar;C:\Users\kaloc\.m2\repository\org\junit\platform\junit-platform-commons\1.7.0\junit-platform-commons-1.7.0.jar;C:\Users\kaloc\.m2\repository\org\junit\jupiter\junit-jupiter-engine\5.7.0\junit-jupiter-engine-5.7.0.jar;C:\Users\kaloc\.m2\repository\org\junit\platform\junit-platform-engine\1.7.0\junit-platform-engine-1.7.0.jar;"/>
<property name="java.vm.vendor" value="Oracle Corporation"/>
<property name="sun.arch.data.model" value="64"/>
<property name="user.variant" value=""/>
<property name="java.vendor.url" value="https://java.oracle.com/"/>
<property name="user.timezone" value="Europe/Budapest"/>
<property name="user.country.format" value="HU"/>
<property name="os.name" value="Windows 11"/>
<property name="java.vm.specification.version" value="22"/>
<property name="sun.java.launcher" value="SUN_STANDARD"/>
<property name="user.country" value="US"/>
<property name="sun.boot.library.path" value="C:\Program Files\Java\jdk-22\bin"/>
<property name="sun.java.command" value="C:\Users\kaloc\AppData\Local\Temp\surefire3657021724238860741\surefirebooter-20240516190558479_3.jar C:\Users\kaloc\AppData\Local\Temp\surefire3657021724238860741 2024-05-16T19-05-57_555-jvmRun1 surefire-20240516190558479_1tmp surefire_0-20240516190558479_2tmp"/>
<property name="jdk.debug" value="release"/>
<property name="surefire.test.class.path" value="D:\Egyetem\Integrációs és ellenőrzési technikák\HF\iet-hf-2024-goon-squad\target\test-classes;D:\Egyetem\Integrációs és ellenőrzési technikák\HF\iet-hf-2024-goon-squad\target\classes;C:\Users\kaloc\.m2\repository\org\junit\jupiter\junit-jupiter-api\5.7.0\junit-jupiter-api-5.7.0.jar;C:\Users\kaloc\.m2\repository\org\apiguardian\apiguardian-api\1.1.0\apiguardian-api-1.1.0.jar;C:\Users\kaloc\.m2\repository\org\opentest4j\opentest4j\1.2.0\opentest4j-1.2.0.jar;C:\Users\kaloc\.m2\repository\org\junit\platform\junit-platform-commons\1.7.0\junit-platform-commons-1.7.0.jar;C:\Users\kaloc\.m2\repository\org\junit\jupiter\junit-jupiter-engine\5.7.0\junit-jupiter-engine-5.7.0.jar;C:\Users\kaloc\.m2\repository\org\junit\platform\junit-platform-engine\1.7.0\junit-platform-engine-1.7.0.jar;"/>
<property name="sun.cpu.endian" value="little"/>
<property name="user.home" value="C:\Users\kaloc"/>
<property name="user.language" value="en"/>
<property name="java.specification.vendor" value="Oracle Corporation"/>
<property name="java.version.date" value="2024-04-16"/>
<property name="java.home" value="C:\Program Files\Java\jdk-22"/>
<property name="file.separator" value="\"/>
<property name="basedir" value="D:\Egyetem\Integrációs és ellenőrzési technikák\HF\iet-hf-2024-goon-squad"/>
<property name="java.vm.compressedOopsMode" value="Zero based"/>
<property name="line.separator" value="&#10;"/>
<property name="java.vm.specification.vendor" value="Oracle Corporation"/>
<property name="java.specification.name" value="Java Platform API Specification"/>
<property name="surefire.real.class.path" value="C:\Users\kaloc\AppData\Local\Temp\surefire3657021724238860741\surefirebooter-20240516190558479_3.jar"/>
<property name="user.script" value=""/>
<property name="sun.management.compiler" value="HotSpot 64-Bit Tiered Compilers"/>
<property name="java.runtime.version" value="22.0.1+8-16"/>
<property name="user.name" value="kaloc"/>
<property name="stdout.encoding" value="Cp1250"/>
<property name="path.separator" value=";"/>
<property name="os.version" value="10.0"/>
<property name="java.runtime.name" value="Java(TM) SE Runtime Environment"/>
<property name="file.encoding" value="UTF-8"/>
<property name="java.vm.name" value="Java HotSpot(TM) 64-Bit Server VM"/>
<property name="localRepository" value="C:\Users\kaloc\.m2\repository"/>
<property name="java.vendor.url.bug" value="https://bugreport.java.com/bugreport/"/>
<property name="java.io.tmpdir" value="C:\Users\kaloc\AppData\Local\Temp\"/>
<property name="java.version" value="22.0.1"/>
<property name="user.dir" value="D:\Egyetem\Integrációs és ellenőrzési technikák\HF\iet-hf-2024-goon-squad"/>
<property name="os.arch" value="amd64"/>
<property name="java.vm.specification.name" value="Java Virtual Machine Specification"/>
<property name="user.language.format" value="hu"/>
<property name="sun.os.patch.level" value=""/>
<property name="native.encoding" value="Cp1250"/>
<property name="java.library.path" value="C:\Program Files\Java\jdk-22\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Program Files\Common Files\Oracle\Java\javapath;C:\Program Files (x86)\Common Files\Oracle\Java\java8path;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Program Files\NVIDIA Corporation\NVIDIA NvDLISR;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files\nodejs\;C:\Program Files (x86)\Microsoft SQL Server\160\DTS\Binn\;C:\Program Files\Azure Data Studio\bin;C:\Program Files (x86)\Microsoft SQL Server\160\Tools\Binn\;C:\Program Files\Microsoft SQL Server\160\Tools\Binn\;C:\Program Files\Microsoft SQL Server\Client SDK\ODBC\170\Tools\Binn\;C:\Program Files\Microsoft SQL Server\160\DTS\Binn\;C:\Program Files\Microsoft SQL Server\150\Tools\Binn\;C:\Program Files\dotnet\;C:\Users\kaloc\AppData\Local\Programs\Python\Python312\Scripts\;C:\Users\kaloc\AppData\Local\Programs\Python\Python312\;C:\Users\kaloc\AppData\Local\Programs\Python\Launcher\;C:\Users\kaloc\AppData\Local\Microsoft\WindowsApps;C:\Users\kaloc\AppData\Local\GitHubDesktop\bin;C:\Users\kaloc\AppData\Local\Programs\Microsoft VS Code\bin;C:\Users\kaloc\AppD;C:\Program Files\Git\cmd;C:\Users\kaloc\AppData\Local\Programs\Python\Python312\Scripts\;C:\Users\kaloc\AppData\Local\Programs\Python\Python312\;C:\Users\kaloc\AppData\Local\Programs\Python\Launcher\;C:\Users\kaloc\AppData\Local\Microsoft\WindowsApps;C:\Users\kaloc\AppData\Local\GitHubDesktop\bin;C:\Users\kaloc\AppData\Local\Programs\Microsoft VS Code\bin;C:\Users\kaloc\AppData\Roaming\npm;C:\Program Files\Azure Data Studio\bin;C:\Users\kaloc\.dotnet\tools;C:\Program Files\MongoDB\Server\7.0\bin;C:\Program Files\apache-maven-3.9.6\bin;;."/>
<property name="java.vm.info" value="mixed mode, sharing"/>
<property name="stderr.encoding" value="Cp1250"/>
<property name="java.vendor" value="Oracle Corporation"/>
<property name="java.vm.version" value="22.0.1+8-16"/>
<property name="sun.io.unicode.encoding" value="UnicodeLittle"/>
<property name="java.class.version" value="66.0"/>
</properties>
<testcase name="test10" classname="Tests" time="0.154"/>
<testcase name="test11" classname="Tests" time="0.003"/>
<testcase name="test12" classname="Tests" time="0.002"/>
<testcase name="test13" classname="Tests" time="0.002"/>
<testcase name="test14" classname="Tests" time="0.001"/>
<testcase name="test15" classname="Tests" time="0.001"/>
<testcase name="test16" classname="Tests" time="0.001"/>
<testcase name="test1" classname="Tests" time="0.001"/>
<testcase name="test2" classname="Tests" time="0.001"/>
<testcase name="test3" classname="Tests" time="0.001"/>
<testcase name="test4" classname="Tests" time="0.001"/>
<testcase name="test5" classname="Tests" time="0.001"/>
<testcase name="test6" classname="Tests" time="0.001"/>
<testcase name="test7" classname="Tests" time="0.001"/>
<testcase name="test8" classname="Tests" time="0.002"/>
<testcase name="test9" classname="Tests" time="0"/>
</testsuite>
4 changes: 4 additions & 0 deletions target/surefire-reports/Tests.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
-------------------------------------------------------------------------------
Test set: Tests
-------------------------------------------------------------------------------
Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.185 s - in Tests
Binary file modified target/test-classes/CmdInterpreter.class
Binary file not shown.

0 comments on commit 5dc0956

Please sign in to comment.