Skip to content

Commit 9ebdb8a

Browse files
committed
Last minute change that allows the project pom to stay a little but cleaner
1 parent beb28bd commit 9ebdb8a

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

pom.xml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.github.bbottema</groupId>
88
<artifactId>modular-project-parent</artifactId>
9-
<version>1.0.13</version>
9+
<version>1.0.14</version>
1010
</parent>
1111

1212
<groupId>org.simplejavamail</groupId>
@@ -115,17 +115,6 @@
115115
</configuration>
116116
</plugin>
117117

118-
<plugin>
119-
<artifactId>maven-jar-plugin</artifactId>
120-
<configuration>
121-
<archive>
122-
<manifestEntries>
123-
<Automatic-Module-Name>${automaticModuleName}</Automatic-Module-Name>
124-
</manifestEntries>
125-
</archive>
126-
</configuration>
127-
</plugin>
128-
129118
<plugin>
130119
<groupId>org.apache.maven.plugins</groupId>
131120
<artifactId>maven-enforcer-plugin</artifactId>

0 commit comments

Comments
 (0)