[jboss-cvs] Repository SVN: r27161 - in maven2/org/twdata/maven: maven-cli-plugin/0.6.3.CR3 and 2 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon May 11 02:02:02 EDT 2009


Author: dan.j.allen
Date: 2009-05-11 02:02:02 -0400 (Mon, 11 May 2009)
New Revision: 27161

Added:
   maven2/org/twdata/maven/maven-cli-plugin-parent/0.6.3.CR3/
   maven2/org/twdata/maven/maven-cli-plugin-parent/0.6.3.CR3/maven-cli-plugin-parent-0.6.3.CR3.pom
   maven2/org/twdata/maven/maven-cli-plugin-parent/0.6.3.CR3/maven-cli-plugin-parent-0.6.3.CR3.pom.md5
   maven2/org/twdata/maven/maven-cli-plugin-parent/0.6.3.CR3/maven-cli-plugin-parent-0.6.3.CR3.pom.sha1
   maven2/org/twdata/maven/maven-cli-plugin/0.6.3.CR3/
   maven2/org/twdata/maven/maven-cli-plugin/0.6.3.CR3/maven-cli-plugin-0.6.3.CR3.jar
   maven2/org/twdata/maven/maven-cli-plugin/0.6.3.CR3/maven-cli-plugin-0.6.3.CR3.jar.md5
   maven2/org/twdata/maven/maven-cli-plugin/0.6.3.CR3/maven-cli-plugin-0.6.3.CR3.jar.sha1
   maven2/org/twdata/maven/maven-cli-plugin/0.6.3.CR3/maven-cli-plugin-0.6.3.CR3.pom
   maven2/org/twdata/maven/maven-cli-plugin/0.6.3.CR3/maven-cli-plugin-0.6.3.CR3.pom.md5
   maven2/org/twdata/maven/maven-cli-plugin/0.6.3.CR3/maven-cli-plugin-0.6.3.CR3.pom.sha1
Modified:
   maven2/org/twdata/maven/maven-cli-plugin-parent/maven-metadata.xml
   maven2/org/twdata/maven/maven-cli-plugin-parent/maven-metadata.xml.md5
   maven2/org/twdata/maven/maven-cli-plugin-parent/maven-metadata.xml.sha1
   maven2/org/twdata/maven/maven-cli-plugin/maven-metadata.xml
   maven2/org/twdata/maven/maven-cli-plugin/maven-metadata.xml.md5
   maven2/org/twdata/maven/maven-cli-plugin/maven-metadata.xml.sha1
Log:
candidate release 3 of maven-cli-plugin
main feature is to add customizable prompt


Added: maven2/org/twdata/maven/maven-cli-plugin/0.6.3.CR3/maven-cli-plugin-0.6.3.CR3.jar
===================================================================
(Binary files differ)


Property changes on: maven2/org/twdata/maven/maven-cli-plugin/0.6.3.CR3/maven-cli-plugin-0.6.3.CR3.jar
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: maven2/org/twdata/maven/maven-cli-plugin/0.6.3.CR3/maven-cli-plugin-0.6.3.CR3.jar.md5
===================================================================
--- maven2/org/twdata/maven/maven-cli-plugin/0.6.3.CR3/maven-cli-plugin-0.6.3.CR3.jar.md5	                        (rev 0)
+++ maven2/org/twdata/maven/maven-cli-plugin/0.6.3.CR3/maven-cli-plugin-0.6.3.CR3.jar.md5	2009-05-11 06:02:02 UTC (rev 27161)
@@ -0,0 +1 @@
+ec422a239e978b0f9e450e2a94532441
\ No newline at end of file

Added: maven2/org/twdata/maven/maven-cli-plugin/0.6.3.CR3/maven-cli-plugin-0.6.3.CR3.jar.sha1
===================================================================
--- maven2/org/twdata/maven/maven-cli-plugin/0.6.3.CR3/maven-cli-plugin-0.6.3.CR3.jar.sha1	                        (rev 0)
+++ maven2/org/twdata/maven/maven-cli-plugin/0.6.3.CR3/maven-cli-plugin-0.6.3.CR3.jar.sha1	2009-05-11 06:02:02 UTC (rev 27161)
@@ -0,0 +1 @@
+29f20986f1fcf4f5cc4d787e928fb714fdc0c0a0
\ No newline at end of file

