blob: a8ef4ee2fa37acd6956b733b902f59cb8fe2df0e [file] [log] [blame]
madhusudancs@gmail.comcaf08332013-03-15 08:26:56 +00001<?xml version="1.0" encoding="UTF-8"?>
madhusudancs@gmail.coma5ed5152013-02-26 04:44:07 +00002<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
4 <modelVersion>4.0.0</modelVersion>
madhusudancs@gmail.comcaf08332013-03-15 08:26:56 +00005 <groupId>edu.uci.ics.hyracks</groupId>
madhusudancs@gmail.coma5ed5152013-02-26 04:44:07 +00006 <artifactId>hivesterix</artifactId>
7 <version>0.2.3-SNAPSHOT</version>
madhusudancs@gmail.comcaf08332013-03-15 08:26:56 +00008 <packaging>pom</packaging>
9 <name>hivesterix</name>
10
11 <properties>
12 <jvm.extraargs />
13 </properties>
14
15 <profiles>
16 <profile>
17 <id>macosx</id>
18 <activation>
19 <os>
20 <name>mac os x</name>
21 </os>
22 <jdk>1.7</jdk>
23 </activation>
24 <properties>
25 <jvm.extraargs>-Djava.nio.channels.spi.SelectorProvider=sun.nio.ch.KQueueSelectorProvider</jvm.extraargs>
26 </properties>
27 </profile>
28 </profiles>
29
madhusudancs@gmail.coma5ed5152013-02-26 04:44:07 +000030 <build>
31 <plugins>
32 <plugin>
33 <groupId>org.apache.maven.plugins</groupId>
madhusudancs@gmail.comcaf08332013-03-15 08:26:56 +000034 <artifactId>maven-release-plugin</artifactId>
35 <version>2.0</version>
madhusudancs@gmail.coma5ed5152013-02-26 04:44:07 +000036 <configuration>
madhusudancs@gmail.comcaf08332013-03-15 08:26:56 +000037 <goals>package source:jar javadoc:jar deploy:deploy</goals>
38 </configuration>
madhusudancs@gmail.coma5ed5152013-02-26 04:44:07 +000039 </plugin>
40 <plugin>
41 <groupId>org.codehaus.mojo</groupId>
madhusudancs@gmail.comcaf08332013-03-15 08:26:56 +000042 <artifactId>versions-maven-plugin</artifactId>
43 <version>1.2</version>
madhusudancs@gmail.coma5ed5152013-02-26 04:44:07 +000044 </plugin>
45 <plugin>
46 <groupId>org.apache.maven.plugins</groupId>
47 <artifactId>maven-surefire-plugin</artifactId>
48 <version>2.13</version>
49 <configuration>
50 <forkMode>pertest</forkMode>
madhusudancs@gmail.comcaf08332013-03-15 08:26:56 +000051 <argLine>-enableassertions
52 -Djava.util.logging.config.file=${user.home}/logging.properties
53 -Xdebug
54 -Xrunjdwp:transport=dt_socket,server=y,address=8000,suspend=n
55 ${jvm.extraargs}</argLine>
madhusudancs@gmail.coma5ed5152013-02-26 04:44:07 +000056 </configuration>
57 </plugin>
58 </plugins>
59 </build>
madhusudancs@gmail.comcaf08332013-03-15 08:26:56 +000060
61 <reporting>
62 <plugins>
63 <plugin>
64 <groupId>org.apache.maven.plugins</groupId>
65 <artifactId>maven-changelog-plugin</artifactId>
66 <version>2.2</version>
67 </plugin>
68 </plugins>
69 </reporting>
70
71 <distributionManagement>
72 <repository>
73 <id>hyracks-releases</id>
74 <url>http://obelix.ics.uci.edu/nexus/content/repositories/hyracks-releases/</url>
75 </repository>
76 <snapshotRepository>
77 <id>hyracks-snapshots</id>
78 <url>http://obelix.ics.uci.edu/nexus/content/repositories/hyracks-snapshots/</url>
79 </snapshotRepository>
80 </distributionManagement>
81
madhusudancs@gmail.coma5ed5152013-02-26 04:44:07 +000082 <repositories>
83 <repository>
madhusudancs@gmail.comcaf08332013-03-15 08:26:56 +000084 <id>hyracks-public</id>
85 <url>http://obelix.ics.uci.edu/nexus/content/groups/hyracks-public/</url>
86 </repository>
87 <repository>
88 <id>jboss-public</id>
89 <url>https://repository.jboss.org/nexus/content/groups/public/</url>
90 </repository>
91 <repository>
madhusudancs@gmail.coma5ed5152013-02-26 04:44:07 +000092 <releases>
93 <enabled>true</enabled>
94 <updatePolicy>always</updatePolicy>
95 <checksumPolicy>warn</checksumPolicy>
96 </releases>
97 <snapshots>
98 <enabled>true</enabled>
99 <updatePolicy>always</updatePolicy>
100 <checksumPolicy>fail</checksumPolicy>
101 </snapshots>
102 <id>third-party</id>
103 <url>http://obelix.ics.uci.edu/nexus/content/repositories/third-party</url>
104 </repository>
105 <repository>
106 <releases>
107 <enabled>true</enabled>
108 <updatePolicy>always</updatePolicy>
109 <checksumPolicy>warn</checksumPolicy>
110 </releases>
111 <snapshots>
112 <enabled>true</enabled>
113 <updatePolicy>always</updatePolicy>
114 <checksumPolicy>fail</checksumPolicy>
115 </snapshots>
116 <id>hyracks-public-release</id>
117 <url>http://obelix.ics.uci.edu/nexus/content/repositories/hyracks-public-releases</url>
118 </repository>
119 </repositories>
madhusudancs@gmail.comcaf08332013-03-15 08:26:56 +0000120
121 <pluginRepositories>
122 <pluginRepository>
123 <id>hyracks-public</id>
124 <url>http://obelix.ics.uci.edu/nexus/content/groups/hyracks-public/</url>
125 <releases>
126 <updatePolicy>always</updatePolicy>
127 </releases>
128 </pluginRepository>
129 </pluginRepositories>
130
131 <modules>
132 <module>hivesterix-runtime</module>
133 <module>hivesterix-translator</module>
134 <module>hivesterix-optimizer</module>
135 <module>hivesterix-serde</module>
136 <module>hivesterix-dist</module>
137 <module>hivesterix-common</module>
138 </modules>
madhusudancs@gmail.coma5ed5152013-02-26 04:44:07 +0000139</project>