[jboss-maven2-commits] Repository SVN: r30894 - in maven2/org/codehaus/mojo/gwt-maven-plugin: 1.2.0-11137 and 1 other directory.

jboss-maven2-commits at lists.jboss.org jboss-maven2-commits at lists.jboss.org
Tue Nov 10 05:25:20 EST 2009


Author: heiko.braun at jboss.com
Date: 2009-11-10 05:25:20 -0500 (Tue, 10 Nov 2009)
New Revision: 30894

Added:
   maven2/org/codehaus/mojo/gwt-maven-plugin/1.2.0-11137/
   maven2/org/codehaus/mojo/gwt-maven-plugin/1.2.0-11137/gwt-maven-plugin-1.2.0-11137.jar
   maven2/org/codehaus/mojo/gwt-maven-plugin/1.2.0-11137/gwt-maven-plugin-1.2.0-11137.jar.md5
   maven2/org/codehaus/mojo/gwt-maven-plugin/1.2.0-11137/gwt-maven-plugin-1.2.0-11137.jar.sha1
   maven2/org/codehaus/mojo/gwt-maven-plugin/1.2.0-11137/gwt-maven-plugin-1.2.0-11137.pom
   maven2/org/codehaus/mojo/gwt-maven-plugin/1.2.0-11137/gwt-maven-plugin-1.2.0-11137.pom.md5
   maven2/org/codehaus/mojo/gwt-maven-plugin/1.2.0-11137/gwt-maven-plugin-1.2.0-11137.pom.sha1
Modified:
   maven2/org/codehaus/mojo/gwt-maven-plugin/maven-metadata.xml
   maven2/org/codehaus/mojo/gwt-maven-plugin/maven-metadata.xml.md5
   maven2/org/codehaus/mojo/gwt-maven-plugin/maven-metadata.xml.sha1
Log:
Added gwt-maven-plugin 1.2.0-11137

Added: maven2/org/codehaus/mojo/gwt-maven-plugin/1.2.0-11137/gwt-maven-plugin-1.2.0-11137.jar
===================================================================
(Binary files differ)


Property changes on: maven2/org/codehaus/mojo/gwt-maven-plugin/1.2.0-11137/gwt-maven-plugin-1.2.0-11137.jar
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: maven2/org/codehaus/mojo/gwt-maven-plugin/1.2.0-11137/gwt-maven-plugin-1.2.0-11137.jar.md5
===================================================================
--- maven2/org/codehaus/mojo/gwt-maven-plugin/1.2.0-11137/gwt-maven-plugin-1.2.0-11137.jar.md5	                        (rev 0)
+++ maven2/org/codehaus/mojo/gwt-maven-plugin/1.2.0-11137/gwt-maven-plugin-1.2.0-11137.jar.md5	2009-11-10 10:25:20 UTC (rev 30894)
@@ -0,0 +1 @@
+44be991d8b0bd56eaba602f96c808c6e
\ No newline at end of file

Added: maven2/org/codehaus/mojo/gwt-maven-plugin/1.2.0-11137/gwt-maven-plugin-1.2.0-11137.jar.sha1
===================================================================
--- maven2/org/codehaus/mojo/gwt-maven-plugin/1.2.0-11137/gwt-maven-plugin-1.2.0-11137.jar.sha1	                        (rev 0)
+++ maven2/org/codehaus/mojo/gwt-maven-plugin/1.2.0-11137/gwt-maven-plugin-1.2.0-11137.jar.sha1	2009-11-10 10:25:20 UTC (rev 30894)
@@ -0,0 +1 @@
+b2cadbcf080179824d73aa9d585deaca74a5fbea
\ No newline at end of file

