Project

General

Profile

« Previous | Next » 

Revision 466ff5ee

Added by Niels Hoffmann over 12 years ago

mvn validate now works from inside cdmlib again. This should cater for much shorter dependency resolution times. Sources get copied over again, as well.

View differences:

eu.etaxonomy.taxeditor.cdmlib/pom.xml
15 15
			<plugin>
16 16
				<groupId>org.apache.maven.plugins</groupId>
17 17
				<artifactId>maven-dependency-plugin</artifactId>
18
				<version>2.3</version>
18
				<version>2.4</version>
19 19
				<executions>
20 20
					<execution>
21 21
						<id>copy-dependencies</id>
......
31 31
							<excludeTransitive>true</excludeTransitive>
32 32
						</configuration>
33 33
					</execution>
34
					<!--execution>
34
					<execution>
35 35
			            <id>copy-dependencies-sources</id>
36 36
			            <phase>validate</phase>
37 37
			            <goals>
......
44 44
			              <overWriteReleases>true</overWriteReleases>
45 45
			              <overWriteSnapshots>true</overWriteSnapshots>
46 46
			              <excludeTransitive>true</excludeTransitive>
47
			              <failOnMissingClassifierArtifact>false</failOnMissingClassifierArtifact>
47 48
			            </configuration>
48
		          </execution-->
49
		          </execution>
49 50
				</executions>
50 51
			</plugin>
51 52
		</plugins>

Also available in: Unified diff