You are viewing a plain text version of this content. The canonical link for it is here.
Posted to woden-dev@ws.apache.org by di...@apache.org on 2009/11/09 06:24:32 UTC

svn commit: r833973 - in /webservices/woden/trunk/java: woden-ant/pom.xml woden-api/pom.xml woden-commons/pom.xml woden-dom/pom.xml woden-om/pom.xml woden-qname/pom.xml woden-tool/pom.xml

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-unsubscribe@ws.apache.org
For additional commands, e-mail: woden-dev-help@ws.apache.org


Re: svn commit: r833973 - in /webservices/woden/trunk/java: woden-ant/pom.xml woden-api/pom.xml woden-commons/pom.xml woden-dom/pom.xml woden-om/pom.xml woden-qname/pom.xml woden-tool/pom.xml

Posted by Sagara Gunathunga <sa...@gmail.com>.
Thanks Dim for updating , I also used to comment this section before
run "deploy" but I haven't commit it because I thought still we need
to support for this.

Thanks,

On Mon, Nov 9, 2009 at 10:54 AM,  <di...@apache.org> wrote:
> 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-unsubscribe@ws.apache.org
> For additional commands, e-mail: woden-dev-help@ws.apache.org
>
>



-- 
Sagara Gunathunga

Blog - http://ssagara.blogspot.com
Web - http://people.apache.org/~sagara/