Thomas Vachuska | 8c8b037 | 2015-03-10 11:11:24 -0700 | [diff] [blame] | 1 | <!-- |
Brian O'Connor | a09fe5b | 2017-08-03 21:12:30 -0700 | [diff] [blame] | 2 | ~ Copyright 2015-present Open Networking Foundation |
Thomas Vachuska | 8c8b037 | 2015-03-10 11:11:24 -0700 | [diff] [blame] | 3 | ~ |
| 4 | ~ Licensed under the Apache License, Version 2.0 (the "License"); |
| 5 | ~ you may not use this file except in compliance with the License. |
| 6 | ~ You may obtain a copy of the License at |
| 7 | ~ |
| 8 | ~ http://www.apache.org/licenses/LICENSE-2.0 |
| 9 | ~ |
| 10 | ~ Unless required by applicable law or agreed to in writing, software |
| 11 | ~ distributed under the License is distributed on an "AS IS" BASIS, |
| 12 | ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 13 | ~ See the License for the specific language governing permissions and |
| 14 | ~ limitations under the License. |
| 15 | --> |
Yuta HIGUCHI | f1653a7 | 2018-01-31 14:24:25 -0800 | [diff] [blame] | 16 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 17 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
Thomas Vachuska | 8c8b037 | 2015-03-10 11:11:24 -0700 | [diff] [blame] | 18 | <modelVersion>4.0.0</modelVersion> |
| 19 | |
| 20 | <parent> |
| 21 | <groupId>org.onosproject</groupId> |
| 22 | <artifactId>onos-base</artifactId> |
| 23 | <version>1</version> |
| 24 | <relativePath>../../build/pom.xml</relativePath> |
| 25 | </parent> |
| 26 | |
Brian O'Connor | e261ab2 | 2015-12-04 22:42:06 -0800 | [diff] [blame] | 27 | <groupId>org.onosproject</groupId> |
Thomas Vachuska | 8c8b037 | 2015-03-10 11:11:24 -0700 | [diff] [blame] | 28 | <artifactId>onos-maven-plugin</artifactId> |
Yuta HIGUCHI | bcc2ce9 | 2018-03-07 16:42:11 -0800 | [diff] [blame] | 29 | <version>1.13.0-SNAPSHOT</version> |
Thomas Vachuska | 8c8b037 | 2015-03-10 11:11:24 -0700 | [diff] [blame] | 30 | <packaging>maven-plugin</packaging> |
| 31 | |
Thomas Vachuska | a98ae7f | 2015-04-14 14:00:36 -0700 | [diff] [blame] | 32 | <description>Maven plugin for packaging ONOS applications or generating |
| 33 | component configuration resources |
| 34 | </description> |
Thomas Vachuska | 8c8b037 | 2015-03-10 11:11:24 -0700 | [diff] [blame] | 35 | |
| 36 | <dependencies> |
| 37 | <dependency> |
| 38 | <groupId>org.apache.maven</groupId> |
| 39 | <artifactId>maven-plugin-api</artifactId> |
Jian Li | 1f82004 | 2016-01-17 23:51:52 -0800 | [diff] [blame] | 40 | <version>3.3.9</version> |
Thomas Vachuska | 8c8b037 | 2015-03-10 11:11:24 -0700 | [diff] [blame] | 41 | </dependency> |
| 42 | |
| 43 | <dependency> |
Thomas Vachuska | a98ae7f | 2015-04-14 14:00:36 -0700 | [diff] [blame] | 44 | <groupId>org.apache.maven</groupId> |
| 45 | <artifactId>maven-project</artifactId> |
Jian Li | 1f82004 | 2016-01-17 23:51:52 -0800 | [diff] [blame] | 46 | <version>2.2.1</version> |
Thomas Vachuska | a98ae7f | 2015-04-14 14:00:36 -0700 | [diff] [blame] | 47 | </dependency> |
| 48 | |
| 49 | <dependency> |
Thomas Vachuska | 8c8b037 | 2015-03-10 11:11:24 -0700 | [diff] [blame] | 50 | <groupId>com.thoughtworks.qdox</groupId> |
| 51 | <artifactId>qdox</artifactId> |
| 52 | <version>2.0-M3</version> |
| 53 | </dependency> |
| 54 | |
Thomas Vachuska | a98ae7f | 2015-04-14 14:00:36 -0700 | [diff] [blame] | 55 | <dependency> |
| 56 | <groupId>com.google.guava</groupId> |
| 57 | <artifactId>guava</artifactId> |
Jimmy Jin | e9b7a02 | 2016-08-12 16:56:48 -0700 | [diff] [blame] | 58 | <version>20.0</version> |
Thomas Vachuska | a98ae7f | 2015-04-14 14:00:36 -0700 | [diff] [blame] | 59 | </dependency> |
| 60 | |
| 61 | <dependency> |
| 62 | <groupId>commons-collections</groupId> |
| 63 | <artifactId>commons-collections</artifactId> |
Jian Li | 1f82004 | 2016-01-17 23:51:52 -0800 | [diff] [blame] | 64 | <version>3.2.2</version> |
Thomas Vachuska | a98ae7f | 2015-04-14 14:00:36 -0700 | [diff] [blame] | 65 | </dependency> |
| 66 | |
| 67 | <dependency> |
| 68 | <groupId>commons-configuration</groupId> |
| 69 | <artifactId>commons-configuration</artifactId> |
| 70 | <version>1.10</version> |
| 71 | </dependency> |
| 72 | |
Thomas Vachuska | 8c8b037 | 2015-03-10 11:11:24 -0700 | [diff] [blame] | 73 | <!-- dependencies to annotations --> |
| 74 | <dependency> |
| 75 | <groupId>org.apache.maven.plugin-tools</groupId> |
| 76 | <artifactId>maven-plugin-annotations</artifactId> |
| 77 | <version>3.4</version> |
| 78 | <scope>provided</scope> |
| 79 | </dependency> |
Sahil Lele | 372d1f3 | 2015-07-31 15:01:41 -0700 | [diff] [blame] | 80 | <dependency> |
| 81 | <groupId>com.fasterxml.jackson.core</groupId> |
| 82 | <artifactId>jackson-databind</artifactId> |
Jian Li | 43f103d | 2017-02-03 02:00:35 +0900 | [diff] [blame] | 83 | <version>2.8.6</version> |
Sahil Lele | 372d1f3 | 2015-07-31 15:01:41 -0700 | [diff] [blame] | 84 | </dependency> |
| 85 | <dependency> |
| 86 | <groupId>com.fasterxml.jackson.core</groupId> |
| 87 | <artifactId>jackson-annotations</artifactId> |
Jian Li | 43f103d | 2017-02-03 02:00:35 +0900 | [diff] [blame] | 88 | <version>2.8.6</version> |
Sahil Lele | 372d1f3 | 2015-07-31 15:01:41 -0700 | [diff] [blame] | 89 | </dependency> |
andrea | faa2c4b | 2015-11-16 13:48:39 -0800 | [diff] [blame] | 90 | <dependency> |
| 91 | <groupId>commons-io</groupId> |
| 92 | <artifactId>commons-io</artifactId> |
| 93 | <version>2.4</version> |
| 94 | </dependency> |
Andrea Campanella | 82baf6b | 2015-12-14 10:23:37 -0800 | [diff] [blame] | 95 | <dependency> |
| 96 | <groupId>com.google.code.gson</groupId> |
| 97 | <artifactId>gson</artifactId> |
| 98 | <version>2.5</version> |
| 99 | </dependency> |
Thomas Vachuska | 8c8b037 | 2015-03-10 11:11:24 -0700 | [diff] [blame] | 100 | </dependencies> |
| 101 | |
| 102 | <build> |
| 103 | <plugins> |
| 104 | <plugin> |
| 105 | <groupId>org.apache.maven.plugins</groupId> |
| 106 | <artifactId>maven-compiler-plugin</artifactId> |
| 107 | <version>2.5.1</version> |
| 108 | <configuration> |
| 109 | <source>1.8</source> |
| 110 | <target>1.8</target> |
| 111 | </configuration> |
| 112 | </plugin> |
| 113 | |
| 114 | <plugin> |
| 115 | <groupId>org.apache.maven.plugins</groupId> |
| 116 | <artifactId>maven-plugin-plugin</artifactId> |
| 117 | <version>3.4</version> |
| 118 | <executions> |
| 119 | <execution> |
| 120 | <id>default-descriptor</id> |
| 121 | <phase>process-classes</phase> |
| 122 | </execution> |
| 123 | <!-- if you want to generate help goal --> |
| 124 | <execution> |
| 125 | <id>help-goal</id> |
| 126 | <goals> |
| 127 | <goal>helpmojo</goal> |
| 128 | </goals> |
| 129 | </execution> |
| 130 | </executions> |
| 131 | </plugin> |
| 132 | </plugins> |
| 133 | </build> |
Thomas Vachuska | 9700ee6 | 2016-03-01 20:00:49 -0800 | [diff] [blame] | 134 | </project> |