Added: maven2/org/codehaus/mojo/gwt-maven-plugin/1.2.0-11137/gwt-maven-plugin-1.2.0-11137.pom
===================================================================
--- maven2/org/codehaus/mojo/gwt-maven-plugin/1.2.0-11137/gwt-maven-plugin-1.2.0-11137.pom	                        (rev 0)
+++ maven2/org/codehaus/mojo/gwt-maven-plugin/1.2.0-11137/gwt-maven-plugin-1.2.0-11137.pom	2009-11-10 10:25:20 UTC (rev 30894)
@@ -0,0 +1,392 @@
+<?xml version="1.0" encoding="UTF-8"?>
+  <!--
+    ~ Licensed to the Apache Software Foundation (ASF) under one ~ or more contributor license agreements. See the
+    NOTICE file ~ distributed with this work for additional information ~ regarding copyright ownership. The ASF
+    licenses this file ~ to you under the Apache License, Version 2.0 (the ~ "License"); you may not use this file
+    except in compliance ~ with the License. You may obtain a copy of the License at ~ ~
+    http://www.apache.org/licenses/LICENSE-2.0 ~ ~ Unless required by applicable law or agreed to in writing, ~ software
+    distributed under the License is distributed on an ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY ~ KIND,
+    either express or implied. See the License for the ~ specific language governing permissions and limitations ~ under
+    the License.
+  -->
+<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/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>org.codehaus.mojo</groupId>
+    <artifactId>mojo-parent</artifactId>
+    <version>22</version>
+  </parent>
+  <artifactId>gwt-maven-plugin</artifactId>
+  <version>1.2.0-11137</version>
+  <packaging>maven-plugin</packaging>
+  <name>Maven GWT Plugin</name>
+  <description>
+    Maven plugin for the Google Web Toolkit.
+  </description>
+  <url>http://mojo.codehaus.org/gwt-maven-plugin</url>
+  <inceptionYear>2007</inceptionYear>
+  <prerequisites>
+    <maven>2.0.9</maven>
+  </prerequisites>
+  <licenses>
+    <license>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <name>Apache 2.0</name>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
+  <developers>
+    <developer>
+      <id>ndeloof</id>
+      <name>Nicolas De Loof</name>
+      <email>nicolas at apache.org</email>
+    </developer>
+    <developer>
+      <id>charlie.collins</id>
+      <name>Charlie Collins</name>
+      <email>charlie.collins at gmail.com</email>
+    </developer>
+    <developer>
+      <id>olamy</id>
+      <name>Olivier Lamy</name>
+      <email>olamy at apache.org</email>
+    </developer>
+  </developers>
+  <contributors>
+    <contributor>
+      <name>Robert Scholte</name>
+    </contributor>
+    <contributor>
+      <name>Stefan Hübner</name>
+    </contributor>
+  </contributors>
+  <mailingLists>
+    <mailingList>
+      <name>gwt-maven-plugin User List</name>
+      <subscribe>codehaus-mojo-gwt-maven-plugin-users-subscribe at googlegroups.com</subscribe>
+      <unsubscribe>codehaus-mojo-gwt-maven-plugin-users+unsubscribe at googlegroups.com</unsubscribe>
+      <post>codehaus-mojo-gwt-maven-plugin-users at googlegroups.com</post>
+      <archive>http://groups.google.com/group/codehaus-mojo-gwt-maven-plugin-users</archive>
+    </mailingList>
+    <mailingList>
+      <name>General Mojo User List</name>
+      <subscribe>user-subscribe at mojo.codehaus.org</subscribe>
+      <unsubscribe>user-unsubscribe at mojo.codehaus.org</unsubscribe>
+      <post>user at mojo.codehaus.org</post>
+      <archive>http://archive.hausfoundation.org/lists/org.codehaus.mojo.user</archive>
+      <otherArchives>
+        <otherArchive>http://www.nabble.com/mojo---user-f11980.html</otherArchive>
+        <otherArchive>http://markmail.org/list/org.codehaus.mojo.user</otherArchive>
+      </otherArchives>
+    </mailingList>
+    <mailingList>
+      <name>General Mojo Development List</name>
+      <subscribe>dev-subscribe at mojo.codehaus.org</subscribe>
+      <unsubscribe>dev-unsubscribe at mojo.codehaus.org</unsubscribe>
+      <post>dev at mojo.codehaus.org</post>
+      <archive>http://archive.hausfoundation.org/lists/org.codehaus.mojo.dev</archive>
+      <otherArchives>
+        <otherArchive>http://www.nabble.com/mojo---dev-f11981.html</otherArchive>
+        <otherArchive>http://markmail.org/list/org.codehaus.mojo.dev</otherArchive>
+      </otherArchives>
+    </mailingList>
+  </mailingLists>
+  <scm>
+    <connection>scm:svn:http://svn.codehaus.org/mojo/trunk/mojo/gwt-maven-plugin</connection>
+    <developerConnection>scm:svn:https://svn.codehaus.org/mojo/trunk/mojo/gwt-maven-plugin</developerConnection>
+    <url>http://fisheye.codehaus.org/browse/mojo/trunk/mojo/gwt-maven-plugin</url>
+  </scm>
+  <issueManagement>
+    <system>jira</system>
+    <url>http://jira.codehaus.org/browse/MGWT</url>
+  </issueManagement>
+  <properties>
+    <ciVersion>0.0.0.0</ciVersion>
+    <maven.compiler.source>1.5</maven.compiler.source>
+    <maven.compiler.target>1.5</maven.compiler.target>
+  </properties>
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.maven</groupId>
+      <artifactId>maven-project</artifactId>
+      <version>2.0.9</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.maven</groupId>
+      <artifactId>maven-model</artifactId>
+      <version>2.0.9</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.maven</groupId>
+      <artifactId>maven-artifact</artifactId>
+      <version>2.0.9</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.maven</groupId>
+      <artifactId>maven-plugin-api</artifactId>
+      <version>2.0.9</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.maven.reporting</groupId>
+      <artifactId>maven-reporting-api</artifactId>
+      <version>2.0.9</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.maven.reporting</groupId>
+      <artifactId>maven-reporting-impl</artifactId>
+      <version>2.0.4.1</version>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.plexus</groupId>
+      <artifactId>plexus-utils</artifactId>
+      <version>1.5.9</version>
+    </dependency>
+    <dependency>
+      <groupId>com.thoughtworks.qdox</groupId>
+      <artifactId>qdox</artifactId>
+      <version>1.9</version>
+    </dependency>
+    <dependency>
+      <!-- used to generate eclipse .lanch files -->
+      <groupId>freemarker</groupId>
+      <artifactId>freemarker</artifactId>
+      <version>2.3.6</version>
+    </dependency>
+    <dependency>
+      <!-- used to unpack gwt native libs -->
+      <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>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>3.8.2</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <!-- used to run GWTTestCases -->
+      <groupId>org.apache.maven.surefire</groupId>
+      <artifactId>surefire-booter</artifactId>
+      <version>2.4.3</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.maven.surefire</groupId>
+      <artifactId>surefire-api</artifactId>
+      <version>2.4.3</version>
+    </dependency>
+    <dependency>
+      <groupId>commons-io</groupId>
+      <artifactId>commons-io</artifactId>
+      <version>1.4</version>
+    </dependency>
+    <dependency>
+      <groupId>org.jdom</groupId>
+      <artifactId>jdom</artifactId>
+      <version>1.1</version>
+    </dependency>
+    <dependency>
+      <groupId>jaxen</groupId>
+      <artifactId>jaxen</artifactId>
+      <version>1.1.1</version>
+    </dependency>
+    <dependency>
+      <groupId>bcel</groupId>
+      <artifactId>bcel</artifactId>
+      <version>5.1</version>
+    </dependency>
+    <dependency>
+      <!-- required when running GWT 1.6 Hosted server to fix JAXP parser mismatches -->
+      <groupId>xerces</groupId>
+      <artifactId>xercesImpl</artifactId>
+      <version>2.9.1</version>
+    </dependency>
+    <dependency>
+      <groupId>classworlds</groupId>
+      <artifactId>classworlds</artifactId>
+      <version>1.1-alpha-2</version>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.plexus</groupId>
+      <artifactId>plexus-compiler-api</artifactId>
+      <version>1.5.3</version>
+    </dependency>
+
+
+    <dependency>
+      <groupId>org.apache.maven.shared</groupId>
+      <artifactId>maven-plugin-testing-harness</artifactId>
+      <version>1.0-beta-1</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.google.gwt</groupId>
+      <artifactId>gwt-user</artifactId>
+      <version>1.6.4</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <!-- used to check for up-to-date compilation output -->
+      <groupId>org.codehaus.plexus</groupId>
+      <artifactId>plexus-compiler-javac</artifactId>
+      <version>1.5.3</version>
+    </dependency>
+  </dependencies>
+  <profiles>
+
+    <profile>
+      <id>run-its</id>
+      <activation>
+        <property>
+          <name>skipTests</name>
+          <value>!true</value>
+        </property>
+      </activation>
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-invoker-plugin</artifactId>
+            <version>1.3</version>
+            <configuration>
+              <debug>true</debug>
+              <projectsDirectory>src/it</projectsDirectory>
+              <pomIncludes>
+                <pomInclude>*/pom.xml</pomInclude>
+              </pomIncludes>
+              <postBuildHookScript>verify</postBuildHookScript>
+              <localRepositoryPath>${project.build.directory}/local-repo</localRepositoryPath>
+              <goals>
+                <goal>clean</goal>
+                <goal>integration-test</goal>
+              </goals>
+              <settingsFile>src/it/settings.xml</settingsFile>
+              <cloneProjectsTo>${project.build.directory}/it</cloneProjectsTo>
+            </configuration>
+            <executions>
+              <execution>
+                <id>integration-test</id>
+                <goals>
+                  <goal>install</goal>
+                  <goal>run</goal>
+                </goals>
+              </execution>
+            </executions>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+
+  </profiles>
+
+  <build>
+    <resources>
+      <resource>
+        <directory>src/main/resources</directory>
+        <filtering>true</filtering>
+      </resource>
+    </resources>
+    <plugins>
+      <plugin>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <configuration>
+          <source>${maven.compiler.source}</source>
+          <target>${maven.compiler.target}</target>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.codehaus.plexus</groupId>
+        <artifactId>plexus-component-metadata</artifactId>
+        <version>1.0-beta-1</version>
+        <executions>
+          <execution>
+            <goals>
+              <goal>generate-metadata</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-plugin-plugin</artifactId>
+        <version>2.4.2</version>
+        <configuration>
+          <requirements>
+            <jdk>${maven.compiler.target}</jdk>
+          </requirements>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-resources-plugin</artifactId>
+        <version>2.4</version>
+        <configuration>
+          <escapeString>\</escapeString>
+        </configuration>
+      </plugin>
+      <plugin>
+        <artifactId>maven-pdf-plugin</artifactId>
+        <version>1.0</version>
+        <executions>
+          <execution>
+            <phase>pre-site</phase>
+            <goals>
+              <goal>pdf</goal>
+            </goals>
+          </execution>
+        </executions>
+        <configuration>
+          <outputDirectory>${project.build.directory}/site/pdf</outputDirectory>
+        </configuration>
+      </plugin>
+      <plugin>
+        <artifactId>maven-site-plugin</artifactId>
+        <version>2.0.1</version>
+          <configuration>
+            <stagingSiteURL>dav:https://dav.codehaus.org/mojo/${project.artifactId}-${project.version}</stagingSiteURL>
+          </configuration>
+      </plugin>
+    </plugins>
+  </build>
+
+  <reporting>
+    <plugins>
+      <plugin>
+        <artifactId>maven-pmd-plugin</artifactId>
+        <version>2.3</version>
+        <configuration>
+          <targetJdk>1.5</targetJdk>
+        </configuration>
+      </plugin>
+      <plugin>
+        <artifactId>maven-checkstyle-plugin</artifactId>
+        <version>2.2</version>
+        <configuration>
+          <enableRulesSummary>false</enableRulesSummary>
+          <configLocation>http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-checkstyle-plugin/src/main/resources/config/maven_checks.xml</configLocation>
+          <headerLocation>http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-checkstyle-plugin/src/main/resources/config/maven-header.txt</headerLocation>
+        </configuration>
+      </plugin>
+    </plugins>
+  </reporting>
+
+  <pluginRepositories>
+    <pluginRepository>
+      <id>apache.snapshots</id>
+      <url>https://repository.apache.org/content/repositories/snapshots</url>
+      <snapshots><enabled>true</enabled></snapshots>
+      <releases><enabled>false</enabled></releases>
+    </pluginRepository>
+  </pluginRepositories>
+
+</project>

