|
What this is
Other links
The source code<?xml version="1.0" encoding="UTF-8"?> <!-- ~ Licensed to the Apache Software Foundation (ASF) under one ~ or more contributor license agreements. See the NOTICE file ~ distributed with this work for additional information ~ regarding copyright ownership. The ASF licenses this file ~ to you under the Apache License, Version 2.0 (the ~ "License"); you may not use this file except in compliance ~ with the License. You may obtain a copy of the License at ~ ~ http://www.apache.org/licenses/LICENSE-2.0 ~ ~ Unless required by applicable law or agreed to in writing, ~ software distributed under the License is distributed on an ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY ~ KIND, either express or implied. See the License for the ~ specific language governing permissions and limitations ~ under the License. --> <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"> <parent> <groupId>org.apache <artifactId>apache <version>3 </parent> <modelVersion>4.0.0 <groupId>org.apache.axis2 <artifactId>axis2 <version>1.3 <packaging>pom <name>Apache Axis 2.0 - Root <modules> <module>modules/adb <module>modules/adb-codegen <module>modules/addressing <module>modules/codegen <module>modules/fastinfoset <module>modules/integration <module>modules/java2wsdl <module>modules/jibx <module>modules/json <module>modules/kernel <module>modules/mex <module>modules/mex-mar <module>modules/mtompolicy <module>modules/parent <module>modules/ping <module>modules/samples/version <module>modules/soapmonitor <module>modules/spring <module>modules/tool/axis2-aar-maven-plugin <module>modules/tool/axis2-ant-plugin <module>modules/tool/axis2-eclipse-codegen-plugin <module>modules/tool/axis2-eclipse-service-plugin <module>modules/tool/axis2-idea-plugin <module>modules/tool/axis2-java2wsdl-maven-plugin <module>modules/tool/axis2-mar-maven-plugin <module>modules/tool/axis2-wsdl2code-maven-plugin <module>modules/webapp <module>modules/xmlbeans <module>modules/samples <module>modules/scripting </modules> <profiles> <profile> <activation> <property> <name>release </property> </activation> <modules> <module>modules/documentation <module>modules/distribution </modules> </profile> <profile> <id>java14 <activation> <jdk>1.4 </activation> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins <artifactId>maven-antrun-plugin <executions> <execution> <id>axis2-jar <phase>package <configuration> <tasks> <mkdir dir="target/lib"/> <jar destfile="target/lib/axis2-${pom.version}.jar"> <fileset dir="modules/java2wsdl/target/classes"/> <fileset dir="modules/kernel/target/classes"/> <fileset dir="modules/addressing/target/classes"/> <fileset dir="modules/codegen/target/classes"/> <fileset dir="modules/adb/target/classes"/> <fileset dir="modules/adb-codegen/target/classes"/> <fileset dir="modules/xmlbeans/target/classes"/> </jar> </tasks> </configuration> <goals> <goal>run </goals> </execution> </executions> </plugin> </plugins> </build> </profile> <profile> <id>java15 <activation> <jdk>1.5 </activation> <modules> <module>modules/jaxbri <module>modules/metadata <module>modules/saaj-api <module>modules/saaj <module>modules/jws-api <module>modules/jaxws-api <module>modules/jaxws <module>modules/clustering </modules> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins <artifactId>maven-antrun-plugin <executions> <execution> <id>axis2-jar <phase>package <configuration> <tasks> <mkdir dir="target/lib"/> <jar destfile="target/lib/axis2-${pom.version}.jar"> <fileset dir="modules/java2wsdl/target/classes"/> <fileset dir="modules/kernel/target/classes"/> <fileset dir="modules/addressing/target/classes"/> <fileset dir="modules/codegen/target/classes"/> <fileset dir="modules/adb/target/classes"/> <fileset dir="modules/adb-codegen/target/classes"/> <fileset dir="modules/xmlbeans/target/classes"/> <fileset dir="modules/clustering/target/classes"/> </jar> </tasks> </configuration> <goals> <goal>run </goals> </execution> </executions> </plugin> </plugins> </build> </profile> <profile> <id>java16 <activation> <jdk>1.6 </activation> <modules> <module>modules/jaxbri <module>modules/metadata <module>modules/saaj-api <module>modules/saaj <module>modules/jws-api <module>modules/jaxws-api <module>modules/jaxws <module>modules/clustering </modules> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins <artifactId>maven-antrun-plugin <executions> <execution> <id>axis2-jar <phase>package <configuration> <tasks> <mkdir dir="target/lib"/> <jar destfile="target/lib/axis2-${pom.version}.jar"> <fileset dir="modules/java2wsdl/target/classes"/> <fileset dir="modules/kernel/target/classes"/> <fileset dir="modules/addressing/target/classes"/> <fileset dir="modules/codegen/target/classes"/> <fileset dir="modules/adb/target/classes"/> <fileset dir="modules/adb-codegen/target/classes"/> <fileset dir="modules/xmlbeans/target/classes"/> <fileset dir="modules/clustering/target/classes"/> </jar> </tasks> </configuration> <goals> <goal>run </goals> </execution> </executions> </plugin> </plugins> </build> </profile> </profiles> <ciManagement> <system>continuum <url>http://vmbuild.apache.org/continuum <notifiers> <notifier> <configuration> <ADDRESS>axis2-cvs@ws.apache.org </configuration> </notifier> </notifiers> </ciManagement> <scm> <connection> scm:svn:http://svn.apache.org/repos/asf/webservices/axis2/trunk/java/ </connection> <developerConnection> scm:svn:https://svn.apache.org/repos/asf/webservices/axis2/trunk/java/ </developerConnection> <url>http://svn.apache.org/viewvc/webservices/webservices/axis2/trunk/java/ </scm> <distributionManagement> <repository> <id>apache-repo <name>Maven Central Repository <url> scpexe://people.apache.org//www/people.apache.org/repo/m2-ibiblio-rsync-repository</url> </repository> <snapshotRepository> <id>apache-snapshots <name>Apache Development Repository <url>scpexe://people.apache.org//www/people.apache.org/repo/m2-snapshot-repository </snapshotRepository> </distributionManagement> <build> <plugins> <plugin> <groupId>org.codehaus.mojo <artifactId>build-helper-maven-plugin <executions> <execution> <id>axis2-jar-package <phase>package <goals> <goal>attach-artifact </goals> <configuration> <artifacts> <artifact> <file>target/lib/axis2-${pom.version}.jar <type>jar </artifact> </artifacts> </configuration> </execution> </executions> </plugin> </plugins> </build> </project> |
... this post is sponsored by my books ... | |
#1 New Release! |
FP Best Seller |
Copyright 1998-2024 Alvin Alexander, alvinalexander.com
All Rights Reserved.
A percentage of advertising revenue from
pages under the /java/jwarehouse
URI on this website is
paid back to open source projects.