OW2 Consortium
Search OW2 Mail Archive: 

Advanced Search - Powered by Google


Mail Archive Home | dragon-commits List | November 2010 Index

<--  Date Index  --> <--  Thread Index  -->

[[dragon-commits]] [1048] tags: [maven-release-plugin] copy for tag dragon-api-ws-1.1


Title: [1048] tags: [maven-release-plugin] copy for tag dragon-api-ws-1.1
Revision
1048
Author
ofabre
Date
2010-11-10 17:26:00 +0100 (Wed, 10 Nov 2010)

Log Message

[maven-release-plugin]  copy for tag dragon-api-ws-1.1

Added Paths

Removed Paths

Diff

Deleted: tags/dragon-api-ws-1.1/pom.xml (1022 => 1048)


--- 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>

Copied: tags/dragon-api-ws-1.1/pom.xml (from rev 1047, branches/1.1.x-spveoliae/api-ws/pom.xml) (0 => 1048)


--- 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  -->

Reply via email to:

Powered by MHonArc.

Copyright © 2006-2007, OW2 Consortium | contact | webmaster.