-
Notifications
You must be signed in to change notification settings - Fork 82
Closed
Labels
enhancementNew feature or requestNew feature or requestpriority:majorMajor loss of functionMajor loss of function
Milestone
Description
Carlos Sanchez Gonzalez opened MJAR-71 and commented
With 2.1 I need to add this to the pom to use the manifest that it's already in the classes folder, make this the default
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>2.1</version>
<configuration>
<archive>
<manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
</archive>
</configuration>
</plugin>
Affects: 2.1
Attachments:
- MJAR-71-disabled_by_default.diff (12.93 kB)
- MJAR-71-enabled_by_default.diff (12.93 kB)
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestpriority:majorMajor loss of functionMajor loss of function