Project

General

Profile

« Previous | Next » 

Revision 1a1e2ca4

Added by Andreas Müller almost 2 years ago

ref #6696 create CdmModelCache during maven and remove cached model from git

View differences:

cdmlib-cache/pom.xml
14 14
  <description>CDM Entity Cache</description>
15 15
  <build>
16 16
    <plugins>
17
        <plugin>
18
            <groupId>org.codehaus.mojo</groupId>
19
            <artifactId>exec-maven-plugin</artifactId>
20
            <version>3.0.0</version>
21
            <executions>
22
                <execution>
23
                    <phase>process-resources</phase>
24
                    <goals>
25
                        <goal>exec</goal>
26
                    </goals>
27
                </execution>
28
            </executions>
29
            <configuration>
30
                <executable>java</executable>
31
                <arguments>
32
                    <argument>-classpath</argument>
33
                    <classpath/>
34
                    <argument>eu.etaxonomy.cdm.cache.CdmModelCacher</argument>
35
                </arguments>
36
           <!--     <mainClass>eu.etaxonomy.cdm.cache.CdmModelCacher</mainClass>
37
                <cleanupDaemonThreads>true</cleanupDaemonThreads>
38
                <stopUnresponsiveDaemonThreads>false</stopUnresponsiveDaemonThreads>  -->
39
            </configuration>
40
        </plugin>
17 41
    </plugins>
42
    <pluginManagement>
43
      <plugins>
44
        <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
45
        <plugin>
46
          <groupId>org.eclipse.m2e</groupId>
47
          <artifactId>lifecycle-mapping</artifactId>
48
          <version>1.0.0</version>
49
          <configuration>
50
            <lifecycleMappingMetadata>
51
              <pluginExecutions>
52
                <pluginExecution>
53
                  <pluginExecutionFilter>
54
                    <groupId>org.codehaus.mojo</groupId>
55
                    <artifactId>exec-maven-plugin</artifactId>
56
                    <versionRange>[3.0.0,)</versionRange>
57
                    <phase>process-resources</phase>
58
                    <goals>
59
                      <goal>exec</goal>
60
                    </goals>
61
                  </pluginExecutionFilter>
62
                  <action>
63
                    <ignore></ignore>
64
                  </action>
65
                </pluginExecution>
66
              </pluginExecutions>
67
            </lifecycleMappingMetadata>
68
          </configuration>
69
        </plugin>
70
      </plugins>
71
    </pluginManagement>
18 72
  </build>
19 73
  <dependencies>
20 74
    <dependency>

Also available in: Unified diff