File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change 5
5
<artifactId >spring-data-dynamodb</artifactId >
6
6
<version >5.0.2-SNAPSHOT</version >
7
7
<name >Spring Data DynamoDB</name >
8
+ <inceptionYear >2013</inceptionYear >
9
+
8
10
<description >The primary goal of the Spring® Data project is to make it easier to build Spring-powered applications
9
11
that use data access technologies.
10
12
This module deals with enhanced support for a data access layer built on AWS DynamoDB.</description >
199
201
</plugins >
200
202
</pluginManagement >
201
203
<plugins >
204
+ <plugin >
205
+ <groupId >com.mycila</groupId >
206
+ <artifactId >license-maven-plugin</artifactId >
207
+ <version >3.0</version >
208
+ <configuration >
209
+ <header >com/mycila/maven/plugin/license/templates/APACHE-2.txt</header >
210
+ <excludes >
211
+ <exclude >**/README.md</exclude >
212
+ <exclude >**/DONATION.md</exclude >
213
+ <exclude >**/CONTRIBUTING.md</exclude >
214
+ <exclude >**/LICENSE</exclude >
215
+ <exclude >src/test/resources/**</exclude >
216
+ <exclude >src/main/resources/**</exclude >
217
+ </excludes >
218
+ </configuration >
219
+ <executions >
220
+ <execution >
221
+ <goals >
222
+ <goal >check</goal >
223
+ </goals >
224
+ </execution >
225
+ </executions >
226
+ </plugin >
202
227
<plugin >
203
228
<groupId >org.sonatype.plugins</groupId >
204
229
<artifactId >nexus-staging-maven-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments