[jboss-cvs] Repository SVN: r28564 - in maven2/org/mobicents/tools/maven-du-plugin: 2.0.0.BETA2 and 1 other directory.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Fri Aug 14 07:32:05 EDT 2009
Author: alexandrem
Date: 2009-08-14 07:32:04 -0400 (Fri, 14 Aug 2009)
New Revision: 28564
Added:
maven2/org/mobicents/tools/maven-du-plugin/2.0.0.BETA2/
maven2/org/mobicents/tools/maven-du-plugin/2.0.0.BETA2/maven-du-plugin-2.0.0.BETA2.jar
maven2/org/mobicents/tools/maven-du-plugin/2.0.0.BETA2/maven-du-plugin-2.0.0.BETA2.jar.md5
maven2/org/mobicents/tools/maven-du-plugin/2.0.0.BETA2/maven-du-plugin-2.0.0.BETA2.jar.sha1
maven2/org/mobicents/tools/maven-du-plugin/2.0.0.BETA2/maven-du-plugin-2.0.0.BETA2.pom
maven2/org/mobicents/tools/maven-du-plugin/2.0.0.BETA2/maven-du-plugin-2.0.0.BETA2.pom.md5
maven2/org/mobicents/tools/maven-du-plugin/2.0.0.BETA2/maven-du-plugin-2.0.0.BETA2.pom.sha1
Modified:
maven2/org/mobicents/tools/maven-du-plugin/maven-metadata.xml
maven2/org/mobicents/tools/maven-du-plugin/maven-metadata.xml.md5
maven2/org/mobicents/tools/maven-du-plugin/maven-metadata.xml.sha1
Log:
Adding Mobicents Maven DU Plugin v2.0.0.BETA2 release.
Added: maven2/org/mobicents/tools/maven-du-plugin/2.0.0.BETA2/maven-du-plugin-2.0.0.BETA2.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/mobicents/tools/maven-du-plugin/2.0.0.BETA2/maven-du-plugin-2.0.0.BETA2.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/mobicents/tools/maven-du-plugin/2.0.0.BETA2/maven-du-plugin-2.0.0.BETA2.jar.md5
===================================================================
--- maven2/org/mobicents/tools/maven-du-plugin/2.0.0.BETA2/maven-du-plugin-2.0.0.BETA2.jar.md5 (rev 0)
+++ maven2/org/mobicents/tools/maven-du-plugin/2.0.0.BETA2/maven-du-plugin-2.0.0.BETA2.jar.md5 2009-08-14 11:32:04 UTC (rev 28564)
@@ -0,0 +1 @@
+9312d6e91357098dbda30d7d0c8fdc44
\ No newline at end of file
Added: maven2/org/mobicents/tools/maven-du-plugin/2.0.0.BETA2/maven-du-plugin-2.0.0.BETA2.jar.sha1
===================================================================
--- maven2/org/mobicents/tools/maven-du-plugin/2.0.0.BETA2/maven-du-plugin-2.0.0.BETA2.jar.sha1 (rev 0)
+++ maven2/org/mobicents/tools/maven-du-plugin/2.0.0.BETA2/maven-du-plugin-2.0.0.BETA2.jar.sha1 2009-08-14 11:32:04 UTC (rev 28564)
@@ -0,0 +1 @@
+297c2dc661ffef8dea945604df8e119f983d0400
\ No newline at end of file
Added: maven2/org/mobicents/tools/maven-du-plugin/2.0.0.BETA2/maven-du-plugin-2.0.0.BETA2.pom
===================================================================
--- maven2/org/mobicents/tools/maven-du-plugin/2.0.0.BETA2/maven-du-plugin-2.0.0.BETA2.pom (rev 0)
+++ maven2/org/mobicents/tools/maven-du-plugin/2.0.0.BETA2/maven-du-plugin-2.0.0.BETA2.pom 2009-08-14 11:32:04 UTC (rev 28564)
@@ -0,0 +1,231 @@
+<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>
+ <groupId>org.mobicents</groupId>
+ <artifactId>mobicents</artifactId>
+ <version>12</version>
+ <relativePath>../../../../pom.xml</relativePath>
+ </parent>
+
+ <groupId>org.mobicents.tools</groupId>
+ <artifactId>maven-du-plugin</artifactId>
+ <version>2.0.0.BETA2</version>
+
+ <packaging>maven-plugin</packaging>
+ <name>Mobicents :: Tools :: mobicents-du-plugin</name>
+
+ <properties>
+ <maven.test.skip>true</maven.test.skip>
+ </properties>
+
+ <description>
+ Mobicent Maven2 plugin to build JAIN SLEE deployable units.
+ </description>
+
+ <organization>
+ <name>Mobicents</name>
+ <url>http://www.mobicents.org</url>
+ </organization>
+ <inceptionYear>2008</inceptionYear>
+
+ <prerequisites>
+ <maven>2.0.6</maven>
+ </prerequisites>
+
+ <licenses>
+ <license>
+ <name>
+ GNU Library or Lesser General Public License (LGPL)
+ </name>
+ <url>http://www.gnu.org/licenses/lgpl.txt</url>
+ </license>
+ </licenses>
+
+ <developers>
+ <developer>
+ <name>Michele La Porta</name>
+ <email>michele.laporta[at]gmail.com</email>
+ </developer>
+ <developer>
+ <name>Alexandre Mendonca</name>
+ <email>brainslog[at]gmail.com</email>
+ </developer>
+ </developers>
+
+ <dependencies>
+ <dependency>
+ <groupId>org.apache.maven</groupId>
+ <artifactId>maven-plugin-api</artifactId>
+ <version>2.0.6</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.maven</groupId>
+ <artifactId>maven-project</artifactId>
+ <version>2.0.7</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.maven</groupId>
+ <artifactId>maven-archiver</artifactId>
+ <version>2.3</version>
+ </dependency>
+ <dependency>
+ <groupId>org.codehaus.plexus</groupId>
+ <artifactId>plexus-archiver</artifactId>
+ <version>1.0-alpha-9</version>
+ <exclusions>
+ <exclusion>
+ <groupId>org.codehaus.plexus</groupId>
+ <artifactId>plexus-container-default</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.codehaus.plexus</groupId>
+ <artifactId>plexus-component-api</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>org.codehaus.plexus</groupId>
+ <artifactId>plexus-io</artifactId>
+ <version>1.0-alpha-1</version>
+ <exclusions>
+ <exclusion>
+ <groupId>org.codehaus.plexus</groupId>
+ <artifactId>plexus-container-default</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.codehaus.plexus</groupId>
+ <artifactId>plexus-component-api</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>commons-lang</groupId>
+ <artifactId>commons-lang</artifactId>
+ <version>2.1</version>
+ </dependency>
+ <dependency>
+ <groupId>org.codehaus.plexus</groupId>
+ <artifactId>plexus-utils</artifactId>
+ <version>1.4.9</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.maven.shared</groupId>
+ <artifactId>maven-plugin-testing-harness</artifactId>
+ <version>1.1</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>javax.slee</groupId>
+ <artifactId>jain-slee</artifactId>
+ <version>1.1</version>
+ </dependency>
+ </dependencies>
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-site-plugin</artifactId>
+ <version>2.0-beta-5</version>
+ </plugin>
+ </plugins>
+ </build>
+
+ <reporting>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-project-info-reports-plugin</artifactId>
+ <version>2.0.1</version>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-plugin-plugin</artifactId>
+ <!-- todo version -->
+ </plugin>
+ <plugin>
+ <artifactId>maven-jxr-plugin</artifactId>
+ <!-- todo version -->
+ <!-- todo groupId -->
+ </plugin>
+ <plugin>
+ <artifactId>maven-checkstyle-plugin</artifactId>
+ <!-- <configuration>
+ <configLocation>${pom.basedir}/src/site/ops4j-format.xml</configLocation>
+ <excludes>org/ops4j/pax/construct/util/Xpp3DomHelper.java</excludes>
+ </configuration>-->
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-report-plugin</artifactId>
+ <version>2.3</version>
+ </plugin>
+ <plugin>
+ <artifactId>maven-javadoc-plugin</artifactId>
+ <configuration>
+ <minmemory>128m</minmemory>
+ <maxmemory>512m</maxmemory>
+ </configuration>
+ </plugin>
+ <plugin>
+ <artifactId>maven-pmd-plugin</artifactId>
+ <configuration>
+ <targetJdk>1.5</targetJdk>
+ <sourceEncoding>utf-8</sourceEncoding>
+ <minimumTokens>100</minimumTokens>
+ </configuration>
+ </plugin>
+ </plugins>
+ </reporting>
+
+ <scm>
+ <connection>scm:svn:https://mobicents.googlecode.com/svn/tags/tools/maven-du-plugin/maven-du-plugin-2.0.0.BETA2</connection>
+ <developerConnection>scm:svn:https://mobicents.googlecode.com/svn/tags/tools/maven-du-plugin/maven-du-plugin-2.0.0.BETA2</developerConnection>
+ <url>http://mobicents.googlecode.com/svn/tags/tools/maven-du-plugin/maven-du-plugin-2.0.0.BETA2</url>
+ </scm>
+
+ <!-- dupe info from parent, but it's only way to retrieve the parent without checkout -->
+
+ <repositories>
+ <repository>
+ <id>jboss</id>
+ <name>JBoss Repository</name>
+ <url>http://repository.jboss.org/maven2</url>
+ <snapshots>
+ <enabled>false</enabled>
+ </snapshots>
+ </repository>
+ <repository>
+ <id>jboss-snapshots</id>
+ <name>JBoss Snapshot Repository</name>
+ <url>http://snapshots.jboss.org/maven2</url>
+ <releases>
+ <enabled>false</enabled>
+ </releases>
+ <snapshots>
+ <enabled>true</enabled>
+ </snapshots>
+ </repository>
+ </repositories>
+
+ <profiles>
+ <profile>
+ <id>maven-release</id>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-release-plugin</artifactId>
+ <configuration>
+ <autoVersionSubmodules>true</autoVersionSubmodules>
+ <tagBase>https://mobicents.googlecode.com/svn/tags/tools/maven-du-plugin</tagBase>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
+ </profiles>
+
+</project>
Added: maven2/org/mobicents/tools/maven-du-plugin/2.0.0.BETA2/maven-du-plugin-2.0.0.BETA2.pom.md5
===================================================================
--- maven2/org/mobicents/tools/maven-du-plugin/2.0.0.BETA2/maven-du-plugin-2.0.0.BETA2.pom.md5 (rev 0)
+++ maven2/org/mobicents/tools/maven-du-plugin/2.0.0.BETA2/maven-du-plugin-2.0.0.BETA2.pom.md5 2009-08-14 11:32:04 UTC (rev 28564)
@@ -0,0 +1 @@
+fabca66f376a57fdd1a0c70e5b39fe5c
\ No newline at end of file
Added: maven2/org/mobicents/tools/maven-du-plugin/2.0.0.BETA2/maven-du-plugin-2.0.0.BETA2.pom.sha1
===================================================================
--- maven2/org/mobicents/tools/maven-du-plugin/2.0.0.BETA2/maven-du-plugin-2.0.0.BETA2.pom.sha1 (rev 0)
+++ maven2/org/mobicents/tools/maven-du-plugin/2.0.0.BETA2/maven-du-plugin-2.0.0.BETA2.pom.sha1 2009-08-14 11:32:04 UTC (rev 28564)
@@ -0,0 +1 @@
+761ee42428987e54e32eb1659fefed7c0a1c4d13
\ No newline at end of file
Modified: maven2/org/mobicents/tools/maven-du-plugin/maven-metadata.xml
===================================================================
--- maven2/org/mobicents/tools/maven-du-plugin/maven-metadata.xml 2009-08-14 06:28:55 UTC (rev 28563)
+++ maven2/org/mobicents/tools/maven-du-plugin/maven-metadata.xml 2009-08-14 11:32:04 UTC (rev 28564)
@@ -1,11 +1,9 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<metadata xsi:schemaLocation="http://maven.apache.org/METADATA/1.0.0 http://maven.apache.org/xsd/metadata-1.0.0.xsd" xmlns="http://maven.apache.org/METADATA/1.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+<?xml version="1.0" encoding="UTF-8"?><metadata>
<groupId>org.mobicents.tools</groupId>
<artifactId>maven-du-plugin</artifactId>
<version>1.0.0.BETA1</version>
<versioning>
- <latest>2.0.0.BETA1</latest>
+ <latest>2.0.0.BETA2</latest>
<release>2.0.0.BETA1</release>
<versions>
<version>1.0.0.BETA1</version>
@@ -14,7 +12,8 @@
<version>1.0.0.CR1</version>
<version>2.0.0-BETA1</version>
<version>2.0.0.BETA1</version>
+ <version>2.0.0.BETA2</version>
</versions>
- <lastUpdated>20090804042523</lastUpdated>
+ <lastUpdated>20090814112942</lastUpdated>
</versioning>
-</metadata>
+</metadata>
\ No newline at end of file
Modified: maven2/org/mobicents/tools/maven-du-plugin/maven-metadata.xml.md5
===================================================================
--- maven2/org/mobicents/tools/maven-du-plugin/maven-metadata.xml.md5 2009-08-14 06:28:55 UTC (rev 28563)
+++ maven2/org/mobicents/tools/maven-du-plugin/maven-metadata.xml.md5 2009-08-14 11:32:04 UTC (rev 28564)
@@ -1 +1 @@
-ab028a81b0e5a583d828fde090b82c94
\ No newline at end of file
+1905e8024e8ddbd3617c1b03b6bebdf2
\ No newline at end of file
Modified: maven2/org/mobicents/tools/maven-du-plugin/maven-metadata.xml.sha1
===================================================================
--- maven2/org/mobicents/tools/maven-du-plugin/maven-metadata.xml.sha1 2009-08-14 06:28:55 UTC (rev 28563)
+++ maven2/org/mobicents/tools/maven-du-plugin/maven-metadata.xml.sha1 2009-08-14 11:32:04 UTC (rev 28564)
@@ -1 +1 @@
-b5e2a5fd54ea9117fa45cc7f09f6bf45b60436c7
\ No newline at end of file
+40969dd91aea4189e5274dcb5398eead8fb4c236
\ No newline at end of file
More information about the jboss-cvs-commits
mailing list