Project

General

Profile

« Previous | Next » 

Revision 22aa850d

Added by Andreas Müller almost 2 years ago

ref #6696 change maven phase for CdmModelCache creation and move cdmlib-cache modul up behind cdmlib-service

View differences:

cdmlib-cache/pom.xml
20 20
            <version>3.0.0</version>
21 21
            <executions>
22 22
                <execution>
23
                    <phase>process-resources</phase>
23
                    <phase>compile</phase> 
24 24
                    <goals>
25
                        <!-- goal 'java'  has problems with closing threads, therefore se exec -->
25 26
                        <goal>exec</goal>
26 27
                    </goals>
27 28
                </execution>
......
33 34
                    <classpath/>
34 35
                    <argument>eu.etaxonomy.cdm.cache.CdmModelCacher</argument>
35 36
                </arguments>
36
           <!--     <mainClass>eu.etaxonomy.cdm.cache.CdmModelCacher</mainClass>
37
                <!-- configuration if using goal 'java' -->
38
     <!--       <mainClass>eu.etaxonomy.cdm.cache.CdmModelCacher</mainClass>
37 39
                <cleanupDaemonThreads>true</cleanupDaemonThreads>
38 40
                <stopUnresponsiveDaemonThreads>false</stopUnresponsiveDaemonThreads>  -->
39 41
            </configuration>

Also available in: Unified diff