File tree Expand file tree Collapse file tree 9 files changed +92
-5
lines changed
aws-lambda-java-events-sdk-transformer
aws-lambda-java-runtime-interface-client
aws-lambda-java-serialization
samples/kinesis-firehose-event-handler Expand file tree Collapse file tree 9 files changed +92
-5
lines changed Original file line number Diff line number Diff line change 4343 </repository >
4444 </distributionManagement >
4545
46+ <build >
47+ <plugins >
48+ <plugin >
49+ <groupId >org.apache.maven.plugins</groupId >
50+ <artifactId >maven-jar-plugin</artifactId >
51+ <version >3.3.0</version >
52+ <configuration >
53+ <archive >
54+ <manifestEntries >
55+ <Automatic-Module-Name >aws.lambda.core</Automatic-Module-Name >
56+ </manifestEntries >
57+ </archive >
58+ </configuration >
59+ </plugin >
60+ </plugins >
61+ </build >
62+
4663 <profiles >
4764 <profile >
4865 <id >dev</id >
Original file line number Diff line number Diff line change 7777
7878 <build >
7979 <plugins >
80+ <plugin >
81+ <groupId >org.apache.maven.plugins</groupId >
82+ <artifactId >maven-jar-plugin</artifactId >
83+ <version >3.3.0</version >
84+ <configuration >
85+ <archive >
86+ <manifestEntries >
87+ <Automatic-Module-Name >aws.lambda.events.sdk.transformer</Automatic-Module-Name >
88+ </manifestEntries >
89+ </archive >
90+ </configuration >
91+ </plugin >
8092 <plugin >
8193 <artifactId >maven-surefire-plugin</artifactId >
82- <version >2.22.2 </version >
94+ <version >3.2.5 </version >
8395 </plugin >
8496 <plugin >
8597 <artifactId >maven-failsafe-plugin</artifactId >
86- <version >2.22.2 </version >
98+ <version >3.2.5 </version >
8799 </plugin >
88100 </plugins >
89101 </build >
Original file line number Diff line number Diff line change 8080 </dependency >
8181 </dependencies >
8282
83+ <build >
84+ <plugins >
85+ <plugin >
86+ <groupId >org.apache.maven.plugins</groupId >
87+ <artifactId >maven-jar-plugin</artifactId >
88+ <version >3.3.0</version >
89+ <configuration >
90+ <archive >
91+ <manifestEntries >
92+ <Automatic-Module-Name >aws.lambda.events</Automatic-Module-Name >
93+ </manifestEntries >
94+ </archive >
95+ </configuration >
96+ </plugin >
97+ </plugins >
98+ </build >
99+
83100 <profiles >
84101 <profile >
85102 <id >dev</id >
Original file line number Diff line number Diff line change 6262 </dependency >
6363 </dependencies >
6464
65+ <build >
66+ <plugins >
67+ <plugin >
68+ <groupId >org.apache.maven.plugins</groupId >
69+ <artifactId >maven-jar-plugin</artifactId >
70+ <version >3.3.0</version >
71+ <configuration >
72+ <archive >
73+ <manifestEntries >
74+ <Automatic-Module-Name >aws.lambda.log4j2</Automatic-Module-Name >
75+ </manifestEntries >
76+ </archive >
77+ </configuration >
78+ </plugin >
79+ </plugins >
80+ </build >
81+
6582 <profiles >
6683 <profile >
6784 <id >dev</id >
Original file line number Diff line number Diff line change 114114 <groupId >org.apache.maven.plugins</groupId >
115115 <version >${maven-deploy-plugin.version} </version >
116116 </plugin >
117+ <plugin >
118+ <groupId >org.apache.maven.plugins</groupId >
119+ <artifactId >maven-jar-plugin</artifactId >
120+ <version >3.3.0</version >
121+ <configuration >
122+ <archive >
123+ <manifestEntries >
124+ <Automatic-Module-Name >aws.lambda.runtime.interface.client</Automatic-Module-Name >
125+ </manifestEntries >
126+ </archive >
127+ </configuration >
128+ </plugin >
117129 <plugin >
118130 <artifactId >maven-surefire-plugin</artifactId >
119131 <version >3.0.0-M9</version >
Original file line number Diff line number Diff line change 193193 </extension >
194194 </extensions >
195195 <plugins >
196+ <plugin >
197+ <groupId >org.apache.maven.plugins</groupId >
198+ <artifactId >maven-jar-plugin</artifactId >
199+ <version >3.3.0</version >
200+ <configuration >
201+ <archive >
202+ <manifestEntries >
203+ <Automatic-Module-Name >aws.lambda.serialization</Automatic-Module-Name >
204+ </manifestEntries >
205+ </archive >
206+ </configuration >
207+ </plugin >
196208 <plugin >
197209 <groupId >org.apache.maven.plugins</groupId >
198210 <artifactId >maven-shade-plugin</artifactId >
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ Also have surefire in your plugins:
5252 <plugin >
5353 <groupId >org.apache.maven.plugins</groupId >
5454 <artifactId >maven-surefire-plugin</artifactId >
55- <version >2.22.2 </version >
55+ <version >3.2.5 </version >
5656 </plugin >
5757 </plugins >
5858</build >
Original file line number Diff line number Diff line change 250250 <plugin >
251251 <groupId >org.apache.maven.plugins</groupId >
252252 <artifactId >maven-surefire-plugin</artifactId >
253- <version >2.22.2 </version >
253+ <version >3.2.5 </version >
254254 </plugin >
255255 </plugins >
256256 </build >
Original file line number Diff line number Diff line change 6868 <plugin >
6969 <groupId >org.apache.maven.plugins</groupId >
7070 <artifactId >maven-surefire-plugin</artifactId >
71- <version >2.22.2 </version >
71+ <version >3.2.5 </version >
7272 </plugin >
7373 </plugins >
7474 </build >
You can’t perform that action at this time.
0 commit comments