Skip to content

Commit

Permalink
pom with profiles
Browse files Browse the repository at this point in the history
  • Loading branch information
Roberto Congiu committed Apr 28, 2014
1 parent a29316b commit ffca88d
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 111 deletions.
21 changes: 20 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,28 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<cdh.version>0.8.1-cdh4.0.1</cdh.version>
</properties>

<profiles>
<profile>
<id>cdh4</id>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<cdh.version>0.8.1-cdh4.0.1</cdh.version>
</properties>
</profile>
<profile>
<id>cdh5</id>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<cdh.version>0.12.0-cdh5.0.0-beta-2</cdh.version>
</properties>
</profile>
</profiles>


<build>
<!-- wagon-ssh-external extension is necessary for deploying with scpexe -->
Expand Down
110 changes: 0 additions & 110 deletions pom.xml.releaseBackup

This file was deleted.

0 comments on commit ffca88d

Please sign in to comment.