Skip to content
This repository was archived by the owner on Sep 1, 2024. It is now read-only.

Commit a1eecb1

Browse files
author
Sebastian Hoß
committed
remove manifest for now
Signed-off-by: Sebastian Hoß <seb@hoß.de>
1 parent d22827c commit a1eecb1

File tree

3 files changed

+1
-20
lines changed

3 files changed

+1
-20
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ Specify SCM, Issue Management, CI Management, and Distribution Management sectio
3838
| Attach Source |||
3939
| Attach JavaDoc |||
4040
| Java | 11 | 11 |
41-
| Jar Manifest |||
4241
| FindBugs |||
4342
| PMD |||
4443
| Jacoco | 0 % | 100 % |

maven-parents/maven-parents-java/pom.xml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -132,12 +132,6 @@
132132
<groupId>org.apache.maven.plugins</groupId>
133133
<artifactId>maven-source-plugin</artifactId>
134134
<version>${version.m-source-p}</version>
135-
<configuration>
136-
<!-- https://maven.apache.org/plugins/maven-source-plugin/jar-no-fork-mojo.html#archive -->
137-
<archive>
138-
<manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
139-
</archive>
140-
</configuration>
141135
<executions>
142136
<execution>
143137
<id>attach-sources</id>
@@ -155,12 +149,6 @@
155149
<groupId>org.apache.maven.plugins</groupId>
156150
<artifactId>maven-javadoc-plugin</artifactId>
157151
<version>${version.m-javadoc-p}</version>
158-
<configuration>
159-
<!-- https://maven.apache.org/plugins/maven-javadoc-plugin/jar-mojo.html#archive -->
160-
<archive>
161-
<manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
162-
</archive>
163-
</configuration>
164152
<executions>
165153
<execution>
166154
<id>attach-javadocs</id>
@@ -188,12 +176,6 @@
188176
<groupId>org.apache.maven.plugins</groupId>
189177
<artifactId>maven-jar-plugin</artifactId>
190178
<version>${version.m-jar-p}</version>
191-
<configuration>
192-
<!-- https://maven.apache.org/plugins/maven-jar-plugin/jar-mojo.html#archive -->
193-
<archive>
194-
<manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
195-
</archive>
196-
</configuration>
197179
</plugin>
198180

199181
<plugin>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
3434
<!-- https://maven.apache.org/pom.html#More_Project_Information -->
3535
<name>Maven Build Process</name>
36-
<description>Standard Maven build process for projects @ metio.wtf</description>
36+
<description>Standard Maven Build Process for Java Projects</description>
3737
<url>https://maven-build-process.projects.metio.wtf</url>
3838
<inceptionYear>2020</inceptionYear>
3939

0 commit comments

Comments
 (0)