Skip to content

Commit a309e5f

Browse files
committed
Don't use the shade plugin
1 parent 8503c0a commit a309e5f

4 files changed

Lines changed: 13 additions & 39 deletions

File tree

epg-reader/pom.xml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -22,19 +22,6 @@
2222
</archive>
2323
</configuration>
2424
</plugin>
25-
<plugin>
26-
<groupId>org.apache.maven.plugins</groupId>
27-
<artifactId>maven-shade-plugin</artifactId>
28-
<version>3.5.3</version>
29-
<executions>
30-
<execution>
31-
<goals>
32-
<goal>shade</goal>
33-
</goals>
34-
<phase>package</phase>
35-
</execution>
36-
</executions>
37-
</plugin>
3825
</plugins>
3926
</build>
4027
<dependencies>

pom.xml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,19 @@
1111
</properties>
1212
<build>
1313
<plugins>
14+
<plugin>
15+
<groupId>org.apache.maven.plugins</groupId>
16+
<artifactId>maven-jar-plugin</artifactId>
17+
<version>3.4.1</version>
18+
<configuration>
19+
<archive>
20+
<manifest>
21+
<addClasspath>true</addClasspath>
22+
<classpathPrefix>dependency/</classpathPrefix>
23+
</manifest>
24+
</archive>
25+
</configuration>
26+
</plugin>
1427
<plugin>
1528
<groupId>org.apache.maven.plugins</groupId>
1629
<artifactId>maven-compiler-plugin</artifactId>

ttx-enhancer/pom.xml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -22,19 +22,6 @@
2222
</archive>
2323
</configuration>
2424
</plugin>
25-
<plugin>
26-
<groupId>org.apache.maven.plugins</groupId>
27-
<artifactId>maven-shade-plugin</artifactId>
28-
<version>3.5.3</version>
29-
<executions>
30-
<execution>
31-
<goals>
32-
<goal>shade</goal>
33-
</goals>
34-
<phase>package</phase>
35-
</execution>
36-
</executions>
37-
</plugin>
3825
</plugins>
3926
</build>
4027
<dependencies>

ttx-parser/pom.xml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -21,19 +21,6 @@
2121
</archive>
2222
</configuration>
2323
</plugin>
24-
<plugin>
25-
<groupId>org.apache.maven.plugins</groupId>
26-
<artifactId>maven-shade-plugin</artifactId>
27-
<version>3.5.3</version>
28-
<executions>
29-
<execution>
30-
<goals>
31-
<goal>shade</goal>
32-
</goals>
33-
<phase>package</phase>
34-
</execution>
35-
</executions>
36-
</plugin>
3724
</plugins>
3825
</build>
3926
<artifactId>ttx-parser</artifactId>

0 commit comments

Comments
 (0)