What makes you think he's using Maven Proxy? Although we've suggested
this several times, I have yet to see any indication that he's tried
this approach.

Wayne


On 4/11/06, Rollo, Dan <[EMAIL PROTECTED]> wrote:
> What kind of ouput are you seeing on the Maven-Proxy console? Is the 
> Maven-Proxy able to fetch this resource? Keep in mind some of the default 
> config settings for Maven-Proxy were/are broken (the url in the example 
> config to ibiblio was wrong for maven2 at one point.)
>
> Dan
>
> -----Original Message-----
> From: EJ Ciramella [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, April 11, 2006 2:03 PM
> To: Maven Users List
> Subject: RE: Internal (intranet) repositories
>
> Honestly, this is really wearing on me, I can't get this to work and if this 
> doesn't get off the ground then I guess we're reverting back to ant:
>
> E:\work\foxboro\model>mvn process-resources -P foxboro,model-base [INFO] 
> Scanning for projects...
> [INFO] 
> ----------------------------------------------------------------------------
> [INFO] Building LtyModel
> [INFO]    task-segment: [process-resources]
> [INFO] 
> ----------------------------------------------------------------------------
> [INFO] artifact org.apache.maven.plugins:maven-resources-plugin: checking for 
> updates from central [INFO] 
> ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] The plugin 'org.apache.maven.plugins:maven-resources-plugin' does not 
> exist or no valid version could be found [INFO] 
> ------------------------------------------------------------------------
> [INFO] For more information, run Maven with the -e switch [INFO] 
> ------------------------------------------------------------------------
> [INFO] Total time: < 1 second
> [INFO] Finished at: Tue Apr 11 14:01:11 EDT 2006 [INFO] Final Memory: 1M/2M 
> [INFO] 
> ------------------------------------------------------------------------
>
>
> I have these:
>
>
>    <repositories>
>                <repository>
>                        <id>local</id>
>                        <name>local-repository</name>
>                        <url>file:thirdparty/repository</url>
>                </repository>
>                <repository>
>                        <id>central</id>
>                        <name>central</name>
>                        <layout>default</layout>
>                        
> <url>http://build.corp.upromise.com/mavenrepository</url>
>                </repository>
>        </repositories>
>  <pluginRepositories>
>    <pluginRepository>
>      <id>central</id>
>      <name>Maven Plugin Repository</name>
>        <layout>default</layout>
>        <url>http://build.corp.upromise.com/mavenrepository</url>
>        </pluginRepository>
> </pluginRepositories>
>
> Why is this?  What does this mean?
>

Reply via email to