summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorMahadev Konar <mahadev@apache.org>2012-09-05 05:22:24 +0000
committerMahadev Konar <mahadev@apache.org>2012-09-05 05:22:24 +0000
commitde1e2167054d0aa84524cad975785714ff5d6a74 (patch)
tree4efb7135d4376071436473b2ab0bbfc20fb03b36 /pom.xml
parent6a3917ef4bacf204a9149e52fcd84c3a3003768e (diff)
Reverting AMBARI-698 for now
git-svn-id: https://svn.apache.org/repos/asf/incubator/ambari/branches/AMBARI-666@1380995 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml15
1 files changed, 3 insertions, 12 deletions
diff --git a/pom.xml b/pom.xml
index 89b4d7ce91..2d850495d9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,6 +23,7 @@
<name>ambari</name>
<version>0.10.0-SNAPSHOT</version>
<description>Ambari</description>
+
<pluginRepositories>
<pluginRepository>
<id>maven2-repository.dev.java.net</id>
@@ -36,21 +37,11 @@
<url>http://download.java.net/maven/glassfish/</url>
</pluginRepository>
</pluginRepositories>
+
<modules>
<module>ambari-project</module>
<module>ambari-server</module>
<module>ambari-agent</module>
</modules>
- <build>
- <plugins>
- <plugin>
- <artifactId>maven-assembly-plugin</artifactId>
- <configuration>
- <descriptors>
- <descriptor>ambari-project/src/main/assemblies/empty.xml</descriptor>
- </descriptors>
- </configuration>
- </plugin>
- </plugins>
- </build>
+
</project>