Changeset 2759


Ignore:
Timestamp:
03/28/13 09:18:10 (11 years ago)
Author:
keeloo
Message:

Modified groupId in pom.xml file to 'eu.clarin.cmdi'.

File:
1 edited

Legend:

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

    r2668 r2759  
    11<?xml version="1.0" encoding="UTF-8"?>
     2
    23<project xmlns="http://maven.apache.org/POM/4.0.0"
    34         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
     
    1314    </parent>
    1415
    15     <groupId>mpi</groupId>
     16    <groupId>eu.clarin.cmdi</groupId> <!-- changed groupId from mpi to eu.clarin.cmdi -->
    1617   
    1718    <artifactId>vlo_web_app</artifactId>
     
    4748            <scope>provided</scope>
    4849        </dependency>
     50        <dependency>
     51            <groupId>junit</groupId>
     52            <artifactId>junit</artifactId>
     53            <version>4.10</version>
     54            <scope>test</scope>
     55            <type>jar</type>
     56        </dependency>
     57
    4958    </dependencies>
    5059
    5160    <build>
    52         <!-- added by kj, need to check this -->
    5361        <resources>
    5462            <resource>
    5563                <directory>src/main/java</directory>
    5664                <excludes>
    57                     <exclude>**/*.java</exclude> <!-- java not needed in the source -->
     65                    <exclude>**/*.java</exclude> <!-- java not needed in the package -->
    5866                </excludes>
    5967            </resource>
Note: See TracChangeset for help on using the changeset viewer.