Skip to content

Commit 5533f1c

Browse files
committed
Merge remote-tracking branch 'public-upstream/main' into edburns/dd-2785864-pre-public-non-code-changes
2 parents 90eb590 + 99c341e commit 5533f1c

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

pom.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,18 @@
115115
<artifactId>maven-compiler-plugin</artifactId>
116116
<version>3.14.1</version>
117117
</plugin>
118+
<plugin>
119+
<groupId>org.apache.maven.plugins</groupId>
120+
<artifactId>maven-jar-plugin</artifactId>
121+
<version>3.4.2</version>
122+
<configuration>
123+
<archive>
124+
<manifestEntries>
125+
<Automatic-Module-Name>com.github.copilot.sdk.java</Automatic-Module-Name>
126+
</manifestEntries>
127+
</archive>
128+
</configuration>
129+
</plugin>
118130
<!-- Clone or update the official copilot-sdk repository for test resources, and copy image to site -->
119131
<plugin>
120132
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)