|
Apache CXF example source code file (pom.xml)
The Apache CXF pom.xml source code
<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">
<modelVersion>4.0.0
<groupId>org.apache.cxf
<artifactId>cxf-wsdl-validator-plugin
<packaging>maven-plugin
<version>2.3.1
<name>Apache CXF WSDL Validator Maven2 Plugin
<url>http://cxf.apache.org
<parent>
<groupId>org.apache.cxf
<artifactId>cxf-parent
<version>2.3.1
<relativePath>../../parent/pom.xml
</parent>
<dependencies>
<dependency>
<groupId>junit
<artifactId>junit
<scope>test
</dependency>
<dependency>
<groupId>org.apache.maven
<artifactId>maven-plugin-api
<scope>provided
</dependency>
<dependency>
<groupId>org.apache.maven
<artifactId>maven-project
<scope>provided
</dependency>
<dependency>
<groupId>org.apache.maven
<artifactId>maven-artifact
<scope>provided
</dependency>
<dependency>
<groupId>org.apache.cxf
<artifactId>cxf-tools-common
<version>${project.version}
</dependency>
<dependency>
<groupId>org.apache.cxf
<artifactId>cxf-common-utilities
<version>${project.version}
</dependency>
<dependency>
<groupId>org.apache.cxf
<artifactId>cxf-tools-validator
<version>${project.version}
</dependency>
</dependencies>
</project>
Other Apache CXF examples (source code examples)Here is a short list of links related to this Apache CXF pom.xml source code file: |
| ... 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.