0

I create a Spring boot maven application where executable is war when the application is imported in Eclipse I get the following error in pom file

org.apache.maven.archiver.MavenArchiver.getManifest(org.apache.maven.project.MavenProject, org.apache.maven.archiver.MavenArchiveConfiguration)

If the application executable is jar the problem is not there.

Satya
  • 8,693
  • 5
  • 34
  • 55

1 Answers1

0

Guess eclipse can't find your manifest file. Usually, it's in META-INF/MANIFEST.MF.

Answers to this question could be helpful.

htshame
  • 6,599
  • 5
  • 36
  • 56