Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > 7ea4cb34629b90b84c097012080b53dc > files > 4

weld-core-1.1.5-4.mga3.src.rpm

diff -Nru weld-core-1.1.5.AS71.Final/pom.xml weld-core-1.1.5.AS71.Final-work/pom.xml
--- weld-core-1.1.5.AS71.Final/pom.xml	2012-05-25 15:01:06.000000000 +0200
+++ weld-core-1.1.5.AS71.Final-work/pom.xml	2012-05-26 15:05:55.993574782 +0200
@@ -39,7 +39,6 @@
         <cargo.maven2.plugin.version>1.0</cargo.maven2.plugin.version>
         <cdi.api.version>1.0-SP4</cdi.api.version>
         <cdi.tck.version>1.0.4.SP3</cdi.tck.version>
-        <checkstyle.plugin.version>2.5</checkstyle.plugin.version>
         <contiperf.version>1.06</contiperf.version>
         <findbugs-maven-plugin.version>2.3.2</findbugs-maven-plugin.version>
         <glassfish.el.version>2.1.2-b04</glassfish.el.version>
@@ -73,7 +72,6 @@
     </properties>
 
     <modules>
-        <module>build-config</module>
         <module>impl</module>
     </modules>
 
@@ -396,12 +394,6 @@
 
             <dependency>
                 <groupId>org.jboss.weld</groupId>
-                <artifactId>weld-build-config</artifactId>
-                <version>${project.version}</version>
-            </dependency>
-
-            <dependency>
-                <groupId>org.jboss.weld</groupId>
                 <artifactId>weld-core</artifactId>
                 <version>${project.version}</version>
             </dependency>
@@ -495,13 +487,6 @@
 
     </dependencyManagement>
 
-    <dependencies>
-        <dependency>
-            <groupId>org.jboss.weld</groupId>
-            <artifactId>weld-build-config</artifactId>
-        </dependency>
-    </dependencies>
-
     <build>
         <pluginManagement>
             <plugins>
@@ -523,42 +508,9 @@
                     <artifactId>selenium-maven-plugin</artifactId>
                     <version>${selenium.maven.plugin.version}</version>
                 </plugin>
-                <plugin>
-                    <groupId>org.apache.maven.plugins</groupId>
-                    <artifactId>maven-checkstyle-plugin</artifactId>
-                    <version>${checkstyle.plugin.version}</version>
-                    <configuration>
-                        <configLocation>weld-checkstyle/checkstyle.xml</configLocation>
-                        <consoleOutput>true</consoleOutput>
-                        <failsOnError>true</failsOnError>
-                        <useFile />
-                    </configuration>
-                    <dependencies>
-                        <dependency>
-                            <groupId>org.jboss.weld</groupId>
-                            <artifactId>weld-build-config</artifactId>
-                            <version>${project.version}</version>
-                        </dependency>
-                    </dependencies>
-                    <executions>
-                        <execution>
-                            <id>check-style</id>
-                            <phase>compile</phase>
-                            <goals>
-                                <goal>checkstyle</goal>
-                            </goals>
-                        </execution>
-                    </executions>
-                </plugin>
             </plugins>
 
         </pluginManagement>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-checkstyle-plugin</artifactId>
-            </plugin>
-        </plugins>
     </build>
 
 
@@ -591,13 +543,6 @@
                     <value>!false</value>
                 </property>
             </activation>
-            <modules>
-                <module>porting-package</module>
-                <module>tests</module>
-                <module>tests-arquillian</module>
-                <module>inject-tck-runner</module>
-                <module>jboss-tck-runner</module>
-            </modules>
         </profile>
         <profile>
             <id>examples</id>
@@ -640,11 +585,6 @@
                     <value>!false</value>
                 </property>
             </activation>
-            <modules>
-                <module>environments/se/core</module>
-                <module>environments/se/build</module>
-                <module>environments/servlet</module>
-            </modules>
         </profile>
         <profile>
             <id>bundles</id>