You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by yu...@apache.org on 2013/05/11 19:25:53 UTC

svn commit: r1481380 [4/4] - in /incubator/ambari/branches/branch-1.2.3: ./ ambari-agent/ ambari-agent/src/main/puppet/modules/hdp-hadoop/manifests/ ambari-agent/src/main/puppet/modules/hdp-hadoop/templates/ ambari-agent/src/main/puppet/modules/hdp-nag...

Modified: incubator/ambari/branches/branch-1.2.3/pom.xml
URL: http://svn.apache.org/viewvc/incubator/ambari/branches/branch-1.2.3/pom.xml?rev=1481380&r1=1481379&r2=1481380&view=diff
==============================================================================
--- incubator/ambari/branches/branch-1.2.3/pom.xml (original)
+++ incubator/ambari/branches/branch-1.2.3/pom.xml Sat May 11 17:25:52 2013
@@ -21,11 +21,10 @@
   <artifactId>ambari</artifactId>
   <packaging>pom</packaging>
   <name>Ambari Main</name>
-  <version>1.3.0-SNAPSHOT</version>
+  <version>1.2.3-SNAPSHOT</version>
   <description>Ambari</description>
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-    <clover.license>${user.home}/clover.license</clover.license>
   </properties>
   <pluginRepositories>
     <pluginRepository>
@@ -35,12 +34,6 @@
       <layout>default</layout>
     </pluginRepository>
     <pluginRepository>
-       <id>maven2-repository.atlassian</id>
-       <name>Atlassian Maven Repository</name>
-       <url>https://maven.atlassian.com/repository/public</url>
-       <layout>default</layout>
-     </pluginRepository>
-    <pluginRepository>
       <id>maven2-glassfish-repository.dev.java.net</id>
       <name>Java.net Repository for Maven</name>
       <url>http://download.java.net/maven/glassfish/</url>
@@ -157,54 +150,4 @@
       </plugin>
     </plugins>
   </build>
-  <profiles>
-    <profile>
-      <id>clover</id>
-      <activation>
-        <activeByDefault>false</activeByDefault>
-        <property>
-          <name>clover</name>
-        </property>
-      </activation>
-      <properties>
-        <maven.clover.licenseLocation>${clover.license}</maven.clover.licenseLocation>
-        <clover.version>3.1.11</clover.version>
-      </properties>
-      <build>
-        <plugins>
-          <plugin>
-            <groupId>com.atlassian.maven.plugins</groupId>
-            <artifactId>maven-clover2-plugin</artifactId>
-            <version>${clover.version}</version>
-            <configuration>
-              <includesAllSourceRoots>true</includesAllSourceRoots>
-              <includesTestSourceRoots>true</includesTestSourceRoots>
-              <targetPercentage>50%</targetPercentage>
-              <generateHtml>true</generateHtml>
-              <generateXml>true</generateXml>
-              <excludes>
-                <exclude>**/generated/**</exclude>
-              </excludes>
-            </configuration>
-            <executions>
-              <execution>
-                <id>clover-setup</id>
-                <phase>process-sources</phase>
-                <goals>
-                  <goal>setup</goal>
-                </goals>
-              </execution>
-              <execution>
-                <id>clover</id>
-                <phase>test</phase>
-                <goals>
-                  <goal>clover</goal>
-                </goals>
-              </execution>
-            </executions>
-          </plugin>
-        </plugins>
-      </build>
-    </profile>
-  </profiles>
 </project>