Added: maven2/org/twdata/maven/maven-cli-plugin/0.6.3.CR3/maven-cli-plugin-0.6.3.CR3.pom
===================================================================
--- maven2/org/twdata/maven/maven-cli-plugin/0.6.3.CR3/maven-cli-plugin-0.6.3.CR3.pom	                        (rev 0)
+++ maven2/org/twdata/maven/maven-cli-plugin/0.6.3.CR3/maven-cli-plugin-0.6.3.CR3.pom	2009-05-11 06:02:02 UTC (rev 27161)
@@ -0,0 +1,129 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<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>
+    <artifactId>maven-cli-plugin-parent</artifactId>
+    <groupId>org.twdata.maven</groupId>
+    <version>0.6.3.CR3</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>maven-cli-plugin</artifactId>
+  <packaging>maven-plugin</packaging>
+  <name>Maven CLI Plugin</name>
+  <version>0.6.3.CR3</version>
+  <build>
+    <plugins>
+      <plugin>
+        <artifactId>maven-shade-plugin</artifactId>
+        <executions>
+          <execution>
+            <phase>package</phase>
+            <goals>
+              <goal>shade</goal>
+            </goals>
+            <configuration>
+              <createDependencyReducedPom>true</createDependencyReducedPom>
+              <artifactSet>
+                <includes>
+                  <include>org.twdata.maven:mojo-executor</include>
+                  <include>jline:jline</include>
+                </includes>
+              </artifactSet>
+              <relocations>
+                <relocation>
+                  <pattern>org.twdata.maven.mojoexecutor</pattern>
+                  <shadedPattern>org.shaded.mojoexecutor</shadedPattern>
+                </relocation>
+              </relocations>
+              <transformers>
+                <transformer />
+              </transformers>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+      <plugin>
+        <artifactId>maven-dependency-plugin</artifactId>
+        <executions>
+          <execution>
+            <id>copy-dependencies</id>
+            <phase>generate-resources</phase>
+            <goals>
+              <goal>copy-dependencies</goal>
+            </goals>
+            <configuration>
+              <excludeTransitive>true</excludeTransitive>
+              <includeArtifactIds>maven-cli-idea-plugin</includeArtifactIds>
+              <stripVersion>true</stripVersion>
+              <outputDirectory>${project.build.outputDirectory}</outputDirectory>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+  <profiles>
+    <profile>
+      <id>buildidea</id>
+      <dependencies>
+        <dependency>
+          <groupId>${project.groupId}</groupId>
+          <artifactId>maven-cli-idea-plugin</artifactId>
+          <version>${project.version}</version>
+          <exclusions>
+            <exclusion>
+              <artifactId>openapi</artifactId>
+              <groupId>com.intellij.idea</groupId>
+            </exclusion>
+            <exclusion>
+              <artifactId>annotations</artifactId>
+              <groupId>com.intellij.idea</groupId>
+            </exclusion>
+            <exclusion>
+              <artifactId>forms_rt</artifactId>
+              <groupId>com.intellij.idea</groupId>
+            </exclusion>
+            <exclusion>
+              <artifactId>jgoodies-forms</artifactId>
+              <groupId>com.intellij.idea</groupId>
+            </exclusion>
+            <exclusion>
+              <artifactId>javac2</artifactId>
+              <groupId>com.intellij.idea</groupId>
+            </exclusion>
+            <exclusion>
+              <artifactId>extensions</artifactId>
+              <groupId>com.intellij.idea</groupId>
+            </exclusion>
+            <exclusion>
+              <artifactId>bootstrap</artifactId>
+              <groupId>com.intellij.idea</groupId>
+            </exclusion>
+            <exclusion>
+              <artifactId>idea</artifactId>
+              <groupId>com.intellij.idea</groupId>
+            </exclusion>
+            <exclusion>
+              <artifactId>idea-junit</artifactId>
+              <groupId>com.intellij.idea</groupId>
+            </exclusion>
+          </exclusions>
+        </dependency>
+      </dependencies>
+    </profile>
+  </profiles>
+  <dependencies>
+    <dependency>
+      <groupId>commons-io</groupId>
+      <artifactId>commons-io</artifactId>
+      <version>1.4</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>3.8.1</version>
+      <scope>test</scope>
+    </dependency>
+  </dependencies>
+</project>
+

