[webbeans-commits] Webbeans SVN: r792 - ri/trunk.

webbeans-commits at lists.jboss.org webbeans-commits at lists.jboss.org
Tue Jan 6 16:53:02 EST 2009


Author: pete.muir at jboss.org
Date: 2009-01-06 16:53:01 -0500 (Tue, 06 Jan 2009)
New Revision: 792

Modified:
   ri/trunk/pom.xml
Log:
ws

Modified: ri/trunk/pom.xml
===================================================================
--- ri/trunk/pom.xml	2009-01-06 18:49:11 UTC (rev 791)
+++ ri/trunk/pom.xml	2009-01-06 21:53:01 UTC (rev 792)
@@ -70,7 +70,6 @@
          <dependency>
             <groupId>org.testng</groupId>
             <artifactId>testng</artifactId>
-
             <version>5.8</version>
             <classifier>jdk15</classifier>
          </dependency>
@@ -78,7 +77,6 @@
          <dependency>
             <groupId>javax.ejb</groupId>
             <artifactId>ejb-api</artifactId>
-
             <version>3.0</version>
          </dependency>
 
@@ -86,7 +84,6 @@
             <groupId>javax.annotation</groupId>
             <artifactId>jsr250-api</artifactId>
             <version>1.0</version>
-
          </dependency>
 
          <dependency>
@@ -103,7 +100,6 @@
 
          <dependency>
             <groupId>javax.servlet</groupId>
-
             <artifactId>servlet-api</artifactId>
             <version>2.5</version>
          </dependency>
@@ -111,7 +107,6 @@
          <dependency>
             <groupId>javax.transaction</groupId>
             <artifactId>jta</artifactId>
-
             <version>1.0.1B</version>
          </dependency>
 
@@ -137,7 +132,6 @@
 
          <dependency>
             <groupId>com.google.collections</groupId>
-
             <artifactId>google-collections</artifactId>
             <version>0.8</version>
          </dependency>
@@ -164,7 +158,6 @@
 
          <dependency>
             <groupId>javax.el</groupId>
-
             <artifactId>el-ri</artifactId>
             <version>1.2</version>
          </dependency>
@@ -199,7 +192,6 @@
             <artifactId>wagon-webdav</artifactId>
             <version>1.0-beta-2</version>
          </extension>
-
       </extensions>
       <plugins>
          <plugin>
@@ -208,7 +200,6 @@
             <executions>
                <execution>
                   <id>attach-sources</id>
-
                   <phase>verify</phase>
                   <goals>
                      <goal>jar</goal>
@@ -225,7 +216,6 @@
                <artifactId>maven-compiler-plugin</artifactId>
                <version>2.0.2</version>
                <configuration>
-
                   <source>1.5</source>
                   <target>1.5</target>
                </configuration>
@@ -233,7 +223,6 @@
             <plugin>
                <groupId>org.codehaus.mojo</groupId>
                <artifactId>cobertura-maven-plugin</artifactId>
-
                <version>2.2</version>
             </plugin>
             <plugin>
@@ -241,7 +230,6 @@
                <artifactId>maven-jar-plugin</artifactId>
                <configuration>
                   <archive>
-
                      <manifest>
                         <addDefaultImplementationEntries>
                            true
@@ -262,7 +250,6 @@
       <profile>
          <id>coverage</id>
          <activation>
-
             <property>
                <name>coverage</name>
             </property>
@@ -271,7 +258,6 @@
             <plugins>
                <plugin>
                   <groupId>org.codehaus.mojo</groupId>
-
                   <artifactId>emma-maven-plugin</artifactId>
                   <version>1.0-alpha-1</version>
                   <inherited>true</inherited>
@@ -288,7 +274,6 @@
                <plugin>
                   <groupId>org.apache.maven.plugins</groupId>
                   <artifactId>maven-surefire-plugin</artifactId>
-
                   <inherited>true</inherited>
                   <configuration>
                      <forkMode>once</forkMode>
@@ -307,7 +292,6 @@
    <ciManagement>
       <system>Hudson</system>
       <url />
-
    </ciManagement>
 
    <issueManagement>
@@ -325,7 +309,6 @@
    </licenses>
 
    <scm>
-
       <connection>scm:svn:http://anonsvn.jboss.org/repos/webbeans/ri</connection>
       <developerConnection>scm:svn:https://svn.jboss.org/repos/webbeans/ri</developerConnection>
       <url>http://fisheye.jboss.org/browse/WebBeans/ri</url>
@@ -334,7 +317,6 @@
    <distributionManagement>
       <repository>
          <!-- Copy the dist to the local checkout of the JBoss maven2 repo ${maven.repository.root} -->
-
          <!-- It is anticipated that ${maven.repository.root} be set in user's settings.xml -->
          <!-- todo : replace this with direct svn access once the svnkit providers are available -->
          <id>repository.jboss.org</id>
@@ -342,7 +324,6 @@
       </repository>
       <snapshotRepository>
          <id>snapshots.jboss.org</id>
-
          <name>JBoss Snapshot Repository</name>
          <url>dav:https://snapshots.jboss.org/maven2</url>
       </snapshotRepository>
@@ -351,7 +332,6 @@
    <reporting>
       <plugins>
          <plugin>
-
             <groupId>org.codehaus.mojo</groupId>
             <artifactId>cobertura-maven-plugin</artifactId>
             <configuration>
@@ -359,7 +339,6 @@
                   <format>html</format>
                   <format>xml</format>
                </formats>
-
                <instrumentation>
                   <ignores>
                      <ignore>javax.webbeans.*</ignore>




More information about the weld-commits mailing list