Author: ruwan Date: Wed Jul 8 20:53:43 2009 New Revision: 41046 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=41046
Log: Fixing the pom Modified: branches/esb/java/2.1/product/pom.xml Modified: branches/esb/java/2.1/product/pom.xml URL: http://wso2.org/svn/browse/wso2/branches/esb/java/2.1/product/pom.xml?rev=41046&r1=41045&r2=41046&view=diff ============================================================================== --- branches/esb/java/2.1/product/pom.xml (original) +++ branches/esb/java/2.1/product/pom.xml Wed Jul 8 20:53:43 2009 @@ -74,6 +74,13 @@ <!-- Others are available from http://repo1.maven.org/maven2 --> </repositories> + <pluginRepositories> + <pluginRepository> + <id>wso2-maven2-repository</id> + <url>http://dist.wso2.org/maven2</url> + </pluginRepository> + </pluginRepositories> + <distributionManagement> <repository> <id>wso2-maven2-repository</id> _______________________________________________ Esb-java-dev mailing list [email protected] https://wso2.org/cgi-bin/mailman/listinfo/esb-java-dev
