Author: dims
Date: Mon Nov  9 05:24:32 2009
New Revision: 833973

URL: http://svn.apache.org/viewvc?rev=833973&view=rev
Log:
mvn deploy is broken for m1 repository. Also this is just a relic from old 
times when we supported maven 1.x in all the projects

Modified:
    webservices/woden/trunk/java/woden-ant/pom.xml
    webservices/woden/trunk/java/woden-api/pom.xml
    webservices/woden/trunk/java/woden-commons/pom.xml
    webservices/woden/trunk/java/woden-dom/pom.xml
    webservices/woden/trunk/java/woden-om/pom.xml
    webservices/woden/trunk/java/woden-qname/pom.xml
    webservices/woden/trunk/java/woden-tool/pom.xml

Modified: webservices/woden/trunk/java/woden-ant/pom.xml
URL: 
http://svn.apache.org/viewvc/webservices/woden/trunk/java/woden-ant/pom.xml?rev=833973&r1=833972&r2=833973&view=diff
==============================================================================
--- webservices/woden/trunk/java/woden-ant/pom.xml (original)
+++ webservices/woden/trunk/java/woden-ant/pom.xml Mon Nov  9 05:24:32 2009
@@ -82,24 +82,6 @@
                                        </execution>
                                </executions>
                        </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>
-                  
                   <!--  to run W3C testsuite and results are compared to W3C 
baseline -->
                   <plugin>
             <groupId>org.apache.maven.plugins</groupId>

Modified: webservices/woden/trunk/java/woden-api/pom.xml
URL: 
http://svn.apache.org/viewvc/webservices/woden/trunk/java/woden-api/pom.xml?rev=833973&r1=833972&r2=833973&view=diff
==============================================================================
--- webservices/woden/trunk/java/woden-api/pom.xml (original)
+++ webservices/woden/trunk/java/woden-api/pom.xml Mon Nov  9 05:24:32 2009
@@ -82,23 +82,6 @@
                                        </execution>
                                </executions>
                        </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>
                </plugins>
        </build>
        <dependencies>

Modified: webservices/woden/trunk/java/woden-commons/pom.xml
URL: 
http://svn.apache.org/viewvc/webservices/woden/trunk/java/woden-commons/pom.xml?rev=833973&r1=833972&r2=833973&view=diff
==============================================================================
--- webservices/woden/trunk/java/woden-commons/pom.xml (original)
+++ webservices/woden/trunk/java/woden-commons/pom.xml Mon Nov  9 05:24:32 2009
@@ -55,23 +55,6 @@
                </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-jar-plugin</artifactId>
                                <configuration>
                                        <archive>
@@ -148,4 +131,4 @@
              </exclusions>
        </dependency>
    </dependencies>
-</project>
\ No newline at end of file
+</project>

Modified: webservices/woden/trunk/java/woden-dom/pom.xml
URL: 
http://svn.apache.org/viewvc/webservices/woden/trunk/java/woden-dom/pom.xml?rev=833973&r1=833972&r2=833973&view=diff
==============================================================================
--- webservices/woden/trunk/java/woden-dom/pom.xml (original)
+++ webservices/woden/trunk/java/woden-dom/pom.xml Mon Nov  9 05:24:32 2009
@@ -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-jar-plugin</artifactId>
                                <configuration>
@@ -158,4 +141,4 @@
              </exclusions>
        </dependency>
        </dependencies>
-</project>
\ No newline at end of file
+</project>

Modified: webservices/woden/trunk/java/woden-om/pom.xml
URL: 
http://svn.apache.org/viewvc/webservices/woden/trunk/java/woden-om/pom.xml?rev=833973&r1=833972&r2=833973&view=diff
==============================================================================
--- webservices/woden/trunk/java/woden-om/pom.xml (original)
+++ webservices/woden/trunk/java/woden-om/pom.xml Mon Nov  9 05:24:32 2009
@@ -53,21 +53,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-jar-plugin</artifactId>
                                <configuration>
@@ -169,4 +154,4 @@
              </exclusions>
        </dependency>
    </dependencies>
-</project>
\ No newline at end of file
+</project>

Modified: webservices/woden/trunk/java/woden-qname/pom.xml
URL: 
http://svn.apache.org/viewvc/webservices/woden/trunk/java/woden-qname/pom.xml?rev=833973&r1=833972&r2=833973&view=diff
==============================================================================
--- webservices/woden/trunk/java/woden-qname/pom.xml (original)
+++ webservices/woden/trunk/java/woden-qname/pom.xml Mon Nov  9 05:24:32 2009
@@ -82,23 +82,6 @@
                                        </execution>
                                </executions>
                        </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>
        </plugins>
    </build>
        

Modified: webservices/woden/trunk/java/woden-tool/pom.xml
URL: 
http://svn.apache.org/viewvc/webservices/woden/trunk/java/woden-tool/pom.xml?rev=833973&r1=833972&r2=833973&view=diff
==============================================================================
--- webservices/woden/trunk/java/woden-tool/pom.xml (original)
+++ webservices/woden/trunk/java/woden-tool/pom.xml Mon Nov  9 05:24:32 2009
@@ -83,23 +83,6 @@
                                </executions>
                        </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>
              <groupId>org.codehaus.mojo</groupId>
              <artifactId>xslt-maven-plugin</artifactId>
              <executions>
@@ -163,4 +146,4 @@
              </exclusions>
        </dependency> 
   </dependencies>
-</project>
\ No newline at end of file
+</project>



---------------------------------------------------------------------
To unsubscribe, e-mail: woden-dev-unsubscr...@ws.apache.org
For additional commands, e-mail: woden-dev-h...@ws.apache.org

Reply via email to