File tree Expand file tree Collapse file tree 2 files changed +30
-0
lines changed Expand file tree Collapse file tree 2 files changed +30
-0
lines changed Original file line number Diff line number Diff line change 1+ module aws .lambda .core {
2+
3+ exports com .amazonaws .services .lambda .runtime ;
4+ exports com .amazonaws .services .lambda .runtime .logging ;
5+ }
Original file line number Diff line number Diff line change 4343 </repository >
4444 </distributionManagement >
4545
46+ <build >
47+ <plugins >
48+ <plugin >
49+ <groupId >org.moditect</groupId >
50+ <artifactId >moditect-maven-plugin</artifactId >
51+ <version >1.0.0.Final</version >
52+ <executions >
53+ <execution >
54+ <id >add-module-infos</id >
55+ <phase >package</phase >
56+ <goals >
57+ <goal >add-module-info</goal >
58+ </goals >
59+ <configuration >
60+ <overwriteExistingFiles >true</overwriteExistingFiles >
61+ <module >
62+ <moduleInfoFile >./module-info.java
63+ </moduleInfoFile >
64+ </module >
65+ </configuration >
66+ </execution >
67+ </executions >
68+ </plugin >
69+ </plugins >
70+ </build >
4671 <profiles >
4772 <profile >
4873 <id >dev</id >
You can’t perform that action at this time.
0 commit comments