Changeset 1850


Ignore:
Timestamp:
04/04/12 08:01:32 (12 years ago)
Author:
herste
Message:

now produce both war and jar

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vlo/trunk/vlo_webapp/pom.xml

    r1831 r1850  
    55    <groupId>eu.clarin.cmdi</groupId>
    66    <artifactId>vlo</artifactId>
    7     <packaging>${packaging}</packaging>
     7    <packaging>war</packaging>
    88    <version>2.5-SNAPSHOT</version>
    99    <name>VirtualLanguageObservatory</name>
    1010    <description></description>
    1111    <dependencies>
    12         <dependency>
    13             <groupId>eu.clarin.cmdi</groupId>
    14             <artifactId>vlo_solr</artifactId>
    15             <version>1.4.2</version>
    16         </dependency>
    1712        <dependency>
    1813            <groupId>net.handle</groupId>
     
    147142              the bin dir.
    148143            -->
    149             <plugin>
     144            <!--<plugin>
    150145                <groupId>org.apache.maven.plugins</groupId>
    151146                <artifactId>maven-assembly-plugin</artifactId>
     
    157152                    </descriptors>
    158153                </configuration>
     154            </plugin>-->
     155            <plugin>
     156                <groupId>org.apache.maven.plugins</groupId>
     157                <artifactId>maven-jar-plugin</artifactId>
     158                <executions>
     159                    <execution>
     160                        <id>make-a-jar</id>
     161                        <phase>compile</phase>
     162                        <goals>
     163                            <goal>jar</goal>
     164                        </goals>
     165                    </execution>
     166                </executions>
    159167            </plugin>
    160168        </plugins>
Note: See TracChangeset for help on using the changeset viewer.