Menu

generating dependencies properties file

Help
phl
2009-02-11
2013-05-01
  • phl

    phl - 2009-02-11

    When this command is executed

    mvn antprops:generate

    The folwoing is displayed:

    [INFO] Scanning for projects...
    [INFO] Searching repository for plugin with prefix: 'antprops'.
    [INFO] org.apache.maven.plugins: checking for updates from jtrac.info
    [WARNING] repository metadata for: 'org.apache.maven.plugins' could not be retri
    eved from repository: jtrac.info due to an error: Error transferring file
    [INFO] Repository 'jtrac.info' will be blacklisted
    [INFO] org.apache.maven.plugins: checking for updates from central
    [WARNING] repository metadata for: 'org.apache.maven.plugins' could not be retri
    eved from repository: central due to an error: Error transferring file
    [INFO] Repository 'central' will be blacklisted
    Downloading: http://maven.openqa.org/org/apache/maven/plugins/maven-compiler-plu
    gin/2.0.2/maven-compiler-plugin-2.0.2.pom
    Downloading: http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-compil
    er-plugin/2.0.2/maven-compiler-plugin-2.0.2.pom
    [INFO] ------------------------------------------------------------------------
    [ERROR] BUILD ERROR
    [INFO] ------------------------------------------------------------------------
    [INFO] Failed to resolve artifact.

    GroupId: org.apache.maven.plugins
    ArtifactId: maven-compiler-plugin
    Version: 2.0.2

    Reason: Unable to download the artifact from any repository

      org.apache.maven.plugins:maven-compiler-plugin:pom:2.0.2

    from the specified remote repositories:
      jtrac.info (http://j-trac.sourceforge.net/repository),
      central (http://repo1.maven.org/maven2),
      openqa.org (http://maven.openqa.org)

    [INFO] ------------------------------------------------------------------------
    [INFO] For more information, run Maven with the -e switch
    [INFO] ------------------------------------------------------------------------
    [INFO] Total time: 8 seconds
    [INFO] Finished at: Wed Feb 11 15:05:33 GMT+05:30 2009
    [INFO] Final Memory: 1M/3M
    [INFO] ------------------------------------------------------------------------

    How to solve this.

     
  • kami1860

    kami1860 - 2012-11-29

    Hi there, is there any solution to this problem?

     

Log in to post a comment.