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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon May 4 15:12:06 EDT 2009


Author: dan.j.allen
Date: 2009-05-04 15:12:06 -0400 (Mon, 04 May 2009)
New Revision: 26366

Added:
   maven2/org/twdata/maven/maven-cli-plugin-parent/0.6.3.CR2/
   maven2/org/twdata/maven/maven-cli-plugin-parent/0.6.3.CR2/maven-cli-plugin-parent-0.6.3.CR2.pom
   maven2/org/twdata/maven/maven-cli-plugin-parent/0.6.3.CR2/maven-cli-plugin-parent-0.6.3.CR2.pom.md5
   maven2/org/twdata/maven/maven-cli-plugin-parent/0.6.3.CR2/maven-cli-plugin-parent-0.6.3.CR2.pom.sha1
   maven2/org/twdata/maven/maven-cli-plugin/0.6.3.CR2/
   maven2/org/twdata/maven/maven-cli-plugin/0.6.3.CR2/maven-cli-plugin-0.6.3.CR2.jar
   maven2/org/twdata/maven/maven-cli-plugin/0.6.3.CR2/maven-cli-plugin-0.6.3.CR2.jar.md5
   maven2/org/twdata/maven/maven-cli-plugin/0.6.3.CR2/maven-cli-plugin-0.6.3.CR2.jar.sha1
   maven2/org/twdata/maven/maven-cli-plugin/0.6.3.CR2/maven-cli-plugin-0.6.3.CR2.pom
   maven2/org/twdata/maven/maven-cli-plugin/0.6.3.CR2/maven-cli-plugin-0.6.3.CR2.pom.md5
   maven2/org/twdata/maven/maven-cli-plugin/0.6.3.CR2/maven-cli-plugin-0.6.3.CR2.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:
ignore empty tokens (whitespace)


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


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

Added: maven2/org/twdata/maven/maven-cli-plugin/0.6.3.CR2/maven-cli-plugin-0.6.3.CR2.jar.md5
===================================================================
--- maven2/org/twdata/maven/maven-cli-plugin/0.6.3.CR2/maven-cli-plugin-0.6.3.CR2.jar.md5	                        (rev 0)
+++ maven2/org/twdata/maven/maven-cli-plugin/0.6.3.CR2/maven-cli-plugin-0.6.3.CR2.jar.md5	2009-05-04 19:12:06 UTC (rev 26366)
@@ -0,0 +1 @@
+3472b5688946687f131523d5463d9d5b
\ No newline at end of file

Added: maven2/org/twdata/maven/maven-cli-plugin/0.6.3.CR2/maven-cli-plugin-0.6.3.CR2.jar.sha1
===================================================================
--- maven2/org/twdata/maven/maven-cli-plugin/0.6.3.CR2/maven-cli-plugin-0.6.3.CR2.jar.sha1	                        (rev 0)
+++ maven2/org/twdata/maven/maven-cli-plugin/0.6.3.CR2/maven-cli-plugin-0.6.3.CR2.jar.sha1	2009-05-04 19:12:06 UTC (rev 26366)
@@ -0,0 +1 @@
+ed61e57d03177aea0d77669bf1d044b08b63e51a
\ No newline at end of file

Added: maven2/org/twdata/maven/maven-cli-plugin/0.6.3.CR2/maven-cli-plugin-0.6.3.CR2.pom
===================================================================
--- maven2/org/twdata/maven/maven-cli-plugin/0.6.3.CR2/maven-cli-plugin-0.6.3.CR2.pom	                        (rev 0)
+++ maven2/org/twdata/maven/maven-cli-plugin/0.6.3.CR2/maven-cli-plugin-0.6.3.CR2.pom	2009-05-04 19:12:06 UTC (rev 26366)
@@ -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.CR2</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.CR2</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.CR2/maven-cli-plugin-0.6.3.CR2.pom.md5
===================================================================
--- maven2/org/twdata/maven/maven-cli-plugin/0.6.3.CR2/maven-cli-plugin-0.6.3.CR2.pom.md5	                        (rev 0)
+++ maven2/org/twdata/maven/maven-cli-plugin/0.6.3.CR2/maven-cli-plugin-0.6.3.CR2.pom.md5	2009-05-04 19:12:06 UTC (rev 26366)
@@ -0,0 +1 @@
+371f59e6989d9a54981a1a73fd57624d
\ No newline at end of file

Added: maven2/org/twdata/maven/maven-cli-plugin/0.6.3.CR2/maven-cli-plugin-0.6.3.CR2.pom.sha1
===================================================================
--- maven2/org/twdata/maven/maven-cli-plugin/0.6.3.CR2/maven-cli-plugin-0.6.3.CR2.pom.sha1	                        (rev 0)
+++ maven2/org/twdata/maven/maven-cli-plugin/0.6.3.CR2/maven-cli-plugin-0.6.3.CR2.pom.sha1	2009-05-04 19:12:06 UTC (rev 26366)
@@ -0,0 +1 @@
+22abebd2de97319c6d54dfa28da9927881bdb34b
\ 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-04 18:43:27 UTC (rev 26365)
+++ maven2/org/twdata/maven/maven-cli-plugin/maven-metadata.xml	2009-05-04 19:12:06 UTC (rev 26366)
@@ -3,10 +3,11 @@
   <artifactId>maven-cli-plugin</artifactId>
   <version>0.6.3.CR1</version>
   <versioning>
