File tree 2 files changed +30
-0
lines changed
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 43
43
</repository >
44
44
</distributionManagement >
45
45
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 >
46
71
<profiles >
47
72
<profile >
48
73
<id >dev</id >
You can’t perform that action at this time.
0 commit comments