summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorMahadev Konar <mahadev@apache.org>2012-09-05 05:26:12 +0000
committerMahadev Konar <mahadev@apache.org>2012-09-05 05:26:12 +0000
commit2e2a012ae6ef509c2e9de50859702e9a57c4e61f (patch)
tree234a412483d1ffcf8e3b5b11132fc1e3407bf944 /pom.xml
parentde1e2167054d0aa84524cad975785714ff5d6a74 (diff)
AMBARI-698. Add a simple server and artifact generation to run a server with a simple api check. (mahadev)
git-svn-id: https://svn.apache.org/repos/asf/incubator/ambari/branches/AMBARI-666@1380997 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml15
1 files changed, 12 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index 2d850495d9..89b4d7ce91 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,6 @@
<name>ambari</name>
<version>0.10.0-SNAPSHOT</version>
<description>Ambari</description>
-
<pluginRepositories>
<pluginRepository>
<id>maven2-repository.dev.java.net</id>
@@ -37,11 +36,21 @@
<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>