Added: maven2/org/codehaus/mojo/gwt-maven-plugin/1.2.0-11137/gwt-maven-plugin-1.2.0-11137.pom.md5
===================================================================
--- maven2/org/codehaus/mojo/gwt-maven-plugin/1.2.0-11137/gwt-maven-plugin-1.2.0-11137.pom.md5	                        (rev 0)
+++ maven2/org/codehaus/mojo/gwt-maven-plugin/1.2.0-11137/gwt-maven-plugin-1.2.0-11137.pom.md5	2009-11-10 10:25:20 UTC (rev 30894)
@@ -0,0 +1 @@
+6905c4e3e48e1f73f93c4e2cf8451007
\ No newline at end of file

Added: maven2/org/codehaus/mojo/gwt-maven-plugin/1.2.0-11137/gwt-maven-plugin-1.2.0-11137.pom.sha1
===================================================================
--- maven2/org/codehaus/mojo/gwt-maven-plugin/1.2.0-11137/gwt-maven-plugin-1.2.0-11137.pom.sha1	                        (rev 0)
+++ maven2/org/codehaus/mojo/gwt-maven-plugin/1.2.0-11137/gwt-maven-plugin-1.2.0-11137.pom.sha1	2009-11-10 10:25:20 UTC (rev 30894)
@@ -0,0 +1 @@
+e2eee7993912a6859006b10a1b4333fc9c648a54
\ No newline at end of file

