Author: keith Date: Wed May 20 23:52:27 2009 New Revision: 36338 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=36338
Log: Adding pluginRepository Modified: trunk/mashup/java/pom.xml Modified: trunk/mashup/java/pom.xml URL: http://wso2.org/svn/browse/wso2/trunk/mashup/java/pom.xml?rev=36338&r1=36337&r2=36338&view=diff ============================================================================== --- trunk/mashup/java/pom.xml (original) +++ trunk/mashup/java/pom.xml Wed May 20 23:52:27 2009 @@ -55,6 +55,14 @@ </repository> <!-- 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> _______________________________________________ Mashup-dev mailing list [email protected] https://wso2.org/cgi-bin/mailman/listinfo/mashup-dev
