|
3 | 3 | <parent>
|
4 | 4 | <artifactId>gemma</artifactId>
|
5 | 5 | <groupId>gemma</groupId>
|
6 |
| - <version>1.27.10</version> |
| 6 | + <version>1.27.11</version> |
7 | 7 | </parent>
|
8 | 8 | <modelVersion>4.0.0</modelVersion>
|
9 | 9 | <artifactId>gemma-core</artifactId>
|
|
14 | 14 | <plugin>
|
15 | 15 | <groupId>org.apache.maven.plugins</groupId>
|
16 | 16 | <artifactId>maven-antrun-plugin</artifactId>
|
17 |
| - <version>1.7</version> |
18 |
| - <configuration> |
19 |
| - <target> |
20 |
| - <taskdef name="schemaexport" classname="org.hibernate.tool.hbm2ddl.SchemaExportTask"> |
21 |
| - <classpath> |
22 |
| - <path refid="maven.dependency.classpath"/> |
23 |
| - </classpath> |
24 |
| - </taskdef> |
25 |
| - <mkdir dir="target/schema"/> |
26 |
| - <schemaexport quiet="true" text="true" create="true" drop="false" delimiter=";" |
27 |
| - output="${project.build.directory}/schema/gemma-ddl.sql" |
28 |
| - config="${project.basedir}/src/main/resources/hibernate.cfg.xml"> |
29 |
| - <fileset dir="src/main/resources" includes="**/*.hbm.xml"/> |
30 |
| - </schemaexport> |
31 |
| - </target> |
32 |
| - </configuration> |
| 17 | + <version>3.0.0</version> |
33 | 18 | <executions>
|
34 | 19 | <execution>
|
35 | 20 | <id>version-file</id>
|
|
46 | 31 | </configuration>
|
47 | 32 | </execution>
|
48 | 33 | <execution>
|
| 34 | + <id>schema-export</id> |
49 | 35 | <phase>generate-resources</phase>
|
50 | 36 | <goals>
|
51 | 37 | <goal>run</goal>
|
52 | 38 | </goals>
|
| 39 | + <configuration> |
| 40 | + <target> |
| 41 | + <taskdef name="schemaexport" classname="org.hibernate.tool.hbm2ddl.SchemaExportTask"/> |
| 42 | + <mkdir dir="${project.build.directory}/schema"/> |
| 43 | + <schemaexport quiet="true" text="true" create="true" drop="false" delimiter=";" |
| 44 | + output="${project.build.directory}/schema/gemma-ddl.sql" |
| 45 | + config="${project.basedir}/src/main/resources/hibernate.cfg.xml"> |
| 46 | + <fileset dir="${project.basedir}/src/main/resources" includes="**/*.hbm.xml"/> |
| 47 | + </schemaexport> |
| 48 | + </target> |
| 49 | + </configuration> |
53 | 50 | </execution>
|
54 | 51 | </executions>
|
| 52 | + <dependencies> |
| 53 | + <dependency> |
| 54 | + <groupId>org.hibernate</groupId> |
| 55 | + <artifactId>hibernate-core</artifactId> |
| 56 | + <version>${hibernate.version}</version> |
| 57 | + </dependency> |
| 58 | + </dependencies> |
55 | 59 | </plugin>
|
56 | 60 | <plugin>
|
57 | 61 | <groupId>org.apache.maven.plugins</groupId>
|
|
120 | 124 | <pluginExecutionFilter>
|
121 | 125 | <groupId>org.apache.maven.plugins</groupId>
|
122 | 126 | <artifactId>maven-antrun-plugin</artifactId>
|
123 |
| - <versionRange>[1.7,)</versionRange> |
| 127 | + <versionRange>[3.0.0,)</versionRange> |
124 | 128 | <goals>
|
125 | 129 | <goal>run</goal>
|
126 | 130 | </goals>
|
|
150 | 154 | <plugin>
|
151 | 155 | <groupId>org.apache.maven.plugins</groupId>
|
152 | 156 | <artifactId>maven-dependency-plugin</artifactId>
|
153 |
| - <version>3.2.0</version> |
| 157 | + <version>3.1.2</version> |
154 | 158 | <executions>
|
155 | 159 | <execution>
|
156 | 160 | <phase>process-resources</phase>
|
|
167 | 171 | <outputDirectory>${project.build.directory}/schema</outputDirectory>
|
168 | 172 | <includes>**/*.sql</includes>
|
169 | 173 | </artifactItem>
|
170 |
| - <artifactItem> |
171 |
| - <groupId>gemma</groupId> |
172 |
| - <artifactId>gemma-model</artifactId> |
173 |
| - <version>1.10.1</version> |
174 |
| - <overWrite>true</overWrite> |
175 |
| - <outputDirectory>${project.build.directory}/schema</outputDirectory> |
176 |
| - <includes>**/*.sql</includes> |
177 |
| - </artifactItem> |
178 | 174 | </artifactItems>
|
179 | 175 | </configuration>
|
180 | 176 | </execution>
|
|
264 | 260 | <version>1.7</version>
|
265 | 261 | </dependency>
|
266 | 262 |
|
267 |
| - <!-- Lucene (version is synced with baseCode --> |
| 263 | + <!-- Lucene (version is synced with baseCode) --> |
268 | 264 | <dependency>
|
269 | 265 | <groupId>org.apache.lucene</groupId>
|
270 | 266 | <artifactId>lucene-core</artifactId>
|
|
276 | 272 | <version>${lucene.version}</version>
|
277 | 273 | </dependency>
|
278 | 274 |
|
279 |
| - <!-- Jena --> |
| 275 | + <!-- Jena (version is synced with baseCode) --> |
280 | 276 | <dependency>
|
281 | 277 | <groupId>org.apache.jena</groupId>
|
282 | 278 | <artifactId>jena-core</artifactId>
|
|
375 | 371 | <version>1.7.4</version>
|
376 | 372 | </dependency>
|
377 | 373 | <!-- bit array -->
|
378 |
| - <!-- it can't be updated though because the binary format has changed and we store those in the database --> |
| 374 | + <!-- it can't be updated though because the binary format has changed, and we store those in the database --> |
379 | 375 | <dependency>
|
380 | 376 | <groupId>com.googlecode.javaewah</groupId>
|
381 | 377 | <artifactId>JavaEWAH</artifactId>
|
|
0 commit comments