Added: maven2/org/twdata/maven/maven-cli-plugin/0.6.3.CR3/maven-cli-plugin-0.6.3.CR3.pom.md5
===================================================================
--- maven2/org/twdata/maven/maven-cli-plugin/0.6.3.CR3/maven-cli-plugin-0.6.3.CR3.pom.md5	                        (rev 0)
+++ maven2/org/twdata/maven/maven-cli-plugin/0.6.3.CR3/maven-cli-plugin-0.6.3.CR3.pom.md5	2009-05-11 06:02:02 UTC (rev 27161)
@@ -0,0 +1 @@
+47db1c0e496873a3f39d88e7af64d7b5
\ No newline at end of file

Added: maven2/org/twdata/maven/maven-cli-plugin/0.6.3.CR3/maven-cli-plugin-0.6.3.CR3.pom.sha1
===================================================================
--- maven2/org/twdata/maven/maven-cli-plugin/0.6.3.CR3/maven-cli-plugin-0.6.3.CR3.pom.sha1	                        (rev 0)
+++ maven2/org/twdata/maven/maven-cli-plugin/0.6.3.CR3/maven-cli-plugin-0.6.3.CR3.pom.sha1	2009-05-11 06:02:02 UTC (rev 27161)
@@ -0,0 +1 @@
+074a89ce63252318b16e78ecc0d2064fa3de9f7c
\ No newline at end of file

Modified: maven2/org/twdata/maven/maven-cli-plugin/maven-metadata.xml
===================================================================
--- maven2/org/twdata/maven/maven-cli-plugin/maven-metadata.xml	2009-05-08 23:04:00 UTC (rev 27160)
+++ maven2/org/twdata/maven/maven-cli-plugin/maven-metadata.xml	2009-05-11 06:02:02 UTC (rev 27161)
@@ -1,13 +1,15 @@
-<?xml version="1.0" encoding="UTF-8"?><metadata>
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
   <groupId>org.twdata.maven</groupId>
   <artifactId>maven-cli-plugin</artifactId>
   <version>0.6.3.CR1</version>
   <versioning>
-    <latest>0.6.3.CR2</latest>
+    <latest>0.6.3.CR3</latest>
     <versions>
       <version>0.6.3.CR1</version>
       <version>0.6.3.CR2</version>
+      <version>0.6.3.CR3</version>
     </versions>
-    <lastUpdated>20090504191057</lastUpdated>
+    <lastUpdated>20090511060105</lastUpdated>
   </versioning>
-</metadata>
\ No newline at end of file
+</metadata>

Modified: maven2/org/twdata/maven/maven-cli-plugin/maven-metadata.xml.md5
===================================================================
--- maven2/org/twdata/maven/maven-cli-plugin/maven-metadata.xml.md5	2009-05-08 23:04:00 UTC (rev 27160)
+++ maven2/org/twdata/maven/maven-cli-plugin/maven-metadata.xml.md5	2009-05-11 06:02:02 UTC (rev 27161)
@@ -1 +1 @@
-280453ac0107f3fb8e927962b6476801
\ No newline at end of file
+53f7e1e86266cfbca6f3f97acd4a5300
\ No newline at end of file

Modified: maven2/org/twdata/maven/maven-cli-plugin/maven-metadata.xml.sha1
===================================================================
--- maven2/org/twdata/maven/maven-cli-plugin/maven-metadata.xml.sha1	2009-05-08 23:04:00 UTC (rev 27160)
+++ maven2/org/twdata/maven/maven-cli-plugin/maven-metadata.xml.sha1	2009-05-11 06:02:02 UTC (rev 27161)
@@ -1 +1 @@
-a3fc6160fa80eba3e0a70ff6c9c905381447aaaa
\ No newline at end of file
+4920f80925a828cc3aaebdb9dc44d429738b4442
\ No newline at end of file

