Repository: ambari
Updated Branches:
  refs/heads/branch-2.0.0-maven-publish d0ed42b5f -> 5dc436a41


Prepare for publishing to Maven. (yusaku)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/5dc436a4
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/5dc436a4
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/5dc436a4

Branch: refs/heads/branch-2.0.0-maven-publish
Commit: 5dc436a4126c3e929ce0c584c73ed756d75b5ed7
Parents: d0ed42b
Author: Yusaku Sako <[email protected]>
Authored: Sat Mar 28 14:14:58 2015 -0700
Committer: Yusaku Sako <[email protected]>
Committed: Sat Mar 28 14:14:58 2015 -0700

----------------------------------------------------------------------
 pom.xml | 140 +++++++++++++++++++++++++++++------------------------------
 1 file changed, 70 insertions(+), 70 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/5dc436a4/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index a3b9381..c703bcf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -524,76 +524,76 @@
               </execution>
             </executions>
           </plugin>
-          <profile>
-            <id>sources</id>
-            <build>
-              <plugins>
-                <plugin>
-                  <groupId>org.apache.maven.plugins</groupId>
-                  <artifactId>maven-source-plugin</artifactId>
-                  <executions>
-                    <execution>
-                      <id>attach-sources</id>
-                      <goals>
-                        <goal>jar</goal>
-                      </goals>
-                    </execution>
-                  </executions>
-                </plugin>
-              </plugins>
-            </build>
-          </profile>
-          <profile>
-            <id>javadoc</id>
-            <build>
-              <plugins>
-                <plugin>
-                  <groupId>org.apache.maven.plugins</groupId>
-                  <artifactId>maven-javadoc-plugin</artifactId>
-                  <configuration>
-                    <docfilessubdirs>true</docfilessubdirs>
-                  </configuration>
-                  <executions>
-                    <execution>
-                      <id>attach-javadocs</id>
-                      <goals>
-                        <goal>jar</goal>
-                      </goals>
-                    </execution>
-                  </executions>
-                </plugin>
-              </plugins>
-            </build>
-          </profile>
-          <!-- This profile exists to only sign the build artifacts when 
making a release candidate
-      instead of a SNAPSHOT. -->
-          <profile>
-            <id>sign-artifacts</id>
-            <activation>
-              <property>
-                <name>performRelease</name>
-                <value>true</value>
-              </property>
-            </activation>
-            <build>
-              <plugins>
-                <plugin>
-                  <groupId>org.apache.maven.plugins</groupId>
-                  <artifactId>maven-gpg-plugin</artifactId>
-                  <version>1.6</version>
-                  <executions>
-                    <execution>
-                      <id>sign-artifacts</id>
-                      <phase>verify</phase>
-                      <goals>
-                        <goal>sign</goal>
-                      </goals>
-                    </execution>
-                  </executions>
-                </plugin>
-              </plugins>
-            </build>
-          </profile>
+        </plugins>
+      </build>
+    </profile>
+    <profile>
+      <id>sources</id>
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-source-plugin</artifactId>
+            <executions>
+              <execution>
+                <id>attach-sources</id>
+                <goals>
+                  <goal>jar</goal>
+                </goals>
+              </execution>
+            </executions>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+    <profile>
+      <id>javadoc</id>
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-javadoc-plugin</artifactId>
+            <configuration>
+              <docfilessubdirs>true</docfilessubdirs>
+            </configuration>
+            <executions>
+              <execution>
+                <id>attach-javadocs</id>
+                <goals>
+                  <goal>jar</goal>
+                </goals>
+              </execution>
+            </executions>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+    <!-- This profile exists to only sign the build artifacts when making a 
release candidate
+instead of a SNAPSHOT. -->
+    <profile>
+      <id>sign-artifacts</id>
+      <activation>
+        <property>
+          <name>performRelease</name>
+          <value>true</value>
+        </property>
+      </activation>
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-gpg-plugin</artifactId>
+            <version>1.6</version>
+            <executions>
+              <execution>
+                <id>sign-artifacts</id>
+                <phase>verify</phase>
+                <goals>
+                  <goal>sign</goal>
+                </goals>
+              </execution>
+            </executions>
+          </plugin>
         </plugins>
       </build>
     </profile>

Reply via email to