ota-site
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>net.sourceforge.ota-tools</groupId> <artifactId>ota-site</artifactId> <version>1.1.6</version> </dependency>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>net.sourceforge.ota-tools</groupId> <artifactId>ota-tools-parent</artifactId> <version>1.1.6</version> <relativePath>../..</relativePath> </parent> <artifactId>ota-site</artifactId> <packaging>pom</packaging> <name>Opentravel Alliance Open Source Software.</name> <description>Opentravel Alliance Open Source Software.</description> <distributionManagement> <site> <id>ota-tools.sourceforge.net</id> <url>scp://shell.sourceforge.net/home/project-web/ota-tools/htdocs</url> </site> </distributionManagement> <build> <extensions> <extension> <groupId>org.apache.maven.wagon</groupId> <artifactId>wagon-ssh</artifactId> <version>1.0-beta-7</version> </extension> </extensions> </build> </project>