Added: maven2/org/twdata/maven/maven-cli-plugin-parent/0.6.3.CR3/maven-cli-plugin-parent-0.6.3.CR3.pom
===================================================================
--- maven2/org/twdata/maven/maven-cli-plugin-parent/0.6.3.CR3/maven-cli-plugin-parent-0.6.3.CR3.pom	                        (rev 0)
+++ maven2/org/twdata/maven/maven-cli-plugin-parent/0.6.3.CR3/maven-cli-plugin-parent-0.6.3.CR3.pom	2009-05-11 06:02:02 UTC (rev 27161)
@@ -0,0 +1,102 @@
+<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>
+    <groupId>org.twdata.maven</groupId>
+    <artifactId>maven-cli-plugin-parent</artifactId>
+    <packaging>pom</packaging>
+    <version>0.6.3.CR3</version>
+    <name>Maven CLI Plugin Parent</name>
+    <url>http://github.com/mrdon/maven-cli-plugin/wikis</url>
+    <modules>
+        <module>maven</module>
+    </modules>
+    <build>
+        <pluginManagement>
+            <plugins>
+                <plugin>
+                    <artifactId>maven-compiler-plugin</artifactId>
+                    <configuration>
+                        <source>1.5</source>
+                        <target>1.5</target>
+                    </configuration>
+                </plugin>
+            </plugins>
+        </pluginManagement>
+        <extensions>
+            <extension>
+                <groupId>org.jvnet.wagon-svn</groupId>
+                <artifactId>wagon-svn</artifactId>
+                <version>1.8</version>
+            </extension>
+        </extensions>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-release-plugin</artifactId>
+                <dependencies>
+                    <dependency>
+                        <groupId>org.apache.maven.scm</groupId>
+                        <artifactId>maven-scm-provider-gitexe</artifactId>
+                        <version>1.1-db-1</version>
+                    </dependency>
+                </dependencies>
+            </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-scm-plugin</artifactId>
+                <dependencies>
+                    <dependency>
+                        <groupId>org.apache.maven.scm</groupId>
+                        <artifactId>maven-scm-provider-gitexe</artifactId>
+                        <version>1.1-db-1</version>
+                    </dependency>
+                </dependencies>
+            </plugin>
+        </plugins>
+    </build>
+    <profiles>
+        <profile>
+            <id>buildidea</id>
+            <activation>
+                <!--Activation is based on the manual installation of the IntelliJ Idea 7.0 JARs via install:install-file -->
+                <file>
+                    <exists>${settings.localRepo}/com/intellij/idea/openapi/7.0/openapi-7.0-7590.jar</exists>
+                </file>
+            </activation>
+            <modules>
+                <module>idea</module>
+            </modules>
+        </profile>
+    </profiles>
+    <repositories>
+        <repository>
+            <id>mojo-executor-repository</id>
+            <name>Mojo Executor Repository for Maven</name>
+            <url>http://twdata-m2-repository.googlecode.com/svn/</url>
+        </repository>
+        <repository>
+            <id>don-asf-repository</id>
+            <url>http://people.apache.org/~mrdon/repository/</url>
+        </repository>
+        <repository>
+            <id>maven2-repository.dev.java.net</id>
+            <name>Java.net Repository for Maven</name>
+            <url>http://download.java.net/maven/2/</url>
+        </repository>
+    </repositories>
+    <distributionManagement>
+        <repository>
+            <uniqueVersion>false</uniqueVersion>
+            <!--
+            <id>twdata-m2-repository</id>
+            <url>svn:https://twdata-m2-repository.googlecode.com/svn</url>
+            -->
+            <id>repository.jboss.org</id>
+            <url>file:///${user.home}/mirror/checkout/jboss-maven2-repo</url>
+        </repository>
+    </distributionManagement>
+
+    <scm>
+        <connection>scm:git:git://github.com/mrdon/maven-cli-plugin.git</connection>
+        <url>scm:git:git://github.com/mrdon/maven-cli-plugin.git</url>
+    </scm>
+</project>

