Skip to content

[MJAR-71] use manifest in classesdir/META-INF if exists #255

@jira-importer

Description

@jira-importer

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:

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions