Project

General

Profile

« Previous | Next » 

Revision fcab85d0

Added by Andreas Kohlbecker about 7 years ago

adding default serverId and url for maven-wagon-plugin

View differences:

pom.xml
239 239
          <source>${java.codelevel}</source>
240 240
          <target>${java.codelevel}</target>
241 241
        </configuration>
242
      </plugin>
243
	  <plugin>
244
        <groupId>org.codehaus.mojo</groupId>
245
        <artifactId>wagon-maven-plugin</artifactId>
246
        <version>1.0</version>
247
		<configuration>
248
          <url>scpexe://cybertaxonomy.eu</url>
249
          <serverId>cybertaxonomy.eu</serverId>
250
        </configuration>
251
        <executions>
252
          <execution>
253
            <id>upload-reference-documentation</id>
254
            <phase>site-deploy</phase>
255
            <goals>
256
              <goal>upload</goal>
257
            </goals>
258
          </execution>
259
        </executions>
242 260
      </plugin>
243 261
      <plugin>
244 262
        <groupId>org.apache.maven.plugins</groupId>

Also available in: Unified diff