File tree Expand file tree Collapse file tree 1 file changed +27
-1
lines changed Expand file tree Collapse file tree 1 file changed +27
-1
lines changed Original file line number Diff line number Diff line change 152152 </manifest >
153153 <manifestEntries >
154154 <Build-Time >${maven.build.timestamp} </Build-Time >
155- <Automatic-Module-Name >com.pivovarit.function</Automatic-Module-Name >
156155 </manifestEntries >
157156 </archive >
158157 </configuration >
159158 </plugin >
160159
160+ <plugin >
161+ <groupId >org.moditect</groupId >
162+ <artifactId >moditect-maven-plugin</artifactId >
163+ <version >1.0.0.Final</version >
164+ <executions >
165+ <execution >
166+ <id >add-module-infos</id >
167+ <goals >
168+ <goal >add-module-info</goal >
169+ </goals >
170+ <phase >package</phase >
171+ <configuration >
172+ <jvmVersion >9</jvmVersion >
173+ <module >
174+ <moduleInfo >
175+ <name >com.pivovarit.function</name >
176+ <exports >
177+ com.pivovarit.function;
178+ </exports >
179+ </moduleInfo >
180+ </module >
181+ <overwriteExistingFiles >true</overwriteExistingFiles >
182+ </configuration >
183+ </execution >
184+ </executions >
185+ </plugin >
186+
161187 <plugin >
162188 <groupId >org.apache.maven.plugins</groupId >
163189 <artifactId >maven-resources-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments