Skip to content

Commit

Permalink
Update pom.xml to read aws keys from environment and update the keys …
Browse files Browse the repository at this point in the history
…in properties files
  • Loading branch information
Santhosh Vasabhaktula authored and Santhosh Vasabhaktula committed Mar 14, 2016
1 parent 5e11306 commit 1e2919d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@
<maven.compiler.target>1.6</maven.compiler.target>
<encoding>UTF-8</encoding>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<aws.access.key>${env.aws_key}</aws.access.key>
<aws.secret.key>${env.aws_secret}</aws.secret.key>
</properties>

<distributionManagement>
Expand Down Expand Up @@ -216,6 +218,7 @@
<resources>
<resource>
<directory>src/main/config</directory>
<filtering>true</filtering>
</resource>
</resources>
<plugins>
Expand Down

0 comments on commit 1e2919d

Please sign in to comment.