Modified: maven2/org/codehaus/mojo/gwt-maven-plugin/maven-metadata.xml
===================================================================
--- maven2/org/codehaus/mojo/gwt-maven-plugin/maven-metadata.xml	2009-11-10 09:36:25 UTC (rev 30893)
+++ maven2/org/codehaus/mojo/gwt-maven-plugin/maven-metadata.xml	2009-11-10 10:25:20 UTC (rev 30894)
@@ -5,9 +5,11 @@
   <artifactId>gwt-maven-plugin</artifactId>
   <version>1.2.jboss</version>
   <versioning>
+    <latest>1.2.0-11137</latest>
     <versions>
       <version>1.2.jboss</version>
+      <version>1.2.0-11137</version>
     </versions>
-    <lastUpdated>20091007124449</lastUpdated>
+    <lastUpdated>20091110102410</lastUpdated>
   </versioning>
 </metadata>

Modified: maven2/org/codehaus/mojo/gwt-maven-plugin/maven-metadata.xml.md5
===================================================================
--- maven2/org/codehaus/mojo/gwt-maven-plugin/maven-metadata.xml.md5	2009-11-10 09:36:25 UTC (rev 30893)
+++ maven2/org/codehaus/mojo/gwt-maven-plugin/maven-metadata.xml.md5	2009-11-10 10:25:20 UTC (rev 30894)
@@ -1 +1 @@
-a5a7b404cb636ffa3850b7d7af6bc1c2
\ No newline at end of file
+3a06c68285a38f6c0209e159d4e9d868
\ No newline at end of file

Modified: maven2/org/codehaus/mojo/gwt-maven-plugin/maven-metadata.xml.sha1
===================================================================
--- maven2/org/codehaus/mojo/gwt-maven-plugin/maven-metadata.xml.sha1	2009-11-10 09:36:25 UTC (rev 30893)
+++ maven2/org/codehaus/mojo/gwt-maven-plugin/maven-metadata.xml.sha1	2009-11-10 10:25:20 UTC (rev 30894)
@@ -1 +1 @@
-b96a801c4f523ca620e4cb09e21732a795c4d2b4
\ No newline at end of file
+2c3d8dc8e858ff6e4d7a8643fe68495370f3265e
\ No newline at end of file



More information about the jboss-maven2-commits mailing list