Skip to content

Commit 143a5b5

Browse files
committed
removed target
1 parent fec088b commit 143a5b5

File tree

18 files changed

+7
-36
lines changed

18 files changed

+7
-36
lines changed

.DS_Store

6 KB
Binary file not shown.

core-java/heapdump/pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,23 +7,23 @@
77
<version>0.0.1-SNAPSHOT</version>
88
<name>oomegen</name>
99
<properties>
10-
<maven.compiler.source>11</maven.compiler.source>
11-
<maven.compiler.target>11</maven.compiler.target>
12-
</properties>
10+
<maven.compiler.source>11</maven.compiler.source>
11+
<maven.compiler.target>11</maven.compiler.target>
12+
</properties>
1313

1414
<build>
1515
<plugins>
1616
<plugin>
17-
<artifactId>maven-assembly-plugin</artifactId>
17+
<!-- Build an executable JAR -->
18+
<groupId>org.apache.maven.plugins</groupId>
19+
<artifactId>maven-jar-plugin</artifactId>
20+
<version>2.4</version>
1821
<configuration>
1922
<archive>
2023
<manifest>
2124
<mainClass>io.pratik.OOMGenerator</mainClass>
2225
</manifest>
2326
</archive>
24-
<descriptorRefs>
25-
<descriptorRef>jar-with-dependencies</descriptorRef>
26-
</descriptorRefs>
2727
</configuration>
2828
</plugin>
2929
</plugins>

core-java/heapdump/target/classes/META-INF/MANIFEST.MF

Lines changed: 0 additions & 2 deletions
This file was deleted.
-1.31 KB
Binary file not shown.
-769 Bytes
Binary file not shown.
-1.5 KB
Binary file not shown.
-2.09 KB
Binary file not shown.
-1.03 KB
Binary file not shown.
-682 Bytes
Binary file not shown.
-857 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)