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

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Tue Oct 19 08:34:25 EDT 2010


Author: lkrzyzanek
Date: 2010-10-19 08:34:25 -0400 (Tue, 19 Oct 2010)
New Revision: 35567

Modified:
   labs/jbosslabs/labs-3.0-build/integration/sbs/reports/trunk/pom.xml
Log:
Removed compiler definition - it's defined in 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-19 12:26:45 UTC (rev 35566)
+++ labs/jbosslabs/labs-3.0-build/integration/sbs/reports/trunk/pom.xml	2010-10-19 12:34:25 UTC (rev 35567)
@@ -18,14 +18,6 @@
   <build>
     <finalName>reports-plugin</finalName>
     <plugins>
-      <!-- For compilation-->
-      <plugin>
-        <artifactId>maven-compiler-plugin</artifactId>
-        <configuration>
-          <source>1.6</source>
-          <target>1.6</target>
-        </configuration>
-      </plugin>
       <!-- Weave transactions into the plugin -->
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
@@ -119,75 +111,5 @@
 
     </plugins>
   </build>
-  <dependencies>
-    <dependency>
-      <groupId>com.jivesoftware</groupId>
-      <artifactId>jive-sbs-employee</artifactId>
-      <version>${sbs.version}</version>
-      <type>jar</type>
-      <scope>provided</scope>
-    </dependency>
 
-    <dependency>
-      <groupId>com.jivesoftware</groupId>
-      <artifactId>jive-sbs-employee-all</artifactId>
-      <version>${sbs.version}</version>
-      <type>pom</type>
-      <scope>provided</scope>
-    </dependency>
-
-    <dependency>
-      <groupId>javax.servlet</groupId>
-      <artifactId>servlet-api</artifactId>
-      <version>2.3</version>
-      <type>jar</type>
-      <scope>provided</scope>
-    </dependency>
-    <!-- The following dependencies are for unit testing-->
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>4.4</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.objenesis</groupId>
-      <artifactId>objenesis</artifactId>
-      <version>1.0</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>cglib</groupId>
-      <artifactId>cglib</artifactId>
-      <version>2.1</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.jmock</groupId>
-      <artifactId>jmock-junit4</artifactId>
-      <version>2.4.0</version>
-      <scope>test</scope>
-    </dependency>
-  </dependencies>
-
-  <reporting>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-changes-plugin</artifactId>
-        <reportSets>
-          <reportSet>
-            <reports>
-              <report>changes-report</report>
-            </reports>
-          </reportSet>
-        </reportSets>
-      </plugin>
-      <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>cobertura-maven-plugin</artifactId>
-      </plugin>
-    </plugins>
-  </reporting>
-
 </project>



More information about the jboss-svn-commits mailing list