File tree 3 files changed +8
-16
lines changed
powertools-examples-core/sam
powertools-examples-serialization
3 files changed +8
-16
lines changed Original file line number Diff line number Diff line change 111
111
</dependency >
112
112
</dependencies >
113
113
</plugin >
114
+ <!-- Don't deploy the example -->
115
+ <plugin >
116
+ <groupId >org.apache.maven.plugins</groupId >
117
+ <artifactId >maven-deploy-plugin</artifactId >
118
+ <configuration >
119
+ <skip >true</skip >
120
+ </configuration >
121
+ </plugin >
114
122
<plugin >
115
123
<groupId >org.apache.maven.plugins</groupId >
116
124
<artifactId >maven-shade-plugin</artifactId >
Original file line number Diff line number Diff line change 71
71
<skip >true</skip >
72
72
</configuration >
73
73
</plugin >
74
- <!-- Don't deploy the example -->
75
- <plugin >
76
- <groupId >org.apache.maven.plugins</groupId >
77
- <artifactId >maven-deploy-plugin</artifactId >
78
- <configuration >
79
- <skip >true</skip >
80
- </configuration >
81
- </plugin >
82
74
<plugin >
83
75
<groupId >dev.aspectj</groupId >
84
76
<artifactId >aspectj-maven-plugin</artifactId >
Original file line number Diff line number Diff line change 118
118
<groupId >org.apache.maven.plugins</groupId >
119
119
<artifactId >maven-checkstyle-plugin</artifactId >
120
120
</plugin >
121
- <!-- Don't deploy tests -->
122
- <plugin >
123
- <groupId >org.apache.maven.plugins</groupId >
124
- <artifactId >maven-deploy-plugin</artifactId >
125
- <configuration >
126
- <skip >true</skip >
127
- </configuration >
128
- </plugin >
129
121
</plugins >
130
122
</build >
131
123
You can’t perform that action at this time.
0 commit comments