File tree Expand file tree Collapse file tree 1 file changed +20
-2
lines changed Expand file tree Collapse file tree 1 file changed +20
-2
lines changed Original file line number Diff line number Diff line change 9
9
<version >2.1.6</version >
10
10
<name >glusterfs-hadoop</name >
11
11
<url >http://maven.apache.org</url >
12
+
13
+ <distributionManagement >
14
+ <repository >
15
+ <id >maven-s3-release-repo</id >
16
+ <name >S3 Release Repository</name >
17
+ <url >s3://rhbd/maven/repositories/internal</url >
18
+ </repository >
19
+ </distributionManagement >
20
+
12
21
<dependencies >
13
22
<dependency >
14
23
<groupId >junit</groupId >
46
55
</dependency >
47
56
</dependencies >
48
57
<build >
49
- <plugins >
50
- <plugin >
58
+
59
+ <extensions >
60
+ <extension >
61
+ <groupId >org.springframework.build</groupId >
62
+ <artifactId >aws-maven</artifactId >
63
+ <version >5.0.0.RELEASE</version >
64
+ </extension >
65
+ </extensions >
66
+
67
+ <plugins >
68
+ <plugin >
51
69
<groupId >org.apache.maven.plugins</groupId >
52
70
<artifactId >maven-surefire-plugin</artifactId >
53
71
<version >2.4.3</version >
You can’t perform that action at this time.
0 commit comments