Skip to content

Commit eb98f42

Browse files
committed
Merge pull request #85 from jayunit100/maven-release
maven release updates to pom: First test of new CI/ !
2 parents 27875b6 + 515f0b9 commit eb98f42

File tree

1 file changed

+20
-2
lines changed

1 file changed

+20
-2
lines changed

pom.xml

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,15 @@
99
<version>2.1.6</version>
1010
<name>glusterfs-hadoop</name>
1111
<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+
1221
<dependencies>
1322
<dependency>
1423
<groupId>junit</groupId>
@@ -46,8 +55,17 @@
4655
</dependency>
4756
</dependencies>
4857
<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>
5169
<groupId>org.apache.maven.plugins</groupId>
5270
<artifactId>maven-surefire-plugin</artifactId>
5371
<version>2.4.3</version>

0 commit comments

Comments
 (0)