Mail Archive Home | dragon-commits List | November 2010 Index
| <-- Date Index --> | <-- Thread Index --> |
[maven-release-plugin] copy for tag dragon-ui-1.1
--- branches/1.1.x-spveoliae/ui/pom.xml 2010-11-10 15:31:56 UTC (rev 1022)
+++ tags/dragon-ui-1.1/pom.xml 2010-11-10 16:31:49 UTC (rev 1052)
@@ -1,205 +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 UI</name>
- <artifactId>dragon-ui</artifactId>
- <groupId>org.ow2.dragon</groupId>
- <version>1.1-SNAPSHOT</version>
- <description>Petals Master UI</description>
- <packaging>war</packaging>
- <scm>
- <connection>scm:svn:svn+ssh://svn.forge.objectweb.org/svnroot/petalsmaster/branches/1.1.x-spveoliae/ui</connection>
- <developerConnection>scm:svn:svn+ssh://ofabre@xxxxxxxxxxxxxxxxxxxxxxx/svnroot/petalsmaster/branches/1.1.x-spveoliae/ui</developerConnection>
- </scm>
-
- <!-- ========== -->
- <!-- Properties -->
- <!-- ========== -->
- <properties>
- <topDirectoryLocation>..</topDirectoryLocation>
- </properties>
-
- <!-- ============ -->
- <!-- Dependencies -->
- <!-- ============ -->
- <dependencies>
- <!-- Servlets dependencies -->
- <dependency>
- <groupId>javax.servlet</groupId>
- <artifactId>servlet-api</artifactId>
- <version>2.3</version>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>javax.servlet</groupId>
- <artifactId>jstl</artifactId>
- <version>1.2</version>
- <scope>runtime</scope>
- </dependency>
-
- <!-- Spring dependencies -->
- <dependency>
- <groupId>org.springframework</groupId>
- <artifactId>spring-web</artifactId>
- <version>${spring.version}</version>
- </dependency>
- <dependency>
- <artifactId>spring-aop</artifactId>
- <groupId>org.springframework</groupId>
- <version>${spring.version}</version>
- </dependency>
- <dependency>
- <groupId>org.springframework.security</groupId>
- <artifactId>spring-security-core-tiger</artifactId>
- <version>2.0.4</version>
- <exclusions>
- <exclusion>
- <groupId>org.springframework</groupId>
- <artifactId>spring-aop</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.springframework</groupId>
- <artifactId>spring-context</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.springframework</groupId>
- <artifactId>spring-beans</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.springframework</groupId>
- <artifactId>spring-core</artifactId>
- </exclusion>
- <exclusion>
- <groupId>commons-logging</groupId>
- <artifactId>commons-logging</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
- <dependency>
- <groupId>org.springframework.security</groupId>
- <artifactId>spring-security-taglibs</artifactId>
- <version>2.0.4</version>
- <exclusions>
- <exclusion>
- <groupId>org.springframework</groupId>
- <artifactId>spring-web</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.springframework</groupId>
- <artifactId>spring-jdbc</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
- <!-- <dependency>
- <groupId>org.aspectj</groupId>
- <artifactId>aspectjweaver</artifactId>
- <optional>true</optional>
- <version>1.5.4</version>
- </dependency>
- <dependency>
- <groupId>org.aspectj</groupId>
- <artifactId>aspectjrt</artifactId>
- <version>1.5.4</version>
- </dependency> -->
-
- <!-- Bricks dependencies -->
- <dependency>
- <groupId>org.ow2.opensuit</groupId>
- <artifactId>opensuit-core</artifactId>
- <version>1.0</version>
- <exclusions>
- <exclusion>
- <groupId>commons-logging</groupId>
- <artifactId>commons-logging</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
-
- <!-- Dragon service layer for direct access to spring services -->
- <!-- <dependency>-->
- <!-- <groupId>org.ow2.dragon</groupId>-->
- <!-- <artifactId>dragon-service</artifactId>-->
- <!-- <version>0.9.2-SNAPSHOT</version>-->
- <!-- </dependency>-->
- <dependency>
- <groupId>org.ow2.dragon</groupId>
- <artifactId>dragon-uddi-ws</artifactId>
- <version>1.1-SNAPSHOT</version>
- </dependency>
- <!--
- <dependency> <groupId>org.ow2.dragon</groupId>
- <artifactId>dragon-core</artifactId>
- <version>0.9.2-SNAPSHOT</version> </dependency>
- -->
- <dependency>
- <groupId>org.ow2.dragon</groupId>
- <artifactId>dragon-api-ws</artifactId>
- <version>1.1-SNAPSHOT</version>
- </dependency>
-
- <!-- Other dependencies -->
- <dependency>
- <groupId>net.sf.saxon</groupId>
- <artifactId>saxon</artifactId>
- <version>8.7</version>
- </dependency>
- <dependency>
- <groupId>de.java2html</groupId>
- <artifactId>java2html</artifactId>
- <version>5.0</version>
- <scope>provided</scope>
- </dependency>
-
- <!-- Test -->
- <dependency>
- <groupId>org.springframework</groupId>
- <artifactId>spring-test</artifactId>
- <version>${spring.version}</version>
- <scope>test</scope>
- </dependency>
- </dependencies>
-
- <!-- ====== -->
- <!-- Build -->
- <!-- ====== -->
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-eclipse-plugin</artifactId>
- <version>2.7</version>
- <configuration>
- <wtpversion>2.0</wtpversion>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-war-plugin</artifactId>
- <version>2.0.1</version>
- <configuration>
- <warName>petals-master-${project.version}</warName>
- <dependentWarExcludes> servlet-api* </dependentWarExcludes>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-surefire-plugin</artifactId>
- <configuration>
- <!--
- Skip the normal tests, we'll run them in the
- integration-test phase
- -->
- <skip>true</skip>
- </configuration>
- </plugin>
- </plugins>
- </build>
-</project>
--- tags/dragon-ui-1.1/pom.xml (rev 0)
+++ tags/dragon-ui-1.1/pom.xml 2010-11-10 16:31:49 UTC (rev 1052)
@@ -0,0 +1,205 @@
+<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 UI</name>
+ <artifactId>dragon-ui</artifactId>
+ <groupId>org.ow2.dragon</groupId>
+ <version>1.1</version>
+ <description>Petals Master UI</description>
+ <packaging>war</packaging>
+ <scm>
+ <connection>scm:svn:svn+ssh://svn.forge.objectweb.org/svnroot/petalsmaster/tags/dragon-ui-1.1</connection>
+ <developerConnection>scm:svn:svn+ssh://ofabre@xxxxxxxxxxxxxxxxxxxxxxx/svnroot/petalsmaster/tags/dragon-ui-1.1</developerConnection>
+ </scm>
+
+ <!-- ========== -->
+ <!-- Properties -->
+ <!-- ========== -->
+ <properties>
+ <topDirectoryLocation>..</topDirectoryLocation>
+ </properties>
+
+ <!-- ============ -->
+ <!-- Dependencies -->
+ <!-- ============ -->
+ <dependencies>
+ <!-- Servlets dependencies -->
+ <dependency>
+ <groupId>javax.servlet</groupId>
+ <artifactId>servlet-api</artifactId>
+ <version>2.3</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>javax.servlet</groupId>
+ <artifactId>jstl</artifactId>
+ <version>1.2</version>
+ <scope>runtime</scope>
+ </dependency>
+
+ <!-- Spring dependencies -->
+ <dependency>
+ <groupId>org.springframework</groupId>
+ <artifactId>spring-web</artifactId>
+ <version>${spring.version}</version>
+ </dependency>
+ <dependency>
+ <artifactId>spring-aop</artifactId>
+ <groupId>org.springframework</groupId>
+ <version>${spring.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.springframework.security</groupId>
+ <artifactId>spring-security-core-tiger</artifactId>
+ <version>2.0.4</version>
+ <exclusions>
+ <exclusion>
+ <groupId>org.springframework</groupId>
+ <artifactId>spring-aop</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.springframework</groupId>
+ <artifactId>spring-context</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.springframework</groupId>
+ <artifactId>spring-beans</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.springframework</groupId>
+ <artifactId>spring-core</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>commons-logging</groupId>
+ <artifactId>commons-logging</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>org.springframework.security</groupId>
+ <artifactId>spring-security-taglibs</artifactId>
+ <version>2.0.4</version>
+ <exclusions>
+ <exclusion>
+ <groupId>org.springframework</groupId>
+ <artifactId>spring-web</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.springframework</groupId>
+ <artifactId>spring-jdbc</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <!-- <dependency>
+ <groupId>org.aspectj</groupId>
+ <artifactId>aspectjweaver</artifactId>
+ <optional>true</optional>
+ <version>1.5.4</version>
+ </dependency>
+ <dependency>
+ <groupId>org.aspectj</groupId>
+ <artifactId>aspectjrt</artifactId>
+ <version>1.5.4</version>
+ </dependency> -->
+
+ <!-- Bricks dependencies -->
+ <dependency>
+ <groupId>org.ow2.opensuit</groupId>
+ <artifactId>opensuit-core</artifactId>
+ <version>1.0</version>
+ <exclusions>
+ <exclusion>
+ <groupId>commons-logging</groupId>
+ <artifactId>commons-logging</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+
+ <!-- Dragon service layer for direct access to spring services -->
+ <!-- <dependency>-->
+ <!-- <groupId>org.ow2.dragon</groupId>-->
+ <!-- <artifactId>dragon-service</artifactId>-->
+ <!-- <version>0.9.2-SNAPSHOT</version>-->
+ <!-- </dependency>-->
+ <dependency>
+ <groupId>org.ow2.dragon</groupId>
+ <artifactId>dragon-uddi-ws</artifactId>
+ <version>1.1</version>
+ </dependency>
+ <!--
+ <dependency> <groupId>org.ow2.dragon</groupId>
+ <artifactId>dragon-core</artifactId>
+ <version>0.9.2-SNAPSHOT</version> </dependency>
+ -->
+ <dependency>
+ <groupId>org.ow2.dragon</groupId>
+ <artifactId>dragon-api-ws</artifactId>
+ <version>1.1</version>
+ </dependency>
+
+ <!-- Other dependencies -->
+ <dependency>
+ <groupId>net.sf.saxon</groupId>
+ <artifactId>saxon</artifactId>
+ <version>8.7</version>
+ </dependency>
+ <dependency>
+ <groupId>de.java2html</groupId>
+ <artifactId>java2html</artifactId>
+ <version>5.0</version>
+ <scope>provided</scope>
+ </dependency>
+
+ <!-- Test -->
+ <dependency>
+ <groupId>org.springframework</groupId>
+ <artifactId>spring-test</artifactId>
+ <version>${spring.version}</version>
+ <scope>test</scope>
+ </dependency>
+ </dependencies>
+
+ <!-- ====== -->
+ <!-- Build -->
+ <!-- ====== -->
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-eclipse-plugin</artifactId>
+ <version>2.7</version>
+ <configuration>
+ <wtpversion>2.0</wtpversion>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-war-plugin</artifactId>
+ <version>2.0.1</version>
+ <configuration>
+ <warName>petals-master-${project.version}</warName>
+ <dependentWarExcludes> servlet-api* </dependentWarExcludes>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <!--
+ Skip the normal tests, we'll run them in the
+ integration-test phase
+ -->
+ <skip>true</skip>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+</project>
| <-- Date Index --> | <-- Thread Index --> |
Powered by MHonArc.
Copyright © 2006-2007, OW2 Consortium | contact | webmaster.