Project

General

Profile

« Previous | Next » 

Revision dbd1c8d4

Added by Andreas Müller over 7 years ago

#5751 Try to fix dependency copy in taxeditor.wepapp (II)

View differences:

eu.etaxonomy.taxeditor.webapp/pom.xml
53 53
            </goals>
54 54
            <configuration>
55 55
              <includeArtifactIds>
56
                c3p0,mchange-commons-java,cdmlib-db,log4j,javax.servlet-api,jetty-all
56
                log4j,javax.servlet-api,jetty-all
57 57
              </includeArtifactIds>
58 58
              <outputDirectory>
59 59
                ${basedir}/lib
......
63 63
              <excludeTransitive>true</excludeTransitive>
64 64
            </configuration>
65 65
          </execution>
66
          <execution>
67
            <id>copy-dependency-jars</id>
68
            <phase>validate</phase>
69
            <goals>
70
              <goal>copy-dependencies</goal>
71
            </goals>
72
            <configuration>
73
              <includeArtifactIds>
74
                cdmlib-db
75
              </includeArtifactIds>
76
              <outputDirectory>
77
                ${basedir}/lib
78
              </outputDirectory>
79
              <overWriteReleases>true</overWriteReleases>
80
              <overWriteSnapshots>true</overWriteSnapshots>
81
              <excludeTransitive>false</excludeTransitive>
82
            </configuration>
83
          </execution>
66 84
        </executions>
67 85
      </plugin>
68 86
      <plugin>

Also available in: Unified diff