Skip to content

Commit

Permalink
Update POM
Browse files Browse the repository at this point in the history
  • Loading branch information
Igor Cher committed Dec 12, 2012
1 parent cbce8c5 commit 3f5b542
Showing 1 changed file with 17 additions and 27 deletions.
44 changes: 17 additions & 27 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,22 +23,22 @@
</repository>
</repositories>

<!--<profiles>-->
<!--<profile>-->
<!--<id>cdh4</id>-->
<!--<properties>-->
<!--<hadoop.version>2.0.0-cdh4.1.2</hadoop.version>-->
<!--<hbase.version>0.92.1-cdh4.1.2</hbase.version>-->
<!--</properties>-->
<!--<dependencies>-->
<!--<dependency>-->
<!--<groupId>org.apache.hadoop</groupId>-->
<!--<artifactId>hadoop-client</artifactId>-->
<!--<version>${hadoop.version}</version>-->
<!--</dependency>-->
<!--</dependencies>-->
<!--</profile>-->
<!--</profiles>-->
<profiles>
<profile>
<id>cdh4</id>
<properties>
<hadoop.version>2.0.0-cdh4.1.2</hadoop.version>
<hbase.version>0.92.1-cdh4.1.2</hbase.version>
</properties>
<dependencies>
<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-client</artifactId>
<version>${hadoop.version}</version>
</dependency>
</dependencies>
</profile>
</profiles>

<dependencies>
<dependency>
Expand Down Expand Up @@ -67,17 +67,6 @@

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<configuration>
<archive>
<manifest>
<mainClass>hrider.ui.forms.Window</mainClass>
</manifest>
</archive>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
Expand Down Expand Up @@ -135,6 +124,7 @@
</plugin>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.5.1</version>
<configuration>
<source>1.6</source>
<target>1.6</target>
Expand Down

0 comments on commit 3f5b542

Please sign in to comment.