On 16/04/2010, at 4:15 PM, Craig L Russell wrote:

> Hi Brett,
> 
> I added the version number to the extension and now the symptom looks like 
> this:
> 
> clr% mvn install
> [INFO] Scanning for projects...
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] Building ClusterJ Core
> [INFO]    task-segment: [install]
> [INFO] 
> ------------------------------------------------------------------------
> [WARNING] Unable to get resource 'com.mysql.clusterj:clusterj-api:pom:7.1.3' 
> from repository MySQL FTP (ftp://ftp.mysql.com/pub/mysql/maven-repo): 
> Authentication failed: Password not specified for repository MySQL FTP
> Downloading: 
> http://repo1.maven.org/maven2/com/mysql/clusterj/clusterj-api/7.1.3/clusterj-api-7.1.3.pom
> [INFO] Unable to find resource 'com.mysql.clusterj:clusterj-api:pom:7.1.3' in 
> repository central (http://repo1.maven.org/maven2)
> [WARNING] Unable to get resource 'com.mysql.clusterj:clusterj-api:jar:7.1.3' 
> from repository MySQL FTP (ftp://ftp.mysql.com/pub/mysql/maven-repo): 
> Authentication failed: Password not specified for repository MySQL FTP
> Downloading: 
> http://repo1.maven.org/maven2/com/mysql/clusterj/clusterj-api/7.1.3/clusterj-api-7.1.3.jar
> [INFO] Unable to find resource 'com.mysql.clusterj:clusterj-api:jar:7.1.3' in 
> repository central (http://repo1.maven.org/maven2)
> 
> If I type this into a browser window, the file downloads:
> 
> ftp://ftp.mysql.com/pub/mysql/maven-repo/com/mysql/clusterj/clusterj-api/7.1.3/clusterj-api-7.1.3.jar
> 
> Do I have the layout of the repository wrong, or do I need a special file in 
> the repository?

This worked for me:

    <server>
      <id>MySQL</id>
      <username>anonymous</username>
      <password>[email protected]</password>
    </server>

I'm guessing that is the configuration of the FTP server.

- Brett

--
Brett Porter
[email protected]
http://brettporter.wordpress.com/





---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to