Skip to content

Commit b985f82

Browse files
committed
simplify pom.xml
1 parent a8a70dd commit b985f82

File tree

2 files changed

+2
-60
lines changed

2 files changed

+2
-60
lines changed

pom.xml

Lines changed: 2 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -15,50 +15,22 @@
1515
</licenses>
1616

1717
<properties>
18-
<timestamp>${maven.build.timestamp}</timestamp>
1918
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2019
<maven.compiler.source>1.6</maven.compiler.source>
2120
<maven.compiler.target>1.6</maven.compiler.target>
22-
<failOnMissingWebXml>false</failOnMissingWebXml>
23-
<javassist.version>3.26.0-GA</javassist.version>
24-
<junit.version>4.13.1</junit.version>
2521
</properties>
2622

27-
<dependencies>
28-
29-
<!-- test dependencies -->
30-
<dependency>
31-
<groupId>junit</groupId>
32-
<artifactId>junit</artifactId>
33-
<version>${junit.version}</version>
34-
<scope>test</scope>
35-
</dependency>
36-
</dependencies>
37-
3823
<build>
3924
<plugins>
4025
<plugin>
41-
<artifactId>maven-assembly-plugin</artifactId>
42-
<version>2.6</version>
43-
<executions>
44-
<execution>
45-
<phase>package</phase>
46-
<goals>
47-
<goal>single</goal>
48-
</goals>
49-
</execution>
50-
</executions>
26+
<groupId>org.apache.maven.plugins</groupId>
27+
<artifactId>maven-jar-plugin</artifactId>
5128
<configuration>
5229
<archive>
5330
<manifest>
54-
<addClasspath>false</addClasspath>
5531
<mainClass>com.mergebase.log4j.Log4JDetector</mainClass>
5632
</manifest>
5733
</archive>
58-
<descriptors>
59-
<descriptor>src/main/resources/jar-with-deps-with-exclude.xml</descriptor>
60-
</descriptors>
61-
<appendAssemblyId>false</appendAssemblyId>
6234
</configuration>
6335
</plugin>
6436
</plugins>

src/main/resources/jar-with-deps-with-exclude.xml

Lines changed: 0 additions & 30 deletions
This file was deleted.

0 commit comments

Comments
 (0)