aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore4
-rw-r--r--pom.xml31
-rw-r--r--src/main/java/Potato.java (renamed from src/Potato.java)0
-rw-r--r--src/main/java/Tuber.java (renamed from src/Tuber.java)0
-rw-r--r--src/main/resources/5728853850_a3bbb14083_z.jpg (renamed from 5728853850_a3bbb14083_z.jpg)bin65939 -> 65939 bytes
-rw-r--r--src/main/resources/lovethepotato.jpg (renamed from lovethepotato.jpg)bin73078 -> 73078 bytes
-rw-r--r--src/main/resources/sourcream.png (renamed from sourcream.png)bin64151 -> 64151 bytes
7 files changed, 35 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..889cb7f
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+target/
+*.class
+.classpath
+.project \ No newline at end of file
diff --git a/pom.xml b/pom.xml
new file mode 100644
index 0000000..436cf7d
--- /dev/null
+++ b/pom.xml
@@ -0,0 +1,31 @@
+<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>drtshock</groupId>
+ <artifactId>potato</artifactId>
+ <version>1.0</version>
+ <name>Potato</name>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <version>2.0.2</version>
+ <configuration>
+ <source>1.5</source>
+ <target>1.5</target>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-jar-plugin</artifactId>
+ <version>2.1</version>
+ <configuration>
+ <archive>
+ <addMavenDescriptor>false</addMavenDescriptor>
+ </archive>
+ <finalName>Potato</finalName>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+</project>
diff --git a/src/Potato.java b/src/main/java/Potato.java
index 399cdda..399cdda 100644
--- a/src/Potato.java
+++ b/src/main/java/Potato.java
diff --git a/src/Tuber.java b/src/main/java/Tuber.java
index ec36f28..ec36f28 100644
--- a/src/Tuber.java
+++ b/src/main/java/Tuber.java
diff --git a/5728853850_a3bbb14083_z.jpg b/src/main/resources/5728853850_a3bbb14083_z.jpg
index 6791074..6791074 100644
--- a/5728853850_a3bbb14083_z.jpg
+++ b/src/main/resources/5728853850_a3bbb14083_z.jpg
Binary files differ
diff --git a/lovethepotato.jpg b/src/main/resources/lovethepotato.jpg
index 20165e2..20165e2 100644
--- a/lovethepotato.jpg
+++ b/src/main/resources/lovethepotato.jpg
Binary files differ
diff --git a/sourcream.png b/src/main/resources/sourcream.png
index d00f648..d00f648 100644
--- a/sourcream.png
+++ b/src/main/resources/sourcream.png
Binary files differ