Ignore:
Timestamp:
05/08/13 10:55:00 (11 years ago)
Author:
keeloo
Message:

Repaired faulty build order

File:
1 edited

Legend:

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

    r2875 r2883  
    88    <groupId>eu.clarin.cmdi</groupId>
    99
    10     <artifactId>vlo</artifactId> <!-- kj: change this to vlo_importer on
    11 
    12     splitoff from base, the base could have vlo as its identity -->
     10    <artifactId>vlo_importer</artifactId>
    1311
    1412    <packaging>jar</packaging>
     
    7169                </configuration>
    7270            </plugin>
    73             <!--<plugin>
    74                 <groupId>org.apache.maven.plugins</groupId>
    75                 <artifactId>maven-jar-plugin</artifactId>
    76                 <executions>
    77                     <execution>
    78                         <id>make-a-jar</id>
    79                         <phase>compile</phase>
    80                         <goals>
    81                             <goal>jar</goal>
    82                         </goals>
    83                     </execution>
    84                 </executions>
    85                 <configuration>
    86                     <classesDirectory>target/classes</classesDirectory>
    87                     <includes>
    88                         <include>**/*</include>
    89                     </includes>
    90                     <archive>
    91                         <index>false</index>
    92                         <manifest>
    93                             <addClasspath>true</addClasspath>
    94                             <classpathPrefix>. lib/</classpathPrefix>
    95                             <mainClass>eu.clarin.cmdi.vlo.importer.MetadataImporter</mainClass>
    96                         </manifest>
    97                     </archive>
    98                 </configuration>
    99             </plugin>-->
    100             <!--<plugin>
    101                 <groupId>org.apache.maven.plugins</groupId>
    102                 <artifactId>maven-dependency-plugin</artifactId>
    103                 <executions>
    104                     <execution>
    105                         <id>copy-dependencies</id>
    106                         <phase>prepare-package</phase>
    107                         <goals>
    108                             <goal>copy-dependencies</goal>
    109                         </goals>
    110                         <configuration>
    111                             <outputDirectory>${project.build.directory}/lib</outputDirectory>
    112                             <overWriteReleases>false</overWriteReleases>
    113                             <overWriteSnapshots>false</overWriteSnapshots>
    114                             <overWriteIfNewer>true</overWriteIfNewer>
    115                         </configuration>
    116                     </execution>
    117                 </executions>
    118             </plugin>-->
    119             <!--<plugin>
    120                 <artifactId>maven-assembly-plugin</artifactId>
    121                 <version>2.3</version>
    122                 <configuration>
    123                     <descriptors>
    124                         <descriptor>src/main/assembly/buildwar.xml</descriptor>
    125                     </descriptors>
    126                 </configuration>
    127                 <executions>
    128                     <execution>
    129                         <id>make-assemblyW</id>
    130                         <phase>package</phase>
    131                         <goals>
    132                             <goal>single</goal>
    133                         </goals>
    134                     </execution>
    135                 </executions>
    136             </plugin>-->
    137             <!-- NOTE: Run importer from jar file with -cp .:$filename.jar eu.clarin.cmdi.vlo.importer.MetadataImporter -->
    13871            <plugin>
    13972                <artifactId>maven-assembly-plugin</artifactId>
Note: See TracChangeset for help on using the changeset viewer.