From: Peter T. <ptr...@gm...> - 2008-06-14 05:57:49
|
Hi, Not very sure, but looks like you have configured a local mirror / repository (sateh.com) and the maven-site-plugin is not available there. Maybe commenting out the <plugin> section in pom.xml that contains the maven-site-plugin will help. You don't need the site-plugin for development. Thanks, Peter. On Fri, Jun 13, 2008 at 11:15 PM, Hontvari Jozsef <hon...@so...> wrote: > I just followed the developer instructions to build trunk but the "mvn > antprops:generate" command failed. > > I received this maven error message below. I don't really know maven, > isn't it possible that a repository definition is missing from the pom > file? > > > > Downloading: > > http://maven.sateh.com/repository/org/apache/maven/plugins/maven-site-plugin/2.0-beta- > 6 > /maven-site-plugin-2.0-beta-6.pom > [INFO] > ------------------------------------------------------------------------ > [ERROR] BUILD ERROR > [INFO] > ------------------------------------------------------------------------ > [INFO] Error building POM (may not be this project's POM). > > > Project ID: org.apache.maven.plugins:maven-site-plugin > > Reason: POM 'org.apache.maven.plugins:maven-site-plugin' not found in > repository: Unable to download > the artifact from any repository > > org.apache.maven.plugins:maven-site-plugin:pom:2.0-beta-6 > > from the specified remote repositories: > jtrac.info (http://j-trac.sourceforge.net/repository), > sateh.com (http://maven.sateh.com/repository), > openqa.org (http://maven.openqa.org) > for project org.apache.maven.plugins:maven-site-plugin > > > ------------------------------------------------------------------------- > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services for > just about anything Open Source. > http://sourceforge.net/services/buy/index.php > _______________________________________________ > j-trac-users mailing list > j-t...@li... > https://lists.sourceforge.net/lists/listinfo/j-trac-users > |