File tree Expand file tree Collapse file tree 2 files changed +2
-60
lines changed Expand file tree Collapse file tree 2 files changed +2
-60
lines changed Original file line number Diff line number Diff line change 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 >
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments