ramangrover29 | b2201c4 | 2013-05-30 15:40:24 -0700 | [diff] [blame^] | 1 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 2 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| 3 | <modelVersion>4.0.0</modelVersion> |
| 4 | <parent> |
| 5 | <artifactId>asterix</artifactId> |
| 6 | <groupId>edu.uci.ics.asterix</groupId> |
| 7 | <version>0.0.6-SNAPSHOT</version> |
| 8 | </parent> |
| 9 | <groupId>edu.uci.ics.asterix</groupId> |
| 10 | <artifactId>asterix-events</artifactId> |
| 11 | <version>0.0.6-SNAPSHOT</version> |
vinayakb | 5ee049d | 2013-04-06 21:21:29 +0000 | [diff] [blame] | 12 | |
ramangrover29 | b2201c4 | 2013-05-30 15:40:24 -0700 | [diff] [blame^] | 13 | <properties> |
| 14 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
| 15 | </properties> |
vinayakb | 5ee049d | 2013-04-06 21:21:29 +0000 | [diff] [blame] | 16 | |
ramangrover29 | b2201c4 | 2013-05-30 15:40:24 -0700 | [diff] [blame^] | 17 | <build> |
| 18 | <plugins> |
| 19 | <plugin> |
| 20 | <groupId>org.apache.maven.plugins</groupId> |
| 21 | <artifactId>maven-compiler-plugin</artifactId> |
| 22 | <version>2.0.2</version> |
| 23 | <configuration> |
| 24 | <source>1.6</source> |
| 25 | <target>1.6</target> |
| 26 | </configuration> |
| 27 | </plugin> |
| 28 | <plugin> |
| 29 | <groupId>org.jvnet.jaxb2.maven2</groupId> |
| 30 | <artifactId>maven-jaxb2-plugin</artifactId> |
| 31 | <executions> |
| 32 | <execution> |
| 33 | <id>event</id> |
| 34 | <goals> |
| 35 | <goal>generate</goal> |
| 36 | </goals> |
| 37 | <configuration> |
| 38 | <args> |
| 39 | <arg>-Xsetters</arg> |
| 40 | <arg>-Xvalue-constructor</arg> |
| 41 | </args> |
| 42 | <plugins> |
| 43 | <plugin> |
| 44 | <groupId>org.jvnet.jaxb2_commons</groupId> |
| 45 | <artifactId>jaxb2-basics</artifactId> |
| 46 | <version>0.6.2</version> |
| 47 | </plugin> |
| 48 | <plugin> |
| 49 | <groupId>org.jvnet.jaxb2_commons</groupId> |
| 50 | <artifactId>jaxb2-value-constructor</artifactId> |
| 51 | <version>3.0</version> |
| 52 | </plugin> |
| 53 | </plugins> |
| 54 | <schemaDirectory>src/main/resources/schema</schemaDirectory> |
| 55 | <schemaIncludes> |
| 56 | <include>event.xsd</include> |
| 57 | </schemaIncludes> |
| 58 | <generatePackage>edu.uci.ics.asterix.event.schema.event</generatePackage> |
| 59 | <generateDirectory>${project.build.directory}/generated-sources/event</generateDirectory> |
| 60 | </configuration> |
| 61 | </execution> |
| 62 | <execution> |
| 63 | <id>configuration</id> |
| 64 | <goals> |
| 65 | <goal>generate</goal> |
| 66 | </goals> |
| 67 | <configuration> |
| 68 | <args> |
| 69 | <arg>-Xsetters</arg> |
| 70 | <arg>-Xvalue-constructor</arg> |
| 71 | </args> |
| 72 | <plugins> |
| 73 | <plugin> |
| 74 | <groupId>org.jvnet.jaxb2_commons</groupId> |
| 75 | <artifactId>jaxb2-basics</artifactId> |
| 76 | <version>0.6.2</version> |
| 77 | </plugin> |
| 78 | <plugin> |
| 79 | <groupId>org.jvnet.jaxb2_commons</groupId> |
| 80 | <artifactId>jaxb2-value-constructor</artifactId> |
| 81 | <version>3.0</version> |
| 82 | </plugin> |
| 83 | </plugins> |
| 84 | <schemaDirectory>src/main/resources/schema</schemaDirectory> |
| 85 | <schemaIncludes> |
| 86 | <include>installer-conf.xsd</include> |
| 87 | </schemaIncludes> |
| 88 | <generatePackage>edu.uci.ics.asterix.installer.schema.conf</generatePackage> |
| 89 | <generateDirectory>${project.build.directory}/generated-sources/configuration</generateDirectory> |
| 90 | </configuration> |
| 91 | </execution> |
| 92 | <execution> |
| 93 | <id>pattern</id> |
| 94 | <goals> |
| 95 | <goal>generate</goal> |
| 96 | </goals> |
| 97 | <configuration> |
| 98 | <args> |
| 99 | <arg>-Xsetters</arg> |
| 100 | <arg>-Xvalue-constructor</arg> |
| 101 | </args> |
| 102 | <plugins> |
| 103 | <plugin> |
| 104 | <groupId>org.jvnet.jaxb2_commons</groupId> |
| 105 | <artifactId>jaxb2-basics</artifactId> |
| 106 | <version>0.6.2</version> |
| 107 | </plugin> |
| 108 | <plugin> |
| 109 | <groupId>org.jvnet.jaxb2_commons</groupId> |
| 110 | <artifactId>jaxb2-value-constructor</artifactId> |
| 111 | <version>3.0</version> |
| 112 | </plugin> |
| 113 | </plugins> |
| 114 | <schemaDirectory>src/main/resources/schema</schemaDirectory> |
| 115 | <schemaIncludes> |
| 116 | <include>pattern.xsd</include> |
| 117 | </schemaIncludes> |
| 118 | <generatePackage>edu.uci.ics.asterix.event.schema.pattern</generatePackage> |
| 119 | <generateDirectory>${project.build.directory}/generated-sources/pattern</generateDirectory> |
| 120 | </configuration> |
| 121 | </execution> |
| 122 | </executions> |
| 123 | </plugin> |
| 124 | <plugin> |
| 125 | <artifactId>maven-assembly-plugin</artifactId> |
| 126 | <version>2.2-beta-2</version> |
| 127 | <executions> |
| 128 | <execution> |
| 129 | <configuration> |
| 130 | <descriptor>src/main/assembly/binary-assembly.xml</descriptor> |
| 131 | </configuration> |
| 132 | <phase>package</phase> |
| 133 | <goals> |
| 134 | <goal>attached</goal> |
| 135 | </goals> |
| 136 | </execution> |
| 137 | </executions> |
| 138 | </plugin> |
| 139 | </plugins> |
| 140 | </build> |
vinayakb | 5ee049d | 2013-04-06 21:21:29 +0000 | [diff] [blame] | 141 | |
ramangrover29 | b2201c4 | 2013-05-30 15:40:24 -0700 | [diff] [blame^] | 142 | <dependencies> |
| 143 | <dependency> |
| 144 | <groupId>junit</groupId> |
| 145 | <artifactId>junit</artifactId> |
| 146 | <version>4.8.1</version> |
| 147 | <scope>test</scope> |
| 148 | </dependency> |
| 149 | <dependency> |
| 150 | <groupId>args4j</groupId> |
| 151 | <artifactId>args4j</artifactId> |
| 152 | <version>2.0.12</version> |
| 153 | <type>jar</type> |
| 154 | <scope>compile</scope> |
| 155 | </dependency> |
| 156 | <dependency> |
| 157 | <groupId>org.jvnet.jaxb2_commons</groupId> |
| 158 | <artifactId>jaxb2-value-constructor</artifactId> |
| 159 | <version>3.0</version> |
| 160 | </dependency> |
| 161 | <dependency> |
| 162 | <groupId>commons-io</groupId> |
| 163 | <artifactId>commons-io</artifactId> |
| 164 | <version>1.4</version> |
| 165 | </dependency> |
| 166 | <dependency> |
| 167 | <groupId>org.apache.zookeeper</groupId> |
| 168 | <artifactId>zookeeper</artifactId> |
| 169 | <version>3.4.5</version> |
| 170 | <exclusions> |
| 171 | <exclusion> |
| 172 | <groupId>com.sun.jmx</groupId> |
| 173 | <artifactId>jmxri</artifactId> |
| 174 | </exclusion> |
| 175 | <exclusion> |
| 176 | <groupId>com.sun.jdmk</groupId> |
| 177 | <artifactId>jmxtools</artifactId> |
| 178 | </exclusion> |
| 179 | <exclusion> |
| 180 | <groupId>javax.jms</groupId> |
| 181 | <artifactId>jms</artifactId> |
| 182 | </exclusion> |
| 183 | </exclusions> |
| 184 | </dependency> |
| 185 | <dependency> |
| 186 | <groupId>edu.uci.ics.asterix</groupId> |
| 187 | <artifactId>asterix-common</artifactId> |
| 188 | <version>0.0.6-SNAPSHOT</version> |
| 189 | <type>jar</type> |
| 190 | <scope>compile</scope> |
| 191 | </dependency> |
| 192 | </dependencies> |
vinayakb | 5ee049d | 2013-04-06 21:21:29 +0000 | [diff] [blame] | 193 | </project> |