Project

General

Profile

« Previous | Next » 

Revision 3c8eed47

Added by Niels Hoffmann over 12 years ago

deleted wagon-maven-plugin. Should be in parent pom

View differences:

eu.etaxonomy.taxeditor/pom.xml
42 42
					</execution>
43 43
				</executions>
44 44
			</plugin>
45
			<plugin>
46
				<groupId>org.codehaus.mojo</groupId>
47
				<artifactId>wagon-maven-plugin</artifactId>
48
			    <!--
49
			      	Problems with the wagon-maven-plugin have been encounterd on Windows,
50
					it should work properly on linux though.
51
				 -->
52
				<executions>
53
					<execution>
54
						<phase>deploy</phase>
55
						<goals>
56
							<goal>upload</goal>
57
						</goals>
58
					</execution>
59
				</executions>
60
				<configuration>
61
					<fromDir>target/products</fromDir>
62
					<includes>*.zip</includes>
63
					<url>scpexe://wp5.e-taxonomy.eu/var/www/download/taxeditor/${project.version}</url>
64
					<serverId>wp5.e-taxonomy.eu</serverId>
65
				</configuration>
66
			</plugin>
67 45
		</plugins>
68 46
	</build>
69 47

  

Also available in: Unified diff