We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4fff65f + b3a2826 commit 99c341eCopy full SHA for 99c341e
pom.xml
@@ -108,6 +108,18 @@
108
<artifactId>maven-compiler-plugin</artifactId>
109
<version>3.14.1</version>
110
</plugin>
111
+ <plugin>
112
+ <groupId>org.apache.maven.plugins</groupId>
113
+ <artifactId>maven-jar-plugin</artifactId>
114
+ <version>3.4.2</version>
115
+ <configuration>
116
+ <archive>
117
+ <manifestEntries>
118
+ <Automatic-Module-Name>com.github.copilot.sdk.java</Automatic-Module-Name>
119
+ </manifestEntries>
120
+ </archive>
121
+ </configuration>
122
+ </plugin>
123
<!-- Clone or update the official copilot-sdk repository for test resources, and copy image to site -->
124
<plugin>
125
<groupId>org.apache.maven.plugins</groupId>
0 commit comments