|
View:
New views
3 Messages
—
Rating Filter:
Alert me
|
|
|
mvn antprops failedI 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-trac-users@... https://lists.sourceforge.net/lists/listinfo/j-trac-users |
|
|
Re: mvn antprops failedHi,
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 <hontvari3@...> wrote: I just followed the developer instructions to build trunk but the "mvn ------------------------------------------------------------------------- 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-trac-users@... https://lists.sourceforge.net/lists/listinfo/j-trac-users |
|
|
Re: mvn antprops failedYes, indeed, Sateh.com was the culprit. It is in the list of mirrors of
the central maven repository, but it hasn't been accessible since yesterday. I configured it a year ago using a settings.xml file in my *home* directory so even installing a new, clean maven version didn't help. Peter Thomas írta: > Hi, > > Not very sure, but looks like you have configured a local mirror / > repository (sateh.com <http://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 > <hontvari3@... <mailto:hontvari3@...>> 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://jtrac.info> > (http://j-trac.sourceforge.net/repository), > sateh.com <http://sateh.com> (http://maven.sateh.com/repository), > openqa.org <http://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-trac-users@... > <mailto:j-trac-users@...> > https://lists.sourceforge.net/lists/listinfo/j-trac-users > > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > 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-trac-users@... > https://lists.sourceforge.net/lists/listinfo/j-trac-users > ------------------------------------------------------------------------- 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-trac-users@... https://lists.sourceforge.net/lists/listinfo/j-trac-users |
| Free embeddable forum powered by Nabble | Forum Help |