Changeset 6526


Ignore:
Timestamp:
09/22/15 07:59:37 (9 years ago)
Author:
davor.ostojic@oeaw.ac.at
Message:

vlo-vocabularies integration

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vlo/branches/vlo-3.3-oeaw/vlo-vocabularies/pom.xml

    r6525 r6526  
    156156                                        <execution>
    157157                                                <id>create-maps</id>
    158                                                 <phase>package</phase>
     158                                                <phase>compile</phase>
    159159                                                <goals>
    160160                                                        <goal>java</goal>
    161161                                                </goals>
    162162                                                <configuration>
     163                                                        <workingDirectory>/</workingDirectory>
    163164                                                        <mainClass>eu.clarin.cmdi.vlo.main.TransformAllMaps</mainClass>
    164165                                                        <arguments>
     
    174175                        <executions>
    175176                                <execution>
    176                                 <id>copy-resources</id>
    177                                 <phase>package</phase>
     177                                <id>copy-maps</id>
     178                                <phase>compile</phase>
    178179                                <goals>
    179180                                        <goal>copy-resources</goal>
Note: See TracChangeset for help on using the changeset viewer.