Ignore:
Timestamp:
03/06/13 15:22:58 (11 years ago)
Author:
keeloo
Message:

Repaired faulty packaging. Also changed the access to the parameter file from file to stream io. At the moment the packaged parameter file is accessed in a hard coded way.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vlo/branches/vlo-2.13-param/vlo_importer/pom.xml

    r2651 r2657  
    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/maven-v4_0_0.xsd">
     1<project xmlns="http://maven.apache.org/POM/4.0.0"
     2         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
     5>
    36    <modelVersion>4.0.0</modelVersion>
     7
    48    <groupId>eu.clarin.cmdi</groupId>
     9
    510    <artifactId>vlo</artifactId>
     11
    612    <packaging>jar</packaging>
    713
    8     <!-- When updating the version number here, also update
    9     vlo_solr_importer.sh in src/main/bin and the version number
    10     in the parent's pom.xml -->
    1114    <version>2.13</version>
    1215    <name>vlo_importer</name>
     
    1518    <properties>
    1619        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
    17         <packaging>war</packaging>
     20        <packaging>jar</packaging>
    1821        <netbeans.hint.deploy.server>Tomcat</netbeans.hint.deploy.server>
    1922    </properties>
Note: See TracChangeset for help on using the changeset viewer.