We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 90eb590 + 99c341e commit 5533f1cCopy full SHA for 5533f1c
pom.xml
@@ -115,6 +115,18 @@
115
<artifactId>maven-compiler-plugin</artifactId>
116
<version>3.14.1</version>
117
</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>
130
<!-- Clone or update the official copilot-sdk repository for test resources, and copy image to site -->
131
<plugin>
132
<groupId>org.apache.maven.plugins</groupId>
0 commit comments