Mail Archive Home | dragon-commits List | November 2010 Index
| <-- Date Index --> | <-- Thread Index --> |
[maven-release-plugin] copy for tag dragon-api-ws-1.1
--- branches/1.1.x-spveoliae/api-ws/pom.xml 2010-11-10 15:31:56 UTC (rev 1022)
+++ tags/dragon-api-ws-1.1/pom.xml 2010-11-10 16:26:00 UTC (rev 1048)
@@ -1,105 +0,0 @@
-<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>dragon-parent</artifactId>
- <groupId>org.ow2.dragon</groupId>
- <version>7-SNAPSHOT</version>
- </parent>
-
- <!-- ============== -->
- <!-- Identification -->
- <!-- ============== -->
- <name>Petals Master WS API</name>
- <artifactId>dragon-api-ws</artifactId>
- <groupId>org.ow2.dragon</groupId>
- <version>1.1-SNAPSHOT</version>
- <description>Petals Master WS API</description>
- <packaging>jar</packaging>
-
- <scm>
- <connection>scm:svn:svn+ssh://svn.forge.objectweb.org/svnroot/petalsmaster/branches/1.1.x-spveoliae/api-ws</connection>
- <developerConnection>scm:svn:svn+ssh://ofabre@xxxxxxxxxxxxxxxxxxxxxxx/svnroot/petalsmaster/branches/1.1.x-spveoliae/api-ws</developerConnection>
- </scm>
-
- <!-- ========== -->
- <!-- Properties -->
- <!-- ========== -->
- <properties>
- <topDirectoryLocation>..</topDirectoryLocation>
- </properties>
-
- <!-- ============ -->
- <!-- Dependencies -->
- <!-- ============ -->
- <dependencies>
- <!-- ############# -->
- <!-- Test -->
- <!-- ############# -->
- <dependency>
- <groupId>org.springframework</groupId>
- <artifactId>spring-test</artifactId>
- <version>${spring.version}</version>
- <scope>test</scope>
- </dependency>
-
- <dependency>
- <groupId>org.ow2.dragon</groupId>
- <artifactId>dragon-core</artifactId>
- <version>1.1-SNAPSHOT</version>
- <exclusions>
- <exclusion>
- <groupId>xerces</groupId>
- <artifactId>xercesImpl</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
-
-
- <!-- ############# -->
- <!-- WSDL import deps -->
- <!-- ############# -->
- <dependency>
- <artifactId>easywsdl-ext-wsdl4complexwsdl</artifactId>
- <groupId>org.ow2.easywsdl</groupId>
- <version>2.3</version>
- <exclusions>
- <exclusion>
- <groupId>xerces</groupId>
- <artifactId>xercesImpl</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
-
-
-
- </dependencies>
-
- <build>
- <plugins>
-
- <plugin>
- <groupId>org.apache.cxf</groupId>
- <artifactId>cxf-codegen-plugin</artifactId>
- <version>${cxf-version}</version>
- <executions>
- <execution>
- <id>generate-sources</id>
- <phase>generate-sources</phase>
- <configuration>
- <sourceRoot>${project.build.directory}/generated-sources/cxf</sourceRoot>
- <wsdlOptions>
- <wsdlOption>
- <wsdl>${basedir}/src/main/resources/wsdl/wsdm/wsdm-server.wsdl</wsdl>
- </wsdlOption>
- </wsdlOptions>
- </configuration>
- <goals>
- <goal>wsdl2java</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- </plugins>
- </build>
-</project>
--- tags/dragon-api-ws-1.1/pom.xml (rev 0)
+++ tags/dragon-api-ws-1.1/pom.xml 2010-11-10 16:26:00 UTC (rev 1048)
@@ -0,0 +1,104 @@
+<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>dragon-parent</artifactId>
+ <groupId>org.ow2.dragon</groupId>
+ <version>7</version>
+ </parent>
+
+ <!-- ============== -->
+ <!-- Identification -->
+ <!-- ============== -->
+ <name>Petals Master WS API</name>
+ <artifactId>dragon-api-ws</artifactId>
+ <groupId>org.ow2.dragon</groupId>
+ <version>1.1</version>
+ <description>Petals Master WS API</description>
+ <packaging>jar</packaging>
+
+ <scm>
+ <connection>scm:svn:svn+ssh://svn.forge.objectweb.org/svnroot/petalsmaster/tags/dragon-api-ws-1.1</connection>
+ <developerConnection>scm:svn:svn+ssh://ofabre@xxxxxxxxxxxxxxxxxxxxxxx/svnroot/petalsmaster/tags/dragon-api-ws-1.1</developerConnection>
+ </scm>
+
+ <!-- ========== -->
+ <!-- Properties -->
+ <!-- ========== -->
+ <properties>
+ <topDirectoryLocation>..</topDirectoryLocation>
+ </properties>
+
+ <!-- ============ -->
+ <!-- Dependencies -->
+ <!-- ============ -->
+ <dependencies>
+ <!-- ############# -->
+ <!-- Test -->
+ <!-- ############# -->
+ <dependency>
+ <groupId>org.springframework</groupId>
+ <artifactId>spring-test</artifactId>
+ <version>${spring.version}</version>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.ow2.dragon</groupId>
+ <artifactId>dragon-core</artifactId>
+ <version>1.1</version>
+ <exclusions>
+ <exclusion>
+ <groupId>xerces</groupId>
+ <artifactId>xercesImpl</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+
+
+ <!-- ############# -->
+ <!-- WSDL import deps -->
+ <!-- ############# -->
+ <dependency>
+ <artifactId>easywsdl-ext-wsdl4complexwsdl</artifactId>
+ <groupId>org.ow2.easywsdl</groupId>
+ <version>2.3</version>
+ <exclusions>
+ <exclusion>
+ <groupId>xerces</groupId>
+ <artifactId>xercesImpl</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+
+
+
+ </dependencies>
+
+ <build>
+ <plugins>
+
+ <plugin>
+ <groupId>org.apache.cxf</groupId>
+ <artifactId>cxf-codegen-plugin</artifactId>
+ <version>${cxf-version}</version>
+ <executions>
+ <execution>
+ <id>generate-sources</id>
+ <phase>generate-sources</phase>
+ <configuration>
+ <sourceRoot>${project.build.directory}/generated-sources/cxf</sourceRoot>
+ <wsdlOptions>
+ <wsdlOption>
+ <wsdl>${basedir}/src/main/resources/wsdl/wsdm/wsdm-server.wsdl</wsdl>
+ </wsdlOption>
+ </wsdlOptions>
+ </configuration>
+ <goals>
+ <goal>wsdl2java</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+</project>
| <-- Date Index --> | <-- Thread Index --> |
Powered by MHonArc.
Copyright © 2006-2007, OW2 Consortium | contact | webmaster.