binding2-prototype
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.opendaylight.coretutorials</groupId>
<artifactId>binding2-prototype</artifactId>
<version>2.2.0</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright © 2017 Cisco Systems, Inc. and others. All rights reserved.
This program and the accompanying materials are made available under the
terms of the Eclipse Public License v1.0 which accompanies this distribution,
and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
-->
<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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.opendaylight.odlparent</groupId>
<artifactId>odlparent</artifactId>
<version>1.8.2-Carbon</version>
<relativePath/>
</parent>
<groupId>org.opendaylight.coretutorials</groupId>
<artifactId>binding2-prototype</artifactId>
<version>2.2.0</version>
<name>binding2-prototype</name>
<packaging>pom</packaging>
<prerequisites>
<maven>3.3.0</maven>
</prerequisites>
<scm>
<connection>scm:git:ssh://git.opendaylight.org:29418/mdsal.git</connection>
<developerConnection>ssh://martin.ciglan@git.opendaylight.org:29418/mdsal.git</developerConnection>
<tag>HEAD</tag>
<url>https://wiki.opendaylight.org/view/MD-SAL:Main</url>
</scm>
<modules>
<module>binding2-prototype-example</module>
<module>binding2-prototype-app</module>
<module>binding2-benchmark</module>
</modules>
<!--
Maven Site Configuration
The following configuration is necessary for maven-site-plugin to
correctly identify the correct deployment path for OpenDaylight Maven
sites.
-->
<url>${odl.site.url}/${project.groupId}/${stream}/</url>
<distributionManagement>
<site>
<id>opendaylight-site</id>
<url>${nexus.site.url}/</url>
</site>
</distributionManagement>
</project>