[jboss-svn-commits] JBL Code SVN: r35589 - labs/jbosslabs/labs-3.0-build/integration/sbs/reports/trunk.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Wed Oct 20 07:00:12 EDT 2010


Author: velias
Date: 2010-10-20 07:00:12 -0400 (Wed, 20 Oct 2010)
New Revision: 35589

Modified:
   labs/jbosslabs/labs-3.0-build/integration/sbs/reports/trunk/pom.xml
Log:
POM cleanup, some other plugin settings moved to parent pom

Modified: labs/jbosslabs/labs-3.0-build/integration/sbs/reports/trunk/pom.xml
===================================================================
--- labs/jbosslabs/labs-3.0-build/integration/sbs/reports/trunk/pom.xml	2010-10-20 11:00:06 UTC (rev 35588)
+++ labs/jbosslabs/labs-3.0-build/integration/sbs/reports/trunk/pom.xml	2010-10-20 11:00:12 UTC (rev 35589)
@@ -2,6 +2,7 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0"
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.jboss.community.sbs.plugin</groupId>
   <artifactId>reports</artifactId>
@@ -15,33 +16,26 @@
     <version>1.0.0</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
+  
+  <developers>
+    <developer>
+      <name>Libor Krzyzanek</name>
+      <organization>Red Hat</organization>
+      <id>lkrzyzan</id>
+      <email>lkrzyzan at redhat.com</email>
+    </developer>
+    <developer>
+      <name>Vlastimil Elias</name>
+      <organization>Red Hat</organization>
+      <id>velias</id>
+      <email>velias at redhat.com</email>
+    </developer>
+  </developers>
+  
   <build>
     <finalName>reports-plugin</finalName>
     <plugins>
-      <!-- Weave transactions into the plugin -->
       <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>aspectj-maven-plugin</artifactId>
-        <version>1.1</version>
-        <configuration>
-          <aspectLibraries>
-            <aspectLibrary>
-              <groupId>org.springframework</groupId>
-              <artifactId>spring-aspects</artifactId>
-            </aspectLibrary>
-          </aspectLibraries>
-          <source>1.6</source>
-        </configuration>
-        <executions>
-          <execution>
-            <goals>
-              <goal>compile</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
-
-      <plugin>
         <artifactId>maven-assembly-plugin</artifactId>
         <executions>
           <execution>
@@ -86,29 +80,6 @@
           </execution>
         </executions>
       </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-source-plugin</artifactId>
-        <executions>
-          <execution>
-            <id>attach-sources</id>
-            <phase>verify</phase>
-            <goals>
-              <goal>jar</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
-      <!-- For unit testing -->
-      <plugin>
-        <artifactId>maven-surefire-plugin</artifactId>
-        <configuration>
-          <excludes>
-            <exclude>**/selenium/*Test.java</exclude>
-          </excludes>
-        </configuration>
-      </plugin>
-
     </plugins>
   </build>
 



More information about the jboss-svn-commits mailing list