|
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<!-- |
| 3 | + ~ Licensed to the Apache Software Foundation (ASF) under one |
| 4 | + ~ or more contributor license agreements. See the NOTICE file |
| 5 | + ~ distributed with this work for additional information |
| 6 | + ~ regarding copyright ownership. The ASF licenses this file |
| 7 | + ~ to you under the Apache License, Version 2.0 (the |
| 8 | + ~ "License"); you may not use this file except in compliance |
| 9 | + ~ with the License. You may obtain a copy of the License at |
| 10 | + ~ |
| 11 | + ~ http://www.apache.org/licenses/LICENSE-2.0 |
| 12 | + ~ |
| 13 | + ~ Unless required by applicable law or agreed to in writing, |
| 14 | + ~ software distributed under the License is distributed on an |
| 15 | + ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| 16 | + ~ KIND, either express or implied. See the License for the |
| 17 | + ~ specific language governing permissions and limitations |
| 18 | + ~ under the License. |
| 19 | + --> |
| 20 | +<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"> |
| 21 | + <modelVersion>4.0.0</modelVersion> |
| 22 | + <parent> |
| 23 | + <groupId>org.apache.axis</groupId> |
| 24 | + <artifactId>axis-project</artifactId> |
| 25 | + <version>1.4.1-SNAPSHOT</version> |
| 26 | + <relativePath>../pom.xml</relativePath> |
| 27 | + </parent> |
| 28 | + <artifactId>axis-codegen</artifactId> |
| 29 | + <name>Code Generator</name> |
| 30 | + <url>${baseUrl}/codegen</url> |
| 31 | + <distributionManagement> |
| 32 | + <site> |
| 33 | + <id>axis</id> |
| 34 | + <url>${baseSiteUrl}/codegen</url> |
| 35 | + </site> |
| 36 | + </distributionManagement> |
| 37 | + <dependencies> |
| 38 | + <dependency> |
| 39 | + <groupId>${project.groupId}</groupId> |
| 40 | + <artifactId>axis-rt-core</artifactId> |
| 41 | + <version>${project.version}</version> |
| 42 | + </dependency> |
| 43 | + <dependency> |
| 44 | + <groupId>junit</groupId> |
| 45 | + <artifactId>junit</artifactId> |
| 46 | + <scope>test</scope> |
| 47 | + </dependency> |
| 48 | + </dependencies> |
| 49 | + <reporting> |
| 50 | + <plugins> |
| 51 | + <plugin> |
| 52 | + <artifactId>maven-project-info-reports-plugin</artifactId> |
| 53 | + <version>2.4</version> |
| 54 | + <reportSets> |
| 55 | + <reportSet> |
| 56 | + <reports> |
| 57 | + <report>index</report> |
| 58 | + <report>dependencies</report> |
| 59 | + </reports> |
| 60 | + </reportSet> |
| 61 | + </reportSets> |
| 62 | + </plugin> |
| 63 | + </plugins> |
| 64 | + </reporting> |
| 65 | +</project> |
0 commit comments