You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by sa...@apache.org on 2011/05/24 16:03:35 UTC

svn commit: r1127059 - in /webservices/woden/trunk/java: woden-converter-maven-plugin/pom.xml woden-dom/pom.xml woden-om/pom.xml

Author: sagara
Date: Tue May 24 14:03:35 2011
New Revision: 1127059

URL: http://svn.apache.org/viewvc?rev=1127059&view=rev
Log:
Cleaned some POM file.

Modified:
    webservices/woden/trunk/java/woden-converter-maven-plugin/pom.xml
    webservices/woden/trunk/java/woden-dom/pom.xml
    webservices/woden/trunk/java/woden-om/pom.xml

Modified: webservices/woden/trunk/java/woden-converter-maven-plugin/pom.xml
URL: http://svn.apache.org/viewvc/webservices/woden/trunk/java/woden-converter-maven-plugin/pom.xml?rev=1127059&r1=1127058&r2=1127059&view=diff
==============================================================================
--- webservices/woden/trunk/java/woden-converter-maven-plugin/pom.xml (original)
+++ webservices/woden/trunk/java/woden-converter-maven-plugin/pom.xml Tue May 24 14:03:35 2011
@@ -54,23 +54,6 @@
 					<compilerArgument>-g</compilerArgument>
 				</configuration>
 			</plugin>
-			<!--<plugin>
-				<artifactId>maven-one-plugin</artifactId>
-				<executions>
-					<execution>
-						<goals>
-							<goal>install-maven-one-repository</goal>
-							<goal>deploy-maven-one-repository</goal>
-						</goals>
-					</execution>
-				</executions>
-				<configuration>
-					<remoteRepositoryId>apache</remoteRepositoryId>
-					<remoteRepositoryUrl>
-						scpexe://people.apache.org/www/people.apache.org/repo/m1-snapshot-repository
-					</remoteRepositoryUrl>
-				</configuration>
-			</plugin>-->
 			<plugin>
 				<artifactId>maven-plugin-plugin</artifactId>
 				<version>2.5</version>

Modified: webservices/woden/trunk/java/woden-dom/pom.xml
URL: http://svn.apache.org/viewvc/webservices/woden/trunk/java/woden-dom/pom.xml?rev=1127059&r1=1127058&r2=1127059&view=diff
==============================================================================
--- webservices/woden/trunk/java/woden-dom/pom.xml (original)
+++ webservices/woden/trunk/java/woden-dom/pom.xml Tue May 24 14:03:35 2011
@@ -79,16 +79,7 @@
 						</goals>
 					</execution>
 				</executions>
-			</plugin>		
-            <!--<plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-surefire-plugin</artifactId>
-                <configuration>
-                    <includes>
-                        <include>**/AllWodenTestsDOM.class</include>
-                    </includes>
-                </configuration>
-            </plugin>-->
+			</plugin>	          
        </plugins>
    </build>
 

Modified: webservices/woden/trunk/java/woden-om/pom.xml
URL: http://svn.apache.org/viewvc/webservices/woden/trunk/java/woden-om/pom.xml?rev=1127059&r1=1127058&r2=1127059&view=diff
==============================================================================
--- webservices/woden/trunk/java/woden-om/pom.xml (original)
+++ webservices/woden/trunk/java/woden-om/pom.xml Tue May 24 14:03:35 2011
@@ -78,17 +78,8 @@
 						</goals>
 					</execution>
 				</executions>
-			</plugin>		
-		   <!--
-           <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-surefire-plugin</artifactId>
-                <configuration>
-                    <includes>
-                        <include>**/AllWodenTestsOM.class</include>
-                    </includes>
-                </configuration>
-            </plugin> -->
+			</plugin>	
+		
        </plugins>
    </build>