]> source.dussan.org Git - gwtquery.git/commitdiff
removed unnedded maven plugins and modules
authorManolo Carrasco <manolo@apache.org>
Fri, 27 Aug 2010 11:34:35 +0000 (11:34 +0000)
committerManolo Carrasco <manolo@apache.org>
Fri, 27 Aug 2010 11:34:35 +0000 (11:34 +0000)
gwtquery-core/pom.xml
plugins/pom.xml
pom.xml

index c7886605f7eaf4f4e3e68f627abda3926579862b..23c9e4c39d83999145fe7a34307a50629a23fc47 100644 (file)
             </testResource>
         </testResources>
         <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-source-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <phase>package</phase>
-                        <goals>
-                            <goal>jar</goal>
-                        </goals>
-                    </execution>
-                </executions>
-            </plugin>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-javadoc-plugin</artifactId>
                 <executions>
                     <execution>
                         <id>attach-javadocs</id>
+                        <phase>verify</phase>
                         <goals>
                             <goal>jar</goal>
                         </goals>
index 9a0d8f95a2c01f97fab59fee1118f6b7fdd71140..24fe56f3430196cc2b71cdfeb01d40a8b08f8aed 100644 (file)
@@ -16,7 +16,6 @@
             <groupId>${groupId}</groupId>
             <artifactId>gwtquery</artifactId>
             <version>${version}</version>
-            <type>jar</type>
         </dependency>
     </dependencies>
     <build>
diff --git a/pom.xml b/pom.xml
index 16880ada5998b4a3011f55c772c1cb50d1bd1a4e..419ee47601fd6fdb83eaac82857b23812092b47a 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -49,7 +49,7 @@
         <module>gwtquery-core</module>
         <module>plugins</module>
         <module>samples</module>
-        <module>devtest</module>
+        <!-- <module>devtest</module> -->
     </modules>
 
     <distributionManagement>
         </repository>
     </repositories>
 
-    <profiles>
-        <profile>
-            <id>default</id>
-            <activation>
-                <jdk>1</jdk>
-            </activation>
-
-            <properties>
-                <gwtversion>2.0.4</gwtversion>
-                <gwt.loglevel>INFO</gwt.loglevel>
-                <gwt.outputstyle>PRETTY</gwt.outputstyle>
-                <gwt.modulesuffix></gwt.modulesuffix>
-            </properties>
-        </profile>
+    <properties>
+        <gwtversion>2.0.4</gwtversion>
+        <gwt.loglevel>INFO</gwt.loglevel>
+        <gwt.outputstyle>PRETTY</gwt.outputstyle>
+        <gwt.modulesuffix></gwt.modulesuffix>
+    </properties>
 
+    <profiles>
         <profile>
             <id>dev</id>
             <properties>
                 <gwt.outputstyle>PRETTY</gwt.outputstyle>
             </properties>
         </profile>
-
         <profile>
             <id>prod</id>
             <properties>
                 <gwt.modulesuffix></gwt.modulesuffix>
             </properties>
         </profile>
-
     </profiles>
 </project>