Blob Blame History Raw
diff -Naur 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-03-15 10:15:45.699999974 +0100
+++ weld-core-1.1.5.AS71.Final-work/pom.xml	2012-03-15 10:46:10.320001536 +0100
@@ -523,42 +523,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 +558,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 +600,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>