easywsdl-tool-xsd2xml
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.ow2.easywsdl</groupId> <artifactId>easywsdl-tool-xsd2xml</artifactId> <version>2.6.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <!-- Copyright (c) 2009-2012 EBM WebSourcing, 2012-2018 Linagora This program/library is free software: you can redistribute it and/or modify it under the terms of the New BSD License (3-clause license). This program/library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the New BSD License (3-clause license) for more details. You should have received a copy of the New BSD License (3-clause license) along with this program/library; If not, see http://directory.fsf.org/wiki/License:BSD_3Clause/ for the New BSD License (3-clause 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"> <modelVersion>4.0.0</modelVersion> <parent> <artifactId>easywsdl-parent</artifactId> <groupId>org.ow2.easywsdl</groupId> <relativePath>../../parent/pom.xml</relativePath> <version>2.7.0</version> </parent> <name>easywsdl-tool-xsd2xml</name> <artifactId>easywsdl-tool-xsd2xml</artifactId> <groupId>org.ow2.easywsdl</groupId> <version>2.6.0</version> <packaging>jar</packaging> <!-- ========== --> <!-- Developers --> <!-- ========== --> <developers> <developer> <name>Nicolas Salatgé</name> <id>nsalatge</id> <email>nicolas.salatge@petalslink.com</email> <organization>Petals Link</organization> <roles> <role>Project manager</role> <role>Architect</role> <role>Developer</role> </roles> <timezone>+1</timezone> </developer> <developer> <name>Gaël Blondelle</name> <id>gblondelle</id> <email>gael.blondelle@petalslink.com</email> <organization>Petals Link</organization> <roles> <role>Project manager</role> <role>Architect</role> <role>Developer</role> </roles> <timezone>+1</timezone> </developer> </developers> <dependencies> <dependency> <artifactId>easywsdl-schema</artifactId> <groupId>org.ow2.easywsdl</groupId> <version>2.7.0</version> </dependency> <dependency> <groupId>org.jdom</groupId> <artifactId>jdom</artifactId> <version>1.1</version> </dependency> <!-- for the test --> <dependency> <artifactId>easywsdl-wsdl</artifactId> <groupId>org.ow2.easywsdl</groupId> <scope>test</scope> <version>2.7.0</version> </dependency> </dependencies> <scm> <connection>scm:svn:https://svn.petalslink.org/svnroot/tags/easywsdl-tool-xsd2xml-2.6.0</connection> <developerConnection>scm:svn:https://svn.petalslink.org/svnroot/tags/easywsdl-tool-xsd2xml-2.6.0</developerConnection> </scm> </project>