Skip to content
Snippets Groups Projects
Commit 017a1afd authored by 김 유림's avatar 김 유림
Browse files

first

parents
Branches master
No related tags found
No related merge requests found
Showing
with 176 additions and 0 deletions
pom.xml 0 → 100644
<?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>kr.ajou.procoding</groupId>
<artifactId>helloworld</artifactId>
<version>1.0-SNAPSHOT</version>
<name>helloworld</name>
<!-- FIXME change it to the project's website -->
<url>http://www.example.com</url>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.7</maven.compiler.source>
<maven.compiler.target>1.7</maven.compiler.target>
</properties>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.11</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<pluginManagement><!-- lock down plugins versions to avoid using Maven defaults (may be moved to parent pom) -->
<plugins>
<!-- clean lifecycle, see https://maven.apache.org/ref/current/maven-core/lifecycles.html#clean_Lifecycle -->
<plugin>
<artifactId>maven-clean-plugin</artifactId>
<version>3.1.0</version>
</plugin>
<!-- default lifecycle, jar packaging: see https://maven.apache.org/ref/current/maven-core/default-bindings.html#Plugin_bindings_for_jar_packaging -->
<plugin>
<artifactId>maven-resources-plugin</artifactId>
<version>3.0.2</version>
</plugin>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.0</version>
</plugin>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.22.1</version>
</plugin>
<plugin>
<artifactId>maven-jar-plugin</artifactId>
<version>3.0.2</version>
</plugin>
<plugin>
<artifactId>maven-install-plugin</artifactId>
<version>2.5.2</version>
</plugin>
<plugin>
<artifactId>maven-deploy-plugin</artifactId>
<version>2.8.2</version>
</plugin>
<!-- site lifecycle, see https://maven.apache.org/ref/current/maven-core/lifecycles.html#site_Lifecycle -->
<plugin>
<artifactId>maven-site-plugin</artifactId>
<version>3.7.1</version>
</plugin>
<plugin>
<artifactId>maven-project-info-reports-plugin</artifactId>
<version>3.0.0</version>
</plugin>
</plugins>
</pluginManagement>
</build>
</project>
package kr.ajou.procoding;
/**
* Hello world!
*
*/
public class App
{
public static void main( String[] args )
{
System.out.println( "Hello World!" );
}
}
package kr.ajou.procoding;
import static org.junit.Assert.assertTrue;
import org.junit.Test;
/**
* Unit test for simple App.
*/
public class AppTest
{
/**
* Rigorous Test :-)
*/
@Test
public void shouldAnswerWithTrue()
{
assertTrue( true );
}
}
File added
File added
#Created by Apache Maven 3.8.6
groupId=kr.ajou.procoding
artifactId=helloworld
version=1.0-SNAPSHOT
kr/ajou/procoding/App.class
/home/students/student-17/maven/helloworld/src/main/java/kr/ajou/procoding/App.java
kr/ajou/procoding/AppTest.class
/home/students/student-17/maven/helloworld/src/test/java/kr/ajou/procoding/AppTest.java
<?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.xsd" name="kr.ajou.procoding.AppTest" time="0.015" tests="1" errors="0" skipped="0" failures="0">
<properties>
<property name="java.specification.version" value="17"/>
<property name="sun.jnu.encoding" value="UTF-8"/>
<property name="java.class.path" value="/home/students/student-17/maven/helloworld/target/test-classes:/home/students/student-17/maven/helloworld/target/classes:/home/students/student-17/.m2/repository/junit/junit/4.11/junit-4.11.jar:/home/students/student-17/.m2/repository/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar:"/>
<property name="java.vm.vendor" value="Private Build"/>
<property name="sun.arch.data.model" value="64"/>
<property name="java.vendor.url" value="Unknown"/>
<property name="os.name" value="Linux"/>
<property name="java.vm.specification.version" value="17"/>
<property name="sun.java.launcher" value="SUN_STANDARD"/>
<property name="user.country" value="US"/>
<property name="sun.boot.library.path" value="/usr/lib/jvm/java-17-openjdk-amd64/lib"/>
<property name="sun.java.command" value="/home/students/student-17/maven/helloworld/target/surefire/surefirebooter7194292430599298007.jar /home/students/student-17/maven/helloworld/target/surefire 2022-07-15T17-06-27_341-jvmRun1 surefire11908755276779954695tmp surefire_011391985139330816903tmp"/>
<property name="jdk.debug" value="release"/>
<property name="surefire.test.class.path" value="/home/students/student-17/maven/helloworld/target/test-classes:/home/students/student-17/maven/helloworld/target/classes:/home/students/student-17/.m2/repository/junit/junit/4.11/junit-4.11.jar:/home/students/student-17/.m2/repository/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar:"/>
<property name="sun.cpu.endian" value="little"/>
<property name="user.home" value="/home/students/student-17"/>
<property name="user.language" value="en"/>
<property name="java.specification.vendor" value="Oracle Corporation"/>
<property name="java.version.date" value="2022-04-19"/>
<property name="java.home" value="/usr/lib/jvm/java-17-openjdk-amd64"/>
<property name="file.separator" value="/"/>
<property name="basedir" value="/home/students/student-17/maven/helloworld"/>
<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="/home/students/student-17/maven/helloworld/target/surefire/surefirebooter7194292430599298007.jar"/>
<property name="sun.management.compiler" value="HotSpot 64-Bit Tiered Compilers"/>
<property name="java.runtime.version" value="17.0.3+7-Ubuntu-0ubuntu0.18.04.1"/>
<property name="user.name" value="student-17"/>
<property name="path.separator" value=":"/>
<property name="os.version" value="4.15.0-177-generic"/>
<property name="java.runtime.name" value="OpenJDK Runtime Environment"/>
<property name="file.encoding" value="UTF-8"/>
<property name="java.vm.name" value="OpenJDK 64-Bit Server VM"/>
<property name="localRepository" value="/home/students/student-17/.m2/repository"/>
<property name="java.vendor.url.bug" value="Unknown"/>
<property name="java.io.tmpdir" value="/tmp"/>
<property name="java.version" value="17.0.3"/>
<property name="user.dir" value="/home/students/student-17/maven/helloworld"/>
<property name="os.arch" value="amd64"/>
<property name="java.vm.specification.name" value="Java Virtual Machine Specification"/>
<property name="native.encoding" value="UTF-8"/>
<property name="java.library.path" value="/usr/java/packages/lib:/usr/lib/x86_64-linux-gnu/jni:/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/jni:/lib:/usr/lib"/>
<property name="java.vm.info" value="mixed mode, sharing"/>
<property name="java.vendor" value="Private Build"/>
<property name="java.vm.version" value="17.0.3+7-Ubuntu-0ubuntu0.18.04.1"/>
<property name="sun.io.unicode.encoding" value="UnicodeLittle"/>
<property name="java.class.version" value="61.0"/>
</properties>
<testcase name="shouldAnswerWithTrue" classname="kr.ajou.procoding.AppTest" time="0.001"/>
</testsuite>
\ No newline at end of file
-------------------------------------------------------------------------------
Test set: kr.ajou.procoding.AppTest
-------------------------------------------------------------------------------
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in kr.ajou.procoding.AppTest
File added
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment