Author: sanka Date: Tue Jun 3 23:28:08 2008 New Revision: 17884 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=17884
Log: Modified: branches/wsas/java/2.3/commons/throttle/modules/mar/pom.xml Modified: branches/wsas/java/2.3/commons/throttle/modules/mar/pom.xml URL: http://wso2.org/svn/browse/wso2/branches/wsas/java/2.3/commons/throttle/modules/mar/pom.xml?rev=17884&r1=17883&r2=17884&view=diff ============================================================================== --- branches/wsas/java/2.3/commons/throttle/modules/mar/pom.xml (original) +++ branches/wsas/java/2.3/commons/throttle/modules/mar/pom.xml Tue Jun 3 23:28:08 2008 @@ -1,76 +1,76 @@ -<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"> - - - <parent> - <groupId>org.wso2.throttle</groupId> - <artifactId>wso2throttle-parent</artifactId> - <version>2.3-SNAPSHOT</version> - </parent> - - <modelVersion>4.0.0</modelVersion> - <artifactId>wso2throttle</artifactId> - <packaging>jar</packaging> - <version>2.3-SNAPSHOT</version> - <name>WSO2 Throttling module - Mar</name> - - <build> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-antrun-plugin</artifactId> - <version>1.1</version> - <executions> - <execution> - <id>mar</id> - <phase>package</phase> - <configuration> - <tasks> - <copy file="target/${pom.artifactId}-${pom.version}.jar" - tofile="target/wso2throttle-${pom.version}.mar"/> - - </tasks> - </configuration> - <goals> - <goal>run</goal> - </goals> - </execution> - - </executions> - </plugin> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>build-helper-maven-plugin</artifactId> - <version>1.0</version> - <executions> - <execution> - <id>mar</id> - <phase>package</phase> - <goals> - <goal>attach-artifact</goal> - </goals> - <configuration> - <artifacts> - <artifact> - <file>target/wso2throttle-${pom.version}.mar</file> - <type>mar</type> - </artifact> - </artifacts> - <finalName>wso2throttle-${pom.version}</finalName> - </configuration> - </execution> - </executions> - </plugin> - </plugins> - </build> - - <dependencies> - <dependency> - <groupId>org.wso2.throttle</groupId> - <artifactId>wso2throttle-core</artifactId> - <version>2.2</version> - </dependency> - </dependencies> - -</project> +<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"> + + + <parent> + <groupId>org.wso2.throttle</groupId> + <artifactId>wso2throttle-parent</artifactId> + <version>2.3-SNAPSHOT</version> + </parent> + + <modelVersion>4.0.0</modelVersion> + <artifactId>wso2throttle</artifactId> + <packaging>jar</packaging> + <version>2.3-SNAPSHOT</version> + <name>WSO2 Throttling module - Mar</name> + + <build> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-antrun-plugin</artifactId> + <version>1.1</version> + <executions> + <execution> + <id>mar</id> + <phase>package</phase> + <configuration> + <tasks> + <copy file="target/${pom.artifactId}-${pom.version}.jar" + tofile="target/wso2throttle-${pom.version}.mar"/> + + </tasks> + </configuration> + <goals> + <goal>run</goal> + </goals> + </execution> + + </executions> + </plugin> + <plugin> + <groupId>org.codehaus.mojo</groupId> + <artifactId>build-helper-maven-plugin</artifactId> + <version>1.0</version> + <executions> + <execution> + <id>mar</id> + <phase>package</phase> + <goals> + <goal>attach-artifact</goal> + </goals> + <configuration> + <artifacts> + <artifact> + <file>target/wso2throttle-${pom.version}.mar</file> + <type>mar</type> + </artifact> + </artifacts> + <finalName>wso2throttle-${pom.version}</finalName> + </configuration> + </execution> + </executions> + </plugin> + </plugins> + </build> + + <dependencies> + <dependency> + <groupId>org.wso2.throttle</groupId> + <artifactId>wso2throttle-core</artifactId> + <version>2.3-SNAPSHOT</version> + </dependency> + </dependencies> + +</project> _______________________________________________ Wsas-java-dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/wsas-java-dev
