Skip to content

Commit

Permalink
DAT-18459: populate manifest file (#352)
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenMassaro authored Sep 4, 2024
1 parent 9bdf29d commit dd6c057
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,20 @@
<diffIncludeSchema>true</diffIncludeSchema>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>${maven-jar-plugin.version}</version>
<configuration>
<archive>
<manifestEntries>
<Implementation-Title>${project.name}</Implementation-Title>
<Bundle-Vendor>Liquibase</Bundle-Vendor>
<Bundle-Version>${project.version}</Bundle-Version>
</manifestEntries>
</archive>
</configuration>
</plugin>
</plugins>
</build>
</project>

0 comments on commit dd6c057

Please sign in to comment.