-    <latest>0.6.3.CR1</latest>
+    <latest>0.6.3.CR2</latest>
     <versions>
       <version>0.6.3.CR1</version>
+      <version>0.6.3.CR2</version>
     </versions>
-    <lastUpdated>20090501223532</lastUpdated>
+    <lastUpdated>20090504191057</lastUpdated>
   </versioning>
 </metadata>
\ No newline at end of file

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-04 18:43:27 UTC (rev 26365)
+++ maven2/org/twdata/maven/maven-cli-plugin/maven-metadata.xml.md5	2009-05-04 19:12:06 UTC (rev 26366)
@@ -1 +1 @@
-0c788fbc3fe159001e413a757e3855b0
\ No newline at end of file
+280453ac0107f3fb8e927962b6476801
\ 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-04 18:43:27 UTC (rev 26365)
+++ maven2/org/twdata/maven/maven-cli-plugin/maven-metadata.xml.sha1	2009-05-04 19:12:06 UTC (rev 26366)
@@ -1 +1 @@
-0685d13360a4e2191a45d268d9296889cd68dab1
\ No newline at end of file
+a3fc6160fa80eba3e0a70ff6c9c905381447aaaa
\ No newline at end of file

Added: maven2/org/twdata/maven/maven-cli-plugin-parent/0.6.3.CR2/maven-cli-plugin-parent-0.6.3.CR2.pom
===================================================================
--- maven2/org/twdata/maven/maven-cli-plugin-parent/0.6.3.CR2/maven-cli-plugin-parent-0.6.3.CR2.pom	                        (rev 0)
+++ maven2/org/twdata/maven/maven-cli-plugin-parent/0.6.3.CR2/maven-cli-plugin-parent-0.6.3.CR2.pom	2009-05-04 19:12:06 UTC (rev 26366)
@@ -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.CR2</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:///home/dallen/tmp/junk/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.CR2/maven-cli-plugin-parent-0.6.3.CR2.pom.md5
===================================================================
--- maven2/org/twdata/maven/maven-cli-plugin-parent/0.6.3.CR2/maven-cli-plugin-parent-0.6.3.CR2.pom.md5	                        (rev 0)
+++ maven2/org/twdata/maven/maven-cli-plugin-parent/0.6.3.CR2/maven-cli-plugin-parent-0.6.3.CR2.pom.md5	2009-05-04 19:12:06 UTC (rev 26366)
@@ -0,0 +1 @@
+9114ba496274cf3962595702ccbf1668
\ No newline at end of file

Added: maven2/org/twdata/maven/maven-cli-plugin-parent/0.6.3.CR2/maven-cli-plugin-parent-0.6.3.CR2.pom.sha1
===================================================================
--- maven2/org/twdata/maven/maven-cli-plugin-parent/0.6.3.CR2/maven-cli-plugin-parent-0.6.3.CR2.pom.sha1	                        (rev 0)
+++ maven2/org/twdata/maven/maven-cli-plugin-parent/0.6.3.CR2/maven-cli-plugin-parent-0.6.3.CR2.pom.sha1	2009-05-04 19:12:06 UTC (rev 26366)
@@ -0,0 +1 @@
+68663895a46c9d25f0b5ad034e35f21517ddb8b3
\ 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-04 18:43:27 UTC (rev 26365)
+++ maven2/org/twdata/maven/maven-cli-plugin-parent/maven-metadata.xml	2009-05-04 19:12:06 UTC (rev 26366)
@@ -5,7 +5,8 @@
   <versioning>
     <versions>
       <version>0.6.3.CR1</version>
+      <version>0.6.3.CR2</version>
     </versions>
-    <lastUpdated>20090501223527</lastUpdated>
+    <lastUpdated>20090504191047</lastUpdated>
   </versioning>
 </metadata>
\ No newline at end of file

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-04 18:43:27 UTC (rev 26365)
+++ maven2/org/twdata/maven/maven-cli-plugin-parent/maven-metadata.xml.md5	2009-05-04 19:12:06 UTC (rev 26366)
@@ -1 +1 @@
-43c0dd23dc326092c85c23ecbbd5e245
\ No newline at end of file
+ff5440616ff4194d9cb23d4f5f798118
\ 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-04 18:43:27 UTC (rev 26365)
+++ maven2/org/twdata/maven/maven-cli-plugin-parent/maven-metadata.xml.sha1	2009-05-04 19:12:06 UTC (rev 26366)
@@ -1 +1 @@
-f7a9659938713954aaa2ef29b6646f13002f4255
\ No newline at end of file
+b5d8a07cdfb7c4923d3477129f2d12eadd8bf372
\ No newline at end of file




More information about the jboss-cvs-commits mailing list