Added: maven2/org/twdata/maven/maven-cli-plugin-parent/0.6.3.CR3/maven-cli-plugin-parent-0.6.3.CR3.pom.md5
===================================================================
--- maven2/org/twdata/maven/maven-cli-plugin-parent/0.6.3.CR3/maven-cli-plugin-parent-0.6.3.CR3.pom.md5	                        (rev 0)
+++ maven2/org/twdata/maven/maven-cli-plugin-parent/0.6.3.CR3/maven-cli-plugin-parent-0.6.3.CR3.pom.md5	2009-05-11 06:02:02 UTC (rev 27161)
@@ -0,0 +1 @@
+c51c0d76ab81dd6e43f3eb96e4f359b0
\ No newline at end of file

Added: maven2/org/twdata/maven/maven-cli-plugin-parent/0.6.3.CR3/maven-cli-plugin-parent-0.6.3.CR3.pom.sha1
===================================================================
--- maven2/org/twdata/maven/maven-cli-plugin-parent/0.6.3.CR3/maven-cli-plugin-parent-0.6.3.CR3.pom.sha1	                        (rev 0)
+++ maven2/org/twdata/maven/maven-cli-plugin-parent/0.6.3.CR3/maven-cli-plugin-parent-0.6.3.CR3.pom.sha1	2009-05-11 06:02:02 UTC (rev 27161)
@@ -0,0 +1 @@
+705d97a5f2d923c7d8cf98d0e09b233d4a66084d
\ No newline at end of file

Modified: maven2/org/twdata/maven/maven-cli-plugin-parent/maven-metadata.xml
===================================================================
--- maven2/org/twdata/maven/maven-cli-plugin-parent/maven-metadata.xml	2009-05-08 23:04:00 UTC (rev 27160)
+++ maven2/org/twdata/maven/maven-cli-plugin-parent/maven-metadata.xml	2009-05-11 06:02:02 UTC (rev 27161)
@@ -1,4 +1,5 @@
-<?xml version="1.0" encoding="UTF-8"?><metadata>
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
   <groupId>org.twdata.maven</groupId>
   <artifactId>maven-cli-plugin-parent</artifactId>
   <version>0.6.3.CR1</version>
@@ -6,7 +7,8 @@
     <versions>
       <version>0.6.3.CR1</version>
       <version>0.6.3.CR2</version>
+      <version>0.6.3.CR3</version>
     </versions>
-    <lastUpdated>20090504191047</lastUpdated>
+    <lastUpdated>20090511060059</lastUpdated>
   </versioning>
-</metadata>
\ No newline at end of file
+</metadata>

Modified: maven2/org/twdata/maven/maven-cli-plugin-parent/maven-metadata.xml.md5
===================================================================
--- maven2/org/twdata/maven/maven-cli-plugin-parent/maven-metadata.xml.md5	2009-05-08 23:04:00 UTC (rev 27160)
+++ maven2/org/twdata/maven/maven-cli-plugin-parent/maven-metadata.xml.md5	2009-05-11 06:02:02 UTC (rev 27161)
@@ -1 +1 @@
-ff5440616ff4194d9cb23d4f5f798118
\ No newline at end of file
+539b748b8aaa53bbaa619160b042e050
\ No newline at end of file

Modified: maven2/org/twdata/maven/maven-cli-plugin-parent/maven-metadata.xml.sha1
===================================================================
--- maven2/org/twdata/maven/maven-cli-plugin-parent/maven-metadata.xml.sha1	2009-05-08 23:04:00 UTC (rev 27160)
+++ maven2/org/twdata/maven/maven-cli-plugin-parent/maven-metadata.xml.sha1	2009-05-11 06:02:02 UTC (rev 27161)
@@ -1 +1 @@
-b5d8a07cdfb7c4923d3477129f2d12eadd8bf372
\ No newline at end of file
+cbcb9290e99902a77ad9e1f86f908092aafbad9e
\ No newline at end of file




More information about the jboss-cvs-commits mailing list