Thomas Vachuska | abfe8d3 | 2014-10-23 15:59:32 -0700 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
Thomas Vachuska | 4f1a60c | 2014-10-28 13:39:07 -0700 | [diff] [blame] | 2 | <!-- |
| 3 | ~ Copyright 2014 Open Networking Laboratory |
| 4 | ~ |
| 5 | ~ Licensed under the Apache License, Version 2.0 (the "License"); |
| 6 | ~ you may not use this file except in compliance with the License. |
| 7 | ~ You may obtain a copy of the License at |
| 8 | ~ |
| 9 | ~ http://www.apache.org/licenses/LICENSE-2.0 |
| 10 | ~ |
| 11 | ~ Unless required by applicable law or agreed to in writing, software |
| 12 | ~ distributed under the License is distributed on an "AS IS" BASIS, |
| 13 | ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 14 | ~ See the License for the specific language governing permissions and |
| 15 | ~ limitations under the License. |
| 16 | --> |
Thomas Vachuska | abfe8d3 | 2014-10-23 15:59:32 -0700 | [diff] [blame] | 17 | <project xmlns="http://maven.apache.org/POM/4.0.0" |
| 18 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 19 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
| 20 | <modelVersion>4.0.0</modelVersion> |
| 21 | |
| 22 | <prerequisites> |
| 23 | <maven>3.0.0</maven> |
| 24 | </prerequisites> |
| 25 | |
| 26 | <parent> |
Brian O'Connor | abafb50 | 2014-12-02 22:26:20 -0800 | [diff] [blame] | 27 | <groupId>org.onosproject</groupId> |
Thomas Vachuska | abfe8d3 | 2014-10-23 15:59:32 -0700 | [diff] [blame] | 28 | <artifactId>onos</artifactId> |
Brian O'Connor | 7f2e9bf | 2014-12-04 23:35:13 -0800 | [diff] [blame] | 29 | <version>1.1.0-SNAPSHOT</version> |
Thomas Vachuska | abfe8d3 | 2014-10-23 15:59:32 -0700 | [diff] [blame] | 30 | <relativePath>../pom.xml</relativePath> |
| 31 | </parent> |
| 32 | |
| 33 | <artifactId>onos-docs</artifactId> |
| 34 | <packaging>pom</packaging> |
| 35 | |
| 36 | <description>ONOS Java API documentation</description> |
| 37 | |
| 38 | <modules> |
| 39 | <module>..</module> |
| 40 | </modules> |
| 41 | |
Brian O'Connor | 3439c10 | 2014-12-03 01:02:03 -0800 | [diff] [blame] | 42 | <url>http://onosproject.org/</url> |
Thomas Vachuska | abfe8d3 | 2014-10-23 15:59:32 -0700 | [diff] [blame] | 43 | |
| 44 | <build> |
| 45 | <plugins> |
| 46 | <plugin> |
| 47 | <groupId>org.apache.maven.plugins</groupId> |
| 48 | <artifactId>maven-javadoc-plugin</artifactId> |
| 49 | <version>2.10.1</version> |
| 50 | <configuration> |
Thomas Vachuska | abfe8d3 | 2014-10-23 15:59:32 -0700 | [diff] [blame] | 51 | <show>package</show> |
| 52 | <docfilessubdirs>true</docfilessubdirs> |
| 53 | <doctitle>ONOS Java API</doctitle> |
| 54 | <groups> |
| 55 | <group> |
| 56 | <title>Network Model & Services</title> |
| 57 | <packages> |
Brian O'Connor | abafb50 | 2014-12-02 22:26:20 -0800 | [diff] [blame] | 58 | org.onosproject:org.onosproject.* |
Thomas Vachuska | abfe8d3 | 2014-10-23 15:59:32 -0700 | [diff] [blame] | 59 | </packages> |
| 60 | </group> |
| 61 | <group> |
| 62 | <title>Core Subsystems</title> |
| 63 | <packages> |
Thomas Vachuska | 4a51e57 | 2015-02-07 21:36:23 -0800 | [diff] [blame] | 64 | org.onosproject.impl:org.onosproject.core.impl:org.onosproject.cluster.impl:org.onosproject.net.device.impl:org.onosproject.net.link.impl:org.onosproject.net.host.impl:org.onosproject.net.topology.impl:org.onosproject.net.packet.impl:org.onosproject.net.flow.impl:org.onosproject.net.*.impl:org.onosproject.event.impl:org.onosproject.net.intent.impl:org.onosproject.net.proxyarp.impl:org.onosproject.mastership.impl:org.onosproject.net.resource.impl:org.onosproject.json:org.onosproject.json.*:org.onosproject.provider.host.impl:org.onosproject.provider.lldp.impl:org.onosproject.net.statistic.impl:org.onosproject.app.impl:org.onosproject.common.*:org.onosproject.net.group.impl |
Thomas Vachuska | 21e0364 | 2014-11-11 10:23:02 -0800 | [diff] [blame] | 65 | </packages> |
| 66 | </group> |
| 67 | <group> |
| 68 | <title>Distributed Stores</title> |
| 69 | <packages> |
Brian O'Connor | abafb50 | 2014-12-02 22:26:20 -0800 | [diff] [blame] | 70 | org.onosproject.store.* |
Thomas Vachuska | abfe8d3 | 2014-10-23 15:59:32 -0700 | [diff] [blame] | 71 | </packages> |
| 72 | </group> |
| 73 | <group> |
| 74 | <title>OpenFlow Providers & Controller |
| 75 | </title> |
| 76 | <packages> |
Brian O'Connor | abafb50 | 2014-12-02 22:26:20 -0800 | [diff] [blame] | 77 | org.onosproject.provider.of.*:org.onosproject.openflow.* |
Thomas Vachuska | abfe8d3 | 2014-10-23 15:59:32 -0700 | [diff] [blame] | 78 | </packages> |
| 79 | </group> |
| 80 | <group> |
Thomas Vachuska | 4a51e57 | 2015-02-07 21:36:23 -0800 | [diff] [blame] | 81 | <title>Null Providers |
| 82 | </title> |
| 83 | <packages> |
| 84 | org.onosproject.provider.nil.* |
| 85 | </packages> |
| 86 | </group> |
| 87 | <group> |
Thomas Vachuska | abfe8d3 | 2014-10-23 15:59:32 -0700 | [diff] [blame] | 88 | <title>Utilities</title> |
| 89 | <packages> |
| 90 | org.onlab.* |
| 91 | </packages> |
| 92 | </group> |
| 93 | <group> |
| 94 | <title>GUI, REST & Command-Line</title> |
| 95 | <packages> |
Brian O'Connor | abafb50 | 2014-12-02 22:26:20 -0800 | [diff] [blame] | 96 | org.onosproject.gui:org.onosproject.rest:org.onosproject.cli:org.onosproject.gui.*:org.onosproject.rest.*:org.onosproject.cli.*:org.onosproject.codec.impl |
Thomas Vachuska | abfe8d3 | 2014-10-23 15:59:32 -0700 | [diff] [blame] | 97 | </packages> |
| 98 | </group> |
| 99 | <group> |
| 100 | <title>Sample Applications</title> |
| 101 | <packages> |
Brian O'Connor | abafb50 | 2014-12-02 22:26:20 -0800 | [diff] [blame] | 102 | org.onosproject.tvue:org.onosproject.fwd:org.onosproject.ifwd:org.onosproject.mobility:org.onosproject.proxyarp:org.onosproject.foo:org.onosproject.calendar:org.onosproject.optical:org.onosproject.optical.*:org.onosproject.sdnip:org.onosproject.sdnip.*:org.onosproject.config |
Thomas Vachuska | b14c77a | 2014-11-04 18:08:01 -0800 | [diff] [blame] | 103 | </packages> |
| 104 | </group> |
| 105 | <group> |
| 106 | <title>Test Instrumentation</title> |
| 107 | <packages> |
Brian O'Connor | abafb50 | 2014-12-02 22:26:20 -0800 | [diff] [blame] | 108 | org.onosproject.metrics.* |
Thomas Vachuska | abfe8d3 | 2014-10-23 15:59:32 -0700 | [diff] [blame] | 109 | </packages> |
| 110 | </group> |
| 111 | </groups> |
Brian O'Connor | abafb50 | 2014-12-02 22:26:20 -0800 | [diff] [blame] | 112 | <excludePackageNames>org.onlab.thirdparty:org.onosproject.oecfg</excludePackageNames> |
Thomas Vachuska | abfe8d3 | 2014-10-23 15:59:32 -0700 | [diff] [blame] | 113 | </configuration> |
| 114 | </plugin> |
| 115 | </plugins> |
| 116 | </build> |
| 117 | |
| 118 | </project> |