We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent beb28bd commit 9ebdb8aCopy full SHA for 9ebdb8a
pom.xml
@@ -6,7 +6,7 @@
6
<parent>
7
<groupId>com.github.bbottema</groupId>
8
<artifactId>modular-project-parent</artifactId>
9
- <version>1.0.13</version>
+ <version>1.0.14</version>
10
</parent>
11
12
<groupId>org.simplejavamail</groupId>
@@ -115,17 +115,6 @@
115
</configuration>
116
</plugin>
117
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
-
129
<plugin>
130
<groupId>org.apache.maven.plugins</groupId>
131
<artifactId>maven-enforcer-plugin</artifactId>
0 commit comments