So I've added the following to my settings.xml (to test the proxy
settings):
 
<settings>
  <proxies>
   <proxy>
      <active>true</active>
      <protocol>http</protocol>
      <host>build.corp.upromise.com</host>
      <port>80</port>
      <nonProxyHosts>www.google.com|*.somewhere.com</nonProxyHosts>
    </proxy>
  </proxies>
<activeProfiles>
  <activeProfile>foxboro</activeProfile>
</activeProfiles>
  <profiles>
    <profile>
     <id>foxboro</id>
      <activation>
        <activeByDefault/>
      </activation>
      <properties>
       <db.port>9999</db.port>
       <root.dir>E:/work</root.dir>
      </properties>
    </profile>
  </profiles>
</settings>
 
Then I deleted the .m2/repository directory.
 
Now I see:
 
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]
------------------------------------------------------------------------
[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: Wed Apr 12 11:54:20 EDT 2006
[INFO] Final Memory: 1M/2M
[INFO]
------------------------------------------------------------------------
 
Is there any more information I can get?  This works just fine if I
remove that proxy setting